Use live bound object for imagery array, remove context.imagery() accessor

Also update documentation, closes #3359
This commit is contained in:
Bryan Housel
2016-11-14 11:15:03 -05:00
parent 9c8037ca4e
commit 93d50b4e87
12 changed files with 97 additions and 42 deletions
+5 -1
View File
@@ -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
};