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.
- package/dist/gis-common.es.js +1 -1
- package/dist/gis-common.umd.js +1 -1
- package/dist/index.d.ts +59 -42
- package/package.json +1 -1
package/dist/gis-common.es.js
CHANGED
|
@@ -18150,7 +18150,7 @@ class SVGLoader {
|
|
|
18150
18150
|
this.cache = /* @__PURE__ */ new Map();
|
|
18151
18151
|
this.defaultOptions = {
|
|
18152
18152
|
useCache: true,
|
|
18153
|
-
clearContainer:
|
|
18153
|
+
clearContainer: false,
|
|
18154
18154
|
addClasses: [],
|
|
18155
18155
|
onLoad: null,
|
|
18156
18156
|
onError: null,
|