Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
 
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 48: Zeile 48:
"options": {
"options": {
"wvIsExternal": true,
"wvIsExternal": true,
"wvName": "Mapnik",
"wvName": "Standard",
"subdomains": [
"subdomains": [
"a",
"a",
Zeile 68: Zeile 68:
"options": {
"options": {
"wvIsExternal": true,
"wvIsExternal": true,
"wvName": "Relief map",
"wvName": "Alternative",
"attribs": [
"attribs": [
{
{
Zeile 81: Zeile 81:
}
}
]
]
}
},
"traffic-line-network": {
"tilesUrl": "http://www.openptmap.org/tiles/{z}/{x}/{y}.png",
"options": {
"wvIsOverlay": true,
"wvIsExternal": true,
"wvName": "Traffic line network",
"attribs": [
{
"url": "http://openptmap.org/",
"name": "Openptmap.org",
"label": "Traffic lines"
}
],
"opacity": 0.5,
"maxNativeZoom": 17
}
}
},
},
Zeile 114: Zeile 97:
"wvIsOverlay": true,
"wvIsOverlay": true,
"wvIsExternal": true,
"wvIsExternal": true,
"wvName": "Cycling",
"wvName": "Radfahren",
"attribs": [
"attribs": [
{
{
Zeile 129: Zeile 112:
"wvIsOverlay": true,
"wvIsOverlay": true,
"wvIsExternal": true,
"wvIsExternal": true,
"wvName": "Hiking",
"wvName": "Wandern",
"attribs": [
"attribs": [
{
{
Zeile 139: Zeile 122:
}
}
},
},
"hill-shading": {
"tilesUrl": "http://{s}.tiles.wmflabs.org/hillshading/{z}/{x}/{y}.png",
"options": {
"wvIsOverlay": true,
"wvIsExternal": true,
"wvName": "Hill shading",
"attribs": [
{
"url": "http://www2.jpl.nasa.gov/srtm/",
"name": "NASA",
"label": "Hill shading"
}
]
}
}
};
};
/* jscs:enable validateQuoteMarks, disallowQuotedKeysInObjects */
/* jscs:enable validateQuoteMarks, disallowQuotedKeysInObjects */
Zeile 181: Zeile 149:
.basemap( 'mapnik' )
.basemap( 'mapnik' )
.basemap( 'landscape' )
.basemap( 'landscape' )
.overlay( 'traffic-line-network' )
.overlay( 'boundaries' )
.overlay( 'hill-shading' )
.overlay( 'cycling' )
.overlay( 'cycling' )
.overlay( 'hiking' )
.overlay( 'hiking' )
.datalayer( map.dataLayers )
.datalayer( map.dataLayers )
.update();
.update();
wvmap.nearby();


} );
} );