Loading src/js/AstroMap.js +14 −14 Original line number Diff line number Diff line Loading @@ -239,7 +239,7 @@ export default L.Map.AstroMap = L.Map.extend({ if(this._geoLayers[i] && this._geoLayers[i].options.id === collectionId){ let wrappedFeatures = this.cloneWestEast(myFeatures); this._geoLayers[i].addData(wrappedFeatures); this.SLDStyler.remove_symbols(this); this.SLDStyler.symbolize_with_icons(this._geoLayers[i], this); } } Loading Loading
src/js/AstroMap.js +14 −14 Original line number Diff line number Diff line Loading @@ -239,7 +239,7 @@ export default L.Map.AstroMap = L.Map.extend({ if(this._geoLayers[i] && this._geoLayers[i].options.id === collectionId){ let wrappedFeatures = this.cloneWestEast(myFeatures); this._geoLayers[i].addData(wrappedFeatures); this.SLDStyler.remove_symbols(this); this.SLDStyler.symbolize_with_icons(this._geoLayers[i], this); } } Loading