mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
editor-imagery-index -> editor-layer-index
This commit is contained in:
2
API.md
2
API.md
@@ -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
2
FAQ.md
@@ -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.
|
||||
|
||||
|
||||
2
Makefile
2
Makefile
@@ -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:
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user