Piwigo / piwigo-openstreetmap

OpenStreetMap integration for Piwigo
http://piwigo.org/ext/extension_view.php?eid=701
GNU General Public License v3.0
35 stars 35 forks source link

URL for Mapquest Aerial incorrect? #79

Closed ThomasDaheim closed 8 years ago

ThomasDaheim commented 8 years ago

Hi,

I have found that using "Mapquest Aerial" no map was shown but only markers & tracks. I had to change the URL in functions_map.php as follows to make it work:

else if($baselayer == 'mapquestaerial') $baselayerurl = 'http://otile1.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.png';
joubu commented 8 years ago

I have also noticed that on working on #80