Commit 54246b0f authored by brittainjackson7's avatar brittainjackson7
Browse files

fix remove_symbols call

parent a6cc1931
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -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);
      }
    }