Menu

#7 Object.php: addGeoObjects() misses parameter $radius

open
nobody
None
5
2005-10-05
2005-10-05
Thomas Mack
No

The function addGeoObjects misses the parameter
$radius, so it also calls the method addGeoObject()
without any radius parameter.

Solution:
- add parameter $radius=0 to addGoeObjects() function
in line 284
- add $radius to the function call of
$this->addGeoObject(...) in line 424

Discussion


Log in to post a comment.