Changing Google Maps for MapQuest
-
Hello guys,
Not a bug, but a evolution suggestion for this fantastic plugin :
– Changing Google Maps (Paid) for MapQuest (Free using OSM)I’m just adding these on StaticMap.php for changing easily the API and the map provider :
/* MapQuest */ $url = "https://www.mapquestapi.com/staticmap/v5/map?key={$key}&size={$width},{$height}@2x&shape=cmp|enc:"; /* Google Maps $url = "https://maps.googleapis.com/maps/api/staticmap?maptype=terrain&size={$width}x{$height}&scale=2&sensor=false&key={$key}&path=color:0xFF0000BF|weight:2|enc:"; */
So..if you can do a evolve of the plugin and maybe adding a new feature for using MapQuest instead of GMaps, it will be great ??
Thanks guys ?? (poke @jrfoell)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Changing Google Maps for MapQuest’ is closed to new replies.