mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
Use live bound object for imagery array, remove context.imagery() accessor
Also update documentation, closes #3359
This commit is contained in:
+5
-1
@@ -5,7 +5,6 @@ export { default as dataSuggestions } from 'name-suggestion-index/name-suggestio
|
||||
export { dataAddressFormats } from './address-formats.json';
|
||||
export { dataDeprecated } from './deprecated.json';
|
||||
export { dataDiscarded } from './discarded.json';
|
||||
export { dataImagery } from './imagery.json';
|
||||
export { dataLocales } from './locales.json';
|
||||
export { dataPhoneFormats } from './phone-formats.json';
|
||||
|
||||
@@ -24,3 +23,8 @@ export var dataPresets = {
|
||||
categories: categories,
|
||||
fields: fields
|
||||
};
|
||||
|
||||
import { dataImagery } from './imagery.json';
|
||||
export var data = {
|
||||
imagery: dataImagery
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user