Use imagery ids instead of names, update blacklist, npm run imagery

This commit is contained in:
Bryan Housel
2016-11-17 14:16:52 -05:00
parent 2448f1af1c
commit e331bb7f8c
5 changed files with 5781 additions and 1362 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ export function rendererBackgroundSource(data) {
source.imageryUsed = function() {
return source.id || name;
return name || source.id;
};
@@ -91,7 +91,7 @@ export function rendererBackgroundSource(data) {
source.isLocatorOverlay = function() {
return name === 'Locator Overlay';
return source.id === 'mapbox_locator_overlay';
};