From a34077f76f4e0e974f716381391506c250dc3196 Mon Sep 17 00:00:00 2001 From: 2Abendsegler <2Abendsegler@users.noreply.github.com> Date: Sun, 25 Apr 2021 11:23:36 +0200 Subject: [PATCH] Upload gclh_defi.js without "Public Transport Lines" --- data/gclh_defi.js | 1 - 1 file changed, 1 deletion(-) diff --git a/data/gclh_defi.js b/data/gclh_defi.js index a02b8a770..b4c07fdf7 100644 --- a/data/gclh_defi.js +++ b/data/gclh_defi.js @@ -102,7 +102,6 @@ function layersInit(c) { c.map_overlays = new Object(); c.map_overlays = { "Hillshadow" : { tileUrl: "http://{s}.tiles.wmflabs.org/hillshading/{z}/{x}/{y}.png", attribution: 'hillshadow \u00a9 tiles.wmflabs.org', tileSize: 256, minZoom: 0, maxZoom: 17 } - ,"Public Transport Lines" : { tileUrl: "http://openptmap.org/tiles/{z}/{x}/{y}.png", attribution: 'Public Transport Lines\u00a9 OpenPTMap', tileSize: 256, minZoom: 0, maxZoom: 17 } }; }