aboutsummaryrefslogtreecommitdiff
path: root/featureClass/featureManager.js
diff options
context:
space:
mode:
Diffstat (limited to 'featureClass/featureManager.js')
-rw-r--r--featureClass/featureManager.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js
index d52d892..538bd91 100644
--- a/featureClass/featureManager.js
+++ b/featureClass/featureManager.js
@@ -495,6 +495,7 @@ class FeatureManager {
}
}
-const featureManager = new FeatureManager();
-
-export default featureManager; \ No newline at end of file
+if(!global.soopyv2featuremanagerthing){
+ global.soopyv2featuremanagerthing = new FeatureManager()
+}
+export default global.soopyv2featuremanagerthing \ No newline at end of file