Merge branch 'develop' into d3-6

This commit is contained in:
Quincy Morgan
2020-10-08 09:32:40 -04:00
4 changed files with 6 additions and 17 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ export function rendererBackgroundSource(data) {
source.imageryUsed = function() {
return name || source.id;
return _name || source.id;
};