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.
This commit is contained in:
Marvin W 2016-05-22 03:12:08 +02:00 committed by PetaByteBoy // Milan Pässler
parent 81379a8263
commit 20f0f08de3
1 changed files with 2 additions and 8 deletions

View File

@ -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 &copy; <a href=\"https://www.mapquest.com/\" target=\"_blank\">MapQuest</a>, Data CC-BY-SA OpenStreetMap",
"maxZoom": 18
}
{
"name": "OpenStreetMap.HOT"
},
{
"name": "Stamen.TonerLite"