@dra2020/baseclient 1.0.33 → 1.0.34
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/baseclient.js +1 -1
- package/dist/baseclient.js.map +1 -1
- package/lib/poly/polypack.ts +1 -1
- package/package.json +1 -1
package/dist/baseclient.js
CHANGED
|
@@ -7314,7 +7314,7 @@ function featurePack(f, prepack) {
|
|
|
7314
7314
|
}
|
|
7315
7315
|
return f.geometry.packed;
|
|
7316
7316
|
}
|
|
7317
|
-
else if (f
|
|
7317
|
+
else if (f && f.type === 'FeatureCollection' && f.features) {
|
|
7318
7318
|
// Allocate one large buffer
|
|
7319
7319
|
let nFloats = 0;
|
|
7320
7320
|
let i;
|