fix: Kartographer auf tileserver-gl (osm-intl) umgestellt
This commit is contained in:
parent
2dd51c55c0
commit
627a1b1306
1 changed files with 3 additions and 2 deletions
|
|
@ -429,8 +429,9 @@ wfLoadExtension('Kartographer');
|
||||||
# Retina Bildschirme schicken noch ein @2x in der URL mit dies kann der Deutsche Tile Server auch noch nicht.
|
# Retina Bildschirme schicken noch ein @2x in der URL mit dies kann der Deutsche Tile Server auch noch nicht.
|
||||||
|
|
||||||
# Eigener Martin Tile Server (ueber NPM/HTTPS erreichbar)
|
# Eigener Martin Tile Server (ueber NPM/HTTPS erreichbar)
|
||||||
# Beispiel: https://tiles.rd13server.de
|
# tileserver-gl liefert Raster-PNG unter /styles/osm-intl/{z}/{x}/{y}.png
|
||||||
# Kartographer baut URLs als {MapServer}/{Style}/{z}/{x}/{y}.png.
|
# Kartographer baut URLs als {MapServer}/{Style}/{z}/{x}/{y}.png
|
||||||
|
# -> https://tiles.rd13server.de/styles/osm-intl/{z}/{x}/{y}.png
|
||||||
$wgKartographerMapServer = 'https://tiles.rd13server.de/styles';
|
$wgKartographerMapServer = 'https://tiles.rd13server.de/styles';
|
||||||
|
|
||||||
# Verfuegbare Styles aus dem Martin Server
|
# Verfuegbare Styles aus dem Martin Server
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue