feat: Kartographer style updated to osm-intl for tileserver-gl
This commit is contained in:
parent
87258aa524
commit
2dd51c55c0
1 changed files with 77 additions and 77 deletions
|
|
@ -430,17 +430,17 @@ wfLoadExtension( 'Kartographer' );
|
||||||
|
|
||||||
# Eigener Martin Tile Server (ueber NPM/HTTPS erreichbar)
|
# Eigener Martin Tile Server (ueber NPM/HTTPS erreichbar)
|
||||||
# Beispiel: https://tiles.rd13server.de
|
# Beispiel: https://tiles.rd13server.de
|
||||||
$wgKartographerMapServer = 'https://tiles.rd13server.de';
|
# Kartographer baut URLs als {MapServer}/{Style}/{z}/{x}/{y}.png.
|
||||||
|
$wgKartographerMapServer = 'https://tiles.rd13server.de/styles';
|
||||||
|
|
||||||
# Verfuegbare Styles aus dem Martin Server
|
# Verfuegbare Styles aus dem Martin Server
|
||||||
$wgKartographerStyles = [
|
$wgKartographerStyles = [
|
||||||
'osm-bright',
|
'osm-intl',
|
||||||
'satellite-hybrid',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Standardstil fuer <mapframe> / <maplink>
|
# Standardstil fuer <mapframe> / <maplink>
|
||||||
$wgKartographerDfltStyle = 'osm-bright';
|
$wgKartographerDfltStyle = 'osm-intl';
|
||||||
$wgKartographerSrcsetScales = [ 1, 1.5, 2 ];
|
$wgKartographerSrcsetScales = [1];
|
||||||
|
|
||||||
|
|
||||||
# Adding Musical notation with score Notation
|
# Adding Musical notation with score Notation
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue