From dea886848c7d4319b0cec4db2d6418463c1911a4 Mon Sep 17 00:00:00 2001
From: zksx <52799997+zksx@users.noreply.github.com>
Date: Thu, 5 Oct 2023 07:50:03 -0700
Subject: [PATCH] changed sld file

---
 src/js/AstroMap.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/js/AstroMap.js b/src/js/AstroMap.js
index e3f0f5bf5..1b42e1010 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);
       }
     }
-- 
GitLab