@vesium/plot 1.0.1-beta.71 → 1.0.1-beta.73
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.iife.js +1 -1
- package/dist/index.iife.js.map +1 -1
- package/dist/index.iife.min.js +1 -1
- package/dist/index.iife.min.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.mjs +1 -1
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.iife.js
CHANGED
|
@@ -514,7 +514,7 @@ _turf_turf = __toESM(_turf_turf);
|
|
|
514
514
|
const primitiveCollection = (0, vesium.usePrimitive)(new cesium.PrimitiveCollection());
|
|
515
515
|
const groundPrimitiveCollection = (0, vesium.usePrimitive)(new cesium.PrimitiveCollection(), { collection: "ground" });
|
|
516
516
|
const dataSource = (0, vesium.useDataSource)(new cesium.CustomDataSource());
|
|
517
|
-
const entityScope = (0, vesium.useEntityScope)({ collection: () => dataSource.value
|
|
517
|
+
const entityScope = (0, vesium.useEntityScope)({ collection: () => dataSource.value?.entities });
|
|
518
518
|
const primitiveScope = (0, vesium.usePrimitiveScope)({ collection: () => primitiveCollection.value });
|
|
519
519
|
const groundPrimitiveScope = (0, vesium.usePrimitiveScope)({ collection: () => groundPrimitiveCollection.value });
|
|
520
520
|
const mouseCartesian = (0, vue.shallowRef)();
|