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)
|
||||
# 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
|
||||
$wgKartographerStyles = [
|
||||
'osm-bright',
|
||||
'satellite-hybrid',
|
||||
'osm-intl',
|
||||
];
|
||||
|
||||
# Standardstil fuer <mapframe> / <maplink>
|
||||
$wgKartographerDfltStyle = 'osm-bright';
|
||||
$wgKartographerSrcsetScales = [ 1, 1.5, 2 ];
|
||||
$wgKartographerDfltStyle = 'osm-intl';
|
||||
$wgKartographerSrcsetScales = [1];
|
||||
|
||||
|
||||
# Adding Musical notation with score Notation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue