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

feature request: implement support for overlays #135

Open demokrit2017 opened 7 years ago

demokrit2017 commented 7 years ago

It would be just incredible, if you might be able to add support for overlays to combine e.g. Satellite views with labels, to generate HybridMaps. E.g.:

// https: also suppported. var Esri_WorldImagery = L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}', { attribution: 'Tiles © Esri — Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community' }); // https: also suppported. var Hydda_RoadsAndLabels = L.tileLayer('https://{s}.tile.openstreetmap.se/hydda/roads_and_labels/{z}/{x}/{y}.png', { maxZoom: capture 18, attribution: 'Tiles courtesy of OpenStreetMap Sweden — Map data © OpenStreetMap' });