X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9a3724f3ae8f4ef50a5b97fdb0e7ccffc8a2fc6f..a62943629fc45519becfbd66176c9238acbeacbd:/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..47f319c30 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,24 @@ require_once "$IP/extensions/MultiMaps/MultiMaps.php"; # denote different tiles within a BaseMapService $egMultiMaps_MapServices = [ 'Leaflet', + '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' + ], ];