From 20f0f08de35b250bcebb57617fb4bf7ce8f290aa Mon Sep 17 00:00:00 2001 From: Marvin W Date: Sun, 22 May 2016 03:12:08 +0200 Subject: [PATCH] Replace MapQuest with OpenStreetMap.HOT in example config (#26) MapQuest Open Tiles service is announced to be discontinued and already started removing tiles at the highest zoom level. MapQuest provides a replacement service requiring custom javascript code to be injected, which I don't consider a good idea. OpenStreetMap.HOT is a OpenStreetMap map style using pastel colours and thus is lot better than Mapnik for rendering stuff on it. --- config.json.example | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/config.json.example b/config.json.example index c4616e2..933ba02 100644 --- a/config.json.example +++ b/config.json.example @@ -5,14 +5,8 @@ "showContact": true, "maxAge": 14, "mapLayers": [ - { "name": "MapQuest", - "url": "https://otile{s}-s.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.jpg", - "config": { - "subdomains": "1234", - "type": "osm", - "attribution": "Tiles © MapQuest, Data CC-BY-SA OpenStreetMap", - "maxZoom": 18 - } + { + "name": "OpenStreetMap.HOT" }, { "name": "Stamen.TonerLite"