Loading src/js/AstroMap.js +4 −1 Original line number Diff line number Diff line Loading @@ -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"; /** Loading Loading @@ -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); } } Loading Loading
src/js/AstroMap.js +4 −1 Original line number Diff line number Diff line Loading @@ -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"; /** Loading Loading @@ -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); } } Loading