X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/356a507d8627f062775ea315500c3f099588b5e3..HEAD:/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 deleted file mode 100644 index 47f319c30..000000000 --- a/cookbooks/wiki/templates/default/mw-ext-MultiMaps.inc.php.erb +++ /dev/null @@ -1,32 +0,0 @@ - [ - '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' - ], -];