X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3736dc6e58fea1fc54fd42ffc872a1e82b7ba293..2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b:/cookbooks/wiki/templates/default/mw-ext-MultiMaps.inc.php.erb?ds=sidebyside
diff --git a/cookbooks/wiki/templates/default/mw-ext-MultiMaps.inc.php.erb b/cookbooks/wiki/templates/default/mw-ext-MultiMaps.inc.php.erb
index 47f319c30..ddcfb62a7 100644
--- a/cookbooks/wiki/templates/default/mw-ext-MultiMaps.inc.php.erb
+++ b/cookbooks/wiki/templates/default/mw-ext-MultiMaps.inc.php.erb
@@ -9,6 +9,11 @@ require_once "$IP/extensions/MultiMaps/MultiMaps.php";
# denote different tiles within a BaseMapService
$egMultiMaps_MapServices = [
'Leaflet',
+ 'cyclosm' => [
+ 'service' => 'Leaflet',
+ 'attribution' => '© OpenStreetMap contributors. Tiles style by CyclOSM hosted by OpenStreetMap France',
+ 'source' => 'https://{s}.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png',
+ ],
'cycle' => [
'service' => 'Leaflet',
'attribution' => '© OpenStreetMap contributors. Tiles courtesy of Andy Allan',