]> git.openstreetmap.org Git - chef.git/commitdiff
Merge remote-tracking branch 'github/pull/562'
authorTom Hughes <tom@compton.nu>
Tue, 17 Jan 2023 22:09:44 +0000 (22:09 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 17 Jan 2023 22:09:44 +0000 (22:09 +0000)
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;