@@ -11,9 +11,6 @@ window.layerList = {
1111 "OpenStreetMap FR" : "L.tileLayer('http://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png', { subdomains: 'abc', attribution: 'Map © <a href=\"http://openstreetmap.org\">OpenStreetMap</a> | Tiles © <a href=\"http://tile.openstreetmap.fr/\">OSM France</a>', minZoom: 0, maxZoom: 20 })" ,
1212 "Hike & Bike" : "L.layerGroup([ L.tileLayer('http://toolserver.org/tiles/hikebike/{z}/{x}/{y}.png', { attribution: 'Map © <a href=\"http://openstreetmap.org\">OSM</a> | Tiles © <a href=\"http://hikebikemap.de/\">Colin Marquardt</a>' } ), L.tileLayer('http://toolserver.org/~cmarqu/hill/{z}/{x}/{y}.png', { minZoom: 0, maxZoom: 17 }) ])" ,
1313 "CycleMap" : "L.tileLayer('http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png', { attribution: 'Map © <a href=\"http://openstreetmap.org\">OSM</a> | Tiles © <a href=\"http://www.opencyclemap.org\">Andy Allan</a>', minZoom: 0, maxZoom: 18 })" ,
14- "OpenMapSurfer" : "L.tileLayer('http://korona.geog.uni-heidelberg.de/tiles/roads/x={x}&y={y}&z={z}', { attribution: 'Map © <a href=\"http://openstreetmap.org\">OSM</a> | Tiles © <a href=\"http://giscience.uni-hd.de/\">GIScience Heidelberg</a>', minZoom: 0, maxZoom: 19 })" ,
15- "OpenMapSurfer Contour" : "L.layerGroup([ L.tileLayer('http://korona.geog.uni-heidelberg.de/tiles/roads/x={x}&y={y}&z={z}', { attribution: 'Map © <a href=\"http://openstreetmap.org\">OSM</a> | Tiles © <a href=\"http://giscience.uni-hd.de/\">GIScience Heidelberg</a>', minZoom: 0, maxZoom: 19 }), L.tileLayer('http://openmapsurfer.uni-hd.de/tiles/asterc/x={x}&y={y}&z={z}') ])" ,
16- "OpenMapSurfer Grayscale" : "L.tileLayer('http://korona.geog.uni-heidelberg.de/tiles/roadsg/x={x}&y={y}&z={z}', { attribution: 'Map © <a href=\"http://openstreetmap.org\">OSM</a> | Tiles © <a href=\"http://giscience.uni-hd.de/\">GIScience Heidelberg</a>', minZoom: 0, maxZoom: 19 })" ,
1714 "Humanitarian" : "L.tileLayer('http://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', { attribution: 'Map © <a href=\"http://openstreetmap.org\">OpenStreetMap</a> | Tiles © <a href=\"http://hot.openstreetmap.org\">Humanitarian OSM Team</a>', minZoom: 0, maxZoom: 19 })" ,
1815 "Transport" : "L.tileLayer('http://{s}.tile2.opencyclemap.org/transport/{z}/{x}/{y}.png', { attribution: 'Map © <a href=\"http://openstreetmap.org\">OSM</a> | Tiles © <a href=\"http://www.opencyclemap.org\">Andy Allan</a>', minZoom: 0, maxZoom: 18 })" ,
1916 "Landscape" : "L.tileLayer('http://{s}.tile3.opencyclemap.org/landscape/{z}/{x}/{y}.png', { attribution: 'Map © <a href=\"http://openstreetmap.org\">OSM</a> | Tiles © <a href=\"http://www.opencyclemap.org\">Andy Allan</a>', minZoom: 0, maxZoom: 18 })" ,
0 commit comments