MediaWiki:Kartographer.js: Unterschied zwischen den Versionen
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": " | "wvName": "Standard", | ||
"subdomains": [ | "subdomains": [ | ||
"a", | "a", | ||
| Zeile 68: | Zeile 68: | ||
"options": { | "options": { | ||
"wvIsExternal": true, | "wvIsExternal": true, | ||
"wvName": " | "wvName": "Alternative", | ||
"attribs": [ | "attribs": [ | ||
{ | { | ||
| Zeile 81: | Zeile 81: | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
| Zeile 114: | Zeile 97: | ||
"wvIsOverlay": true, | "wvIsOverlay": true, | ||
"wvIsExternal": true, | "wvIsExternal": true, | ||
"wvName": " | "wvName": "Radfahren", | ||
"attribs": [ | "attribs": [ | ||
{ | { | ||
| Zeile 129: | Zeile 112: | ||
"wvIsOverlay": true, | "wvIsOverlay": true, | ||
"wvIsExternal": true, | "wvIsExternal": true, | ||
"wvName": " | "wvName": "Wandern", | ||
"attribs": [ | "attribs": [ | ||
{ | { | ||
| Zeile 139: | Zeile 122: | ||
} | } | ||
}, | }, | ||
}; | }; | ||
/* jscs:enable validateQuoteMarks, disallowQuotedKeysInObjects */ | /* jscs:enable validateQuoteMarks, disallowQuotedKeysInObjects */ | ||
| Zeile 181: | Zeile 149: | ||
.basemap( 'mapnik' ) | .basemap( 'mapnik' ) | ||
.basemap( 'landscape' ) | .basemap( 'landscape' ) | ||
.overlay( 'cycling' ) | .overlay( 'cycling' ) | ||
.overlay( 'hiking' ) | .overlay( 'hiking' ) | ||
.datalayer( map.dataLayers ) | .datalayer( map.dataLayers ) | ||
.update(); | .update(); | ||
} ); | } ); | ||