<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 7: Object.php: addGeoObjects() misses parameter $radius</title><link href="https://sourceforge.net/p/geoclassphp/bugs/7/" rel="alternate"/><link href="https://sourceforge.net/p/geoclassphp/bugs/7/feed.atom" rel="self"/><id>https://sourceforge.net/p/geoclassphp/bugs/7/</id><updated>2005-10-05T11:45:50Z</updated><subtitle>Recent changes to 7: Object.php: addGeoObjects() misses parameter $radius</subtitle><entry><title>Object.php: addGeoObjects() misses parameter $radius</title><link href="https://sourceforge.net/p/geoclassphp/bugs/7/" rel="alternate"/><published>2005-10-05T11:45:50Z</published><updated>2005-10-05T11:45:50Z</updated><author><name>Thomas Mack</name><uri>https://sourceforge.net/u/mack3457/</uri></author><id>https://sourceforge.nete79284252718a4e9895601ecbc6ea561928a451c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The function addGeoObjects misses the parameter &lt;br /&gt;
$radius, so it also calls the method addGeoObject() &lt;br /&gt;
without any radius parameter. &lt;/p&gt;
&lt;p&gt;Solution: &lt;br /&gt;
- add parameter $radius=0 to addGoeObjects() function &lt;br /&gt;
in line 284 &lt;br /&gt;
- add $radius to the function call of &lt;br /&gt;
$this-&amp;gt;addGeoObject(...) in line 424 &lt;/p&gt;&lt;/div&gt;</summary></entry></feed>