Skip to content

Commit

Permalink
Remove MapQuest tile sources from demo app
Browse files Browse the repository at this point in the history
Since MapQuest removes the access to their open tiles on 2016-07-11 (see
https://lists.openstreetmap.org/pipermail/talk/2016-June/076106.html) this
removes the MapQuest related layers from the Shareloc demo app.
This has also been removed from the OpenLayers library with
openlayers/openlayers#5540.
  • Loading branch information
chrismayer committed Jul 2, 2016
1 parent a2ee166 commit f94c9bb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions conf/layers.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@
"layer": "OSM-WMS",
"attribution": "<a href='http://www.terrestris.de/'>terrestris GmbH & Co. KG</a>, map data: &copy; <a href='http://www.openstreetmap.org/'>OpenStreetMap contributors</a> <a href='http://www.openstreetmap.org/copyright'>(ODbL)</a>"
},
"mapquest.road": {
"title": "MapQuest Road Layer",
"desc": "The MapQuest roads layer based on OSM data",
"type": "Mapquest",
"layer": "osm"
},
"mapquest.aerial": {
"title": "MapQuest Aerial Layer",
"desc": "The MapQuest aerial layer",
"type": "Mapquest",
"layer": "sat"
},
"opentopomap": {
"title": "OpenTopoMap",
"desc": "The free topographic map based on OSM and SRTM data",
Expand Down

0 comments on commit f94c9bb

Please sign in to comment.