mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
Switch from bundled editor-layer-index to fetched imagery-index
This commit is contained in:
@@ -11,7 +11,8 @@ for (var k in iD.services) { delete iD.services[k]; }
|
||||
iD.data.locales = { en: { rtl: false, languageNames: {}, scriptNames: {} }};
|
||||
iD.data.locale_en = { en: {} };
|
||||
// Initializing `coreContext` initializes `_background`, which tries loading:
|
||||
iD.data.imagery = [];
|
||||
iD.data.imagery_sources = [];
|
||||
iD.data.imagery_features = { type: 'FeatureCollection', features: [] };
|
||||
// Initializing `coreContext` initializes `_presets`, which tries loading:
|
||||
iD.data.preset_categories = {};
|
||||
iD.data.preset_defaults = {};
|
||||
|
||||
Reference in New Issue
Block a user