[Plugin: Geo Mashup] Radius has stopped working?
-
I’ve been using a map with a radius function for a while now. And this morning I noticed it’s not working anymore. I’m centering on the currently logged in users coordinates and letting the user to change the radius as desired.
Now when I look at the map as a guest, the map shows up, centered around the default coords and with no radius (displaying everything on the map)
But when a logged in user looks at the map, the map does not get loaded at all. Although all the values are there for $latitude $longitude and
This is how I’m loading it:
<?php echo GeoMashup::map('map_content=global&radius_km='.$radius.'&near_lat='.$latitude.'&near_lng='.$longitude) ?>
Has anything changed in the plugin that I should know of?
- The topic ‘[Plugin: Geo Mashup] Radius has stopped working?’ is closed to new replies.