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

Fix #80: Use the default map style for the map v3 #81

Closed joubu closed 8 years ago

joubu commented 8 years ago

If the map v3 is used, the default map style defined in the admin page is not taken into account. Actually the issue is deeper: some choices available on the admin page are not listed in the provider list (OSM FR, OSM HOT, MapQuest for instance). The custom map style are not available neither.

This patch adds the following map providers:

The one defined as default in the admin form will be activated. The icons used are retrieved from the providers' servers (tile 5/15/11).

xbgmsharp commented 8 years ago

Thanks.