Skip to content
Snippets Groups Projects
Commit dea88684 authored by zksx's avatar zksx
Browse files

changed sld file

parent 6a9b7380
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ import L from "leaflet"; ...@@ -2,7 +2,7 @@ import L from "leaflet";
import "proj4leaflet"; import "proj4leaflet";
import AstroProj from "./AstroProj"; import AstroProj from "./AstroProj";
import LayerCollection from "./LayerCollection"; 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({ ...@@ -239,7 +239,10 @@ export default L.Map.AstroMap = L.Map.extend({
if(this._geoLayers[i] && this._geoLayers[i].options.id === collectionId){ if(this._geoLayers[i] && this._geoLayers[i].options.id === collectionId){
let wrappedFeatures = this.cloneWestEast(myFeatures); let wrappedFeatures = this.cloneWestEast(myFeatures);
this._geoLayers[i].addData(wrappedFeatures); this._geoLayers[i].addData(wrappedFeatures);
<<<<<<< HEAD
this.SLDStyler.remove_symbols(this); this.SLDStyler.remove_symbols(this);
=======
>>>>>>> 6b999bd8 (changed sld file)
this.SLDStyler.symbolize_with_icons(this._geoLayers[i], 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