]> git.openstreetmap.org Git - chef.git/commitdiff
Attempt to fix missing images in Kartographer wiki extension
authorTigerfell <tigerfell-688@tuta.io>
Tue, 17 Jan 2023 21:15:49 +0000 (22:15 +0100)
committerTigerfell <tigerfell-688@tuta.io>
Tue, 17 Jan 2023 21:48:36 +0000 (22:48 +0100)
cookbooks/wiki/templates/default/mw-ext-Kartographer.inc.php.erb

index 60cba9a0b947e817ee6a972734985bff7fa1c6c3..1fef9a1cc35ae096ad33036bb70b0f1f4e4ccc3a 100644 (file)
@@ -3,6 +3,7 @@
 
 wfLoadExtension( 'Kartographer' );
 $wgKartographerMapServer = 'https://tile.openstreetmap.org';
+$wgKartographerSrcsetScales = [];
 $wgKartographerDfltStyle = '';
 $wgKartographerStyles = [];
-
+$wgKartographerSimpleStyleMarkers = false;