We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467e3ac commit f68d147Copy full SHA for f68d147
src/mapml/layers/FeatureIndex.js
@@ -22,7 +22,7 @@ export var FeatureIndex = L.Layer.extend({
22
this._title.innerHTML = "Feature Index";
23
this._body = L.DomUtil.create("tbody", "mapml-feature-index-content", this._table);
24
map.on("layerchange layeradd layerremove overlayremove", this._toggleEvents, this);
25
- map.on('moveend', this._checkOverlap, this);
+ map.on('moveend focus', this._checkOverlap, this);
26
this._addOrRemoveFeatureIndex();
27
},
28
0 commit comments