code linting

This commit is contained in:
Martin Raifer
2021-12-07 11:28:58 +01:00
parent 9fdca21cb9
commit 798ea4b37c

View File

@@ -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) {