diff options
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5254,7 +5254,7 @@ const infoMetadataAccordions = []; fetch_body.push({ layer_group: layerGroup, layer: layerName, - fid: feature.getId(), + fid: feature.getId() ?? -1, }); if (fetch_body.length >= 100) { return true; /* enough matches already, stop detection here */ |