diff --git a/src/js/AstroMap.js b/src/js/AstroMap.js index e3f0f5bf556aa5533ae7d4c82ea47e087f5e41e4..1b42e1010a47e8eaeefbe2edcad30a684b6d0bb9 100644 --- a/src/js/AstroMap.js +++ b/src/js/AstroMap.js @@ -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); } }