jweiland-net / maps2

This TYPO3 extension enables you to implement Google Maps on your website.
GNU General Public License v2.0
13 stars 16 forks source link

$config['radius'] is immediately overridden, please check this code fragment. #230

Closed twaurisch closed 3 years ago

twaurisch commented 3 years ago

This "error" was reported in the GoogleMapsElement and OpenStreetMapElement classes by the IDE. $config['radius'] = $poiCollection->getRadius(); could be deleted.

froemken commented 3 years ago

Good morning @PeaceSfiSh

Thank you for this issue. I have just patched that in current master (currently broken because of TYPO3 11 upgrade, sorry).

Nice greetings

Stefan