X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9a3724f3ae8f4ef50a5b97fdb0e7ccffc8a2fc6f..28326173066466bb20f54bad702b2885b64f925c:/cookbooks/wiki/templates/default/mw-ext-MultiMaps.inc.php.erb
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 7d214127b..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,9 +9,29 @@ 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',
+ 'source' => 'https://tile.thunderforest.com/cycle/{z}/{x}/{y}.png?apikey=<%= @thunderforest_key %>',
+ ],
'transport' => [
'service' => 'Leaflet',
'attribution' => '© OpenStreetMap contributors. Tiles courtesy of Andy Allan',
'source' => 'https://tile.thunderforest.com/transport/{z}/{x}/{y}.png?apikey=<%= @thunderforest_key %>',
],
+ 'oepnv' => [
+ 'service' => 'Leaflet',
+ 'attribution' => '© OpenStreetMap contributors. Tiles courtesy of MeMoMaps',
+ 'source' => 'https://tileserver.memomaps.de/tilegen/{z}/{x}/{y}.png',
+ ],
+ 'humanitarian' => [
+ 'service' => 'Leaflet',
+ 'attribution' => '© OpenStreetMap contributors. Tiles style by Humanitarian OpenStreetMap team hosted by OpenStreetMap France',
+ 'source' => 'https://tile.openstreetmap.fr/hot/{z}/{x}/{y}.png'
+ ],
];