mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Update imagery
This commit is contained in:
@@ -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
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user