Commit dea88684 authored by zksx's avatar zksx
Browse files

changed sld file

parent 6a9b7380
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ import L from "leaflet";
import "proj4leaflet";
import AstroProj from "./AstroProj";
import LayerCollection from "./LayerCollection";
import SLDText from "../slds/Global_Contacts.sld";
import SLDText from "../slds/Global_Geology.sld";


/**
@@ -239,7 +239,10 @@ 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);
<<<<<<< HEAD
        this.SLDStyler.remove_symbols(this);
=======
>>>>>>> 6b999bd8 (changed sld file)
        this.SLDStyler.symbolize_with_icons(this._geoLayers[i], this);
      }
    }