From 0de83ba6d1650dd7843062303d209cc0e57a4f53 Mon Sep 17 00:00:00 2001
From: zksx <52799997+zksx@users.noreply.github.com>
Date: Fri, 29 Sep 2023 11:32:48 -0700
Subject: [PATCH] symbols are being added initially/ on load more/ and when a
 selected collection is picked using the multi select box. Still having issues
 with symbols displaying using layer controls button. #21

---
 src/js/AstroMap.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/js/AstroMap.js b/src/js/AstroMap.js
index 09e92188b..b51779c40 100644
--- a/src/js/AstroMap.js
+++ b/src/js/AstroMap.js
@@ -331,7 +331,6 @@ export default L.Map.AstroMap = L.Map.extend({
 
           // Add collections to the Overlay control
           L.LayerCollection.layerControl.addOverlay(this._footprintCollection[title], title);
-
         }
         else if(this._geoLayers[i]) {
           delete this._footprintCollection[title]; // Delete layers with no Footprints
-- 
GitLab