mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Use the layer names instead of the IDs in the imagery_used tag (close #7842)
This commit is contained in:
@@ -97,7 +97,7 @@ export function rendererBackgroundSource(data) {
|
||||
|
||||
|
||||
source.imageryUsed = function() {
|
||||
return name || source.id;
|
||||
return _name || source.id;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user