Skip to content
Snippets Groups Projects
Commit 54246b0f authored by brittainjackson7's avatar brittainjackson7
Browse files

fix remove_symbols call

parent a6cc1931
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment