editor-imagery-index -> editor-layer-index

This commit is contained in:
Bryan Housel
2016-02-21 21:38:07 -05:00
parent df53b01367
commit 189909f56e
5 changed files with 5 additions and 5 deletions

2
API.md
View File

@@ -157,7 +157,7 @@ var iD = iD()
```
The Imagery object should follow the structure defined by [editor-imagery-index](https://github.com/osmlab/editor-imagery-index/blob/gh-pages/schema.json)
The Imagery object should follow the structure defined by [editor-layer-index](https://github.com/osmlab/editor-layer-index/blob/gh-pages/schema.json)
### Taginfo

2
FAQ.md
View File

@@ -12,7 +12,7 @@ To report an issue with missing or cloudy imagery:
* _For Mapbox Satellite layer:_ Use [this imagery request tool](https://www.mapbox.com/labs/request) to zoom to the location with the issue and draw a box around it.
* _For Bing Satellite layer:_ Open the location in [Bing Maps](https://www.bing.com/maps) and click the "Report a problem" link on the sidebar.
iD's list of available background imagery sources come from the [editor-imagery-index](https://github.com/osmlab/editor-imagery-index)
iD's list of available background imagery sources come from the [editor-layer-index](https://github.com/osmlab/editor-layer-index)
project. If you know of a more recent imagery source that is licensed for this use,
please open a request there with the link and license details.

View File

@@ -117,7 +117,7 @@ translations:
node data/update_locales
imagery:
npm install editor-imagery-index@git://github.com/osmlab/editor-imagery-index.git#gh-pages
npm install editor-layer-index@git://github.com/osmlab/editor-layer-index.git#gh-pages
node data/update_imagery
suggestions:

View File

@@ -1,5 +1,5 @@
var fs = require('fs');
var sources = require('editor-imagery-index/imagery.json');
var sources = require('editor-layer-index/imagery.json');
var imagery = [];
var blacklist = {

View File

@@ -22,7 +22,7 @@
"devDependencies": {
"chai": "~1.9.2",
"d3": "3.5.5",
"editor-imagery-index": "git://github.com/osmlab/editor-imagery-index.git#gh-pages",
"editor-layer-index": "git://github.com/osmlab/editor-layer-index.git#gh-pages",
"eslint": "~1.10.3",
"glob": "~3.1.21",
"happen": "0.1.2",