gis-common 5.1.21 → 5.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18150,7 +18150,7 @@ class SVGLoader {
18150
18150
  this.cache = /* @__PURE__ */ new Map();
18151
18151
  this.defaultOptions = {
18152
18152
  useCache: true,
18153
- clearContainer: true,
18153
+ clearContainer: false,
18154
18154
  addClasses: [],
18155
18155
  onLoad: null,
18156
18156
  onError: null,