From: Robert Kaiser Date: Sat, 30 Jan 2016 13:46:13 +0000 (+0100) Subject: supports multiple tilecache domain names so the browser is less likely to run into... X-Git-Tag: production~50^2 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=9e50181101b67d1e8eeba8167dcce54c50f80eec;hp=31011cc9f47b3a7219781e6ff4e9ac47b0bc7bc9 supports multiple tilecache domain names so the browser is less likely to run into connection limits --- diff --git a/js/map.js b/js/map.js index dbe2fae..dcb40a3 100644 --- a/js/map.js +++ b/js/map.js @@ -29,12 +29,12 @@ var gMapStyles = { copyright: 'Map data and imagery © OpenStreetMap contributors, ODbL/CC-BY-SA'}, osm_germany: {name: "OSM German Style", - url: "https://tilecache.kairo.at/osmde/{z}/{x}/{y}.png", // route through CORS+SSL tilecache @ kairo.at + url: "https://tilecache[1-4].kairo.at/osmde/{z}/{x}/{y}.png", // route through CORS+SSL tilecache @ kairo.at //url: "http://[a-d].tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png", // https is not supported at all copyright: 'Map data and imagery © OpenStreetMap contributors, ODbL/CC-BY-SA'}, oepnvkarte: {name: "ÖPNV-Karte (OSM)", - url: "https://tilecache.kairo.at/oepnv/{z}/{x}/{y}.png", // route through CORS+SSL tilecache @ kairo.at + url: "https://tilecache[1-4].kairo.at/oepnv/{z}/{x}/{y}.png", // route through CORS+SSL tilecache @ kairo.at //url: "http://tileserver.memomaps.de/tilegen/{z}/{x}/{y}.png", // memomaps.de does not support CORS or https at this time :( copyright: 'Map data © OpenStreetMap contributors, ODbL/CC-BY-SA, tiles by MeMoMaps under CC-BY-SA.'}, mapquest_open: