Use the layer names instead of the IDs in the imagery_used tag (close #7842)

This commit is contained in:
Quincy Morgan
2020-10-08 09:29:50 -04:00
parent 7af4f7bb1f
commit 3ef36a8bad
+1 -1
View File
@@ -97,7 +97,7 @@ export function rendererBackgroundSource(data) {
source.imageryUsed = function() {
return name || source.id;
return _name || source.id;
};