From bf4edbfad5fcb5602ef25e26aae86a4d2f66e2ef Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 9 Apr 2014 14:58:57 -0400 Subject: [PATCH] Update imagery --- data/imagery.json | 17 +++++++++-------- data/update_imagery.js | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/data/imagery.json b/data/imagery.json index aae099bc8..e0fb63a2e 100644 --- a/data/imagery.json +++ b/data/imagery.json @@ -10087,22 +10087,23 @@ "overlay": true }, { - "name": "MapBox Satellite", + "name": "MapQuest Open Aerial", + "type": "tms", + "template": "http://oatile{switch:1,2,3,4}.mqcdn.com/tiles/1.0.0/sat/{zoom}/{x}/{y}.png", + "default": true + }, + { + "name": "Mapbox Satellite", "type": "tms", "description": "Satellite and aerial imagery.", "template": "http://{switch:a,b,c}.tiles.mapbox.com/v3/openstreetmap.map-4wvf9l0l/{zoom}/{x}/{y}.png", "scaleExtent": [ 0, - 16 + 19 ], "terms_url": "http://www.mapbox.com/about/maps/", "terms_text": "Terms & Feedback", - "default": true - }, - { - "name": "MapQuest Open Aerial", - "type": "tms", - "template": "http://oatile{switch:1,2,3,4}.mqcdn.com/tiles/1.0.0/sat/{zoom}/{x}/{y}.png", + "id": "Mapbox", "default": true }, { diff --git a/data/update_imagery.js b/data/update_imagery.js index c66c4e91a..1dbc2b79e 100644 --- a/data/update_imagery.js +++ b/data/update_imagery.js @@ -39,7 +39,7 @@ var censor = { }; var descriptions = { - 'MapBox Satellite': 'Satellite and aerial imagery.', + 'Mapbox Satellite': 'Satellite and aerial imagery.', 'OpenStreetMap (Mapnik)': 'The default OpenStreetMap layer.', 'TIGER 2012 Roads Overlay': 'Public domain road data from the US Government.', 'Bing aerial imagery': 'Satellite and aerial imagery.',