mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
code linting
This commit is contained in:
@@ -472,7 +472,7 @@ rendererBackgroundSource.Esri = function(data) {
|
||||
.then(function(result) {
|
||||
delete inflight[tileID];
|
||||
|
||||
var result = result.features.map(f => f.attributes)
|
||||
result = result.features.map(f => f.attributes)
|
||||
.filter(a => a.MinMapLevel <= zoom && a.MaxMapLevel >= zoom)[0];
|
||||
|
||||
if (!result) {
|
||||
|
||||
Reference in New Issue
Block a user