@vcmap/core 6.1.11 → 6.2.0-rc.1
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/README.md +8 -6
- package/build/buildShader.js +61 -0
- package/build/postinstall.js +6 -3
- package/dist/cesium.d.ts +52 -18
- package/dist/geojson.d.ts +3 -2
- package/dist/index.d.ts +239 -109
- package/dist/index.js +78 -63
- package/dist/index.js.map +1 -1
- package/dist/ol.d.ts +27 -29
- package/dist/src/category/category.d.ts +3 -2
- package/dist/src/category/category.js +2 -2
- package/dist/src/category/category.js.map +1 -1
- package/dist/src/category/categoryCollection.d.ts +3 -2
- package/dist/src/category/categoryCollection.js.map +1 -1
- package/dist/src/cesium/cesium3DTileFeature.d.ts +2 -1
- package/dist/src/cesium/cesium3DTileFeature.js +2 -3
- package/dist/src/cesium/cesium3DTileFeature.js.map +1 -1
- package/dist/src/cesium/cesiumVcsCameraPrimitive.js +6 -5
- package/dist/src/cesium/cesiumVcsCameraPrimitive.js.map +1 -1
- package/dist/src/cesium/entity.js +1 -1
- package/dist/src/cesium/entity.js.map +1 -1
- package/dist/src/classRegistry.d.ts +4 -4
- package/dist/src/classRegistry.js +2 -0
- package/dist/src/classRegistry.js.map +1 -1
- package/dist/src/featureProvider/abstractFeatureProvider.d.ts +2 -1
- package/dist/src/featureProvider/abstractFeatureProvider.js +8 -2
- package/dist/src/featureProvider/abstractFeatureProvider.js.map +1 -1
- package/dist/src/featureProvider/wmsFeatureProvider.d.ts +38 -10
- package/dist/src/featureProvider/wmsFeatureProvider.js +69 -15
- package/dist/src/featureProvider/wmsFeatureProvider.js.map +1 -1
- package/dist/src/interaction/abstractInteraction.d.ts +5 -4
- package/dist/src/interaction/abstractInteraction.js +1 -1
- package/dist/src/interaction/abstractInteraction.js.map +1 -1
- package/dist/src/interaction/coordinateAtPixel.js +23 -0
- package/dist/src/interaction/coordinateAtPixel.js.map +1 -1
- package/dist/src/interaction/eventHandler.d.ts +4 -3
- package/dist/src/interaction/eventHandler.js +1 -1
- package/dist/src/interaction/eventHandler.js.map +1 -1
- package/dist/src/interaction/featureAtPixelInteraction.d.ts +5 -0
- package/dist/src/interaction/featureAtPixelInteraction.js +7 -4
- package/dist/src/interaction/featureAtPixelInteraction.js.map +1 -1
- package/dist/src/interaction/featureProviderInteraction.js.map +1 -1
- package/dist/src/interaction/interactionType.js +1 -0
- package/dist/src/interaction/interactionType.js.map +1 -1
- package/dist/src/interaction/panoramaFeatureHighlight.d.ts +29 -0
- package/dist/src/interaction/panoramaFeatureHighlight.js +88 -0
- package/dist/src/interaction/panoramaFeatureHighlight.js.map +1 -0
- package/dist/src/interaction/panoramaImageSelection.d.ts +8 -0
- package/dist/src/interaction/panoramaImageSelection.js +29 -0
- package/dist/src/interaction/panoramaImageSelection.js.map +1 -0
- package/dist/src/layer/cesium/cesiumTilesetCesiumImpl.d.ts +6 -5
- package/dist/src/layer/cesium/cesiumTilesetCesiumImpl.js +2 -2
- package/dist/src/layer/cesium/cesiumTilesetCesiumImpl.js.map +1 -1
- package/dist/src/layer/cesium/dataSourceCesiumImpl.d.ts +3 -2
- package/dist/src/layer/cesium/dataSourceCesiumImpl.js.map +1 -1
- package/dist/src/layer/cesium/resourceHelper.js +0 -1
- package/dist/src/layer/cesium/resourceHelper.js.map +1 -1
- package/dist/src/layer/cesium/sourceVectorContextSync.d.ts +2 -2
- package/dist/src/layer/cesium/sourceVectorContextSync.js +1 -1
- package/dist/src/layer/cesium/sourceVectorContextSync.js.map +1 -1
- package/dist/src/layer/cesium/terrainCesiumImpl.d.ts +1 -1
- package/dist/src/layer/cesium/vcsTile/vcsChildTile.d.ts +3 -2
- package/dist/src/layer/cesium/vcsTile/vcsChildTile.js +1 -1
- package/dist/src/layer/cesium/vcsTile/vcsChildTile.js.map +1 -1
- package/dist/src/layer/cesium/vcsTile/vcsDebugTile.d.ts +3 -2
- package/dist/src/layer/cesium/vcsTile/vcsDebugTile.js +1 -1
- package/dist/src/layer/cesium/vcsTile/vcsDebugTile.js.map +1 -1
- package/dist/src/layer/cesium/vcsTile/vcsNoDataTile.d.ts +3 -2
- package/dist/src/layer/cesium/vcsTile/vcsNoDataTile.js +1 -1
- package/dist/src/layer/cesium/vcsTile/vcsNoDataTile.js.map +1 -1
- package/dist/src/layer/cesium/vcsTile/vcsQuadtreeTileProvider.d.ts +6 -5
- package/dist/src/layer/cesium/vcsTile/vcsQuadtreeTileProvider.js +4 -4
- package/dist/src/layer/cesium/vcsTile/vcsQuadtreeTileProvider.js.map +1 -1
- package/dist/src/layer/cesium/vcsTile/vcsTileHelpers.d.ts +6 -5
- package/dist/src/layer/cesium/vcsTile/vcsTileHelpers.js.map +1 -1
- package/dist/src/layer/cesium/vcsTile/vcsVectorTile.d.ts +3 -2
- package/dist/src/layer/cesium/vcsTile/vcsVectorTile.js +1 -1
- package/dist/src/layer/cesium/vcsTile/vcsVectorTile.js.map +1 -1
- package/dist/src/layer/cesium/vectorCesiumImpl.js +1 -1
- package/dist/src/layer/cesium/vectorCesiumImpl.js.map +1 -1
- package/dist/src/layer/cesium/vectorContext.d.ts +9 -8
- package/dist/src/layer/cesium/vectorContext.js +6 -5
- package/dist/src/layer/cesium/vectorContext.js.map +1 -1
- package/dist/src/layer/cesium/vectorRasterTileCesiumImpl.d.ts +1 -1
- package/dist/src/layer/cesium/vectorRasterTileCesiumImpl.js +1 -1
- package/dist/src/layer/cesium/vectorRasterTileCesiumImpl.js.map +1 -1
- package/dist/src/layer/cesium/vectorTileCesiumImpl.d.ts +3 -3
- package/dist/src/layer/cesium/vectorTileCesiumImpl.js +2 -1
- package/dist/src/layer/cesium/vectorTileCesiumImpl.js.map +1 -1
- package/dist/src/layer/cesium/vectorTileImageryProvider.d.ts +1 -1
- package/dist/src/layer/cesium/vectorTileImageryProvider.js +3 -2
- package/dist/src/layer/cesium/vectorTileImageryProvider.js.map +1 -1
- package/dist/src/layer/cesium/wmsCesiumImpl.js +3 -2
- package/dist/src/layer/cesium/wmsCesiumImpl.js.map +1 -1
- package/dist/src/layer/cesiumTilesetLayer.d.ts +6 -4
- package/dist/src/layer/cesiumTilesetLayer.js.map +1 -1
- package/dist/src/layer/czmlLayer.js.map +1 -1
- package/dist/src/layer/dataSourceLayer.d.ts +4 -2
- package/dist/src/layer/dataSourceLayer.js +1 -1
- package/dist/src/layer/dataSourceLayer.js.map +1 -1
- package/dist/src/layer/featureLayer.d.ts +4 -2
- package/dist/src/layer/featureLayer.js.map +1 -1
- package/dist/src/layer/featureStoreFeatureVisibility.d.ts +2 -1
- package/dist/src/layer/featureStoreFeatureVisibility.js.map +1 -1
- package/dist/src/layer/featureStoreLayer.d.ts +8 -6
- package/dist/src/layer/featureStoreLayer.js +2 -2
- package/dist/src/layer/featureStoreLayer.js.map +1 -1
- package/dist/src/layer/featureStoreLayerChanges.d.ts +1 -1
- package/dist/src/layer/featureStoreLayerChanges.js.map +1 -1
- package/dist/src/layer/featureVisibility.d.ts +2 -1
- package/dist/src/layer/featureVisibility.js.map +1 -1
- package/dist/src/layer/flatGeobufHelpers.d.ts +18 -3
- package/dist/src/layer/flatGeobufHelpers.js +21 -1
- package/dist/src/layer/flatGeobufHelpers.js.map +1 -1
- package/dist/src/layer/flatGeobufLayer.d.ts +2 -1
- package/dist/src/layer/flatGeobufLayer.js.map +1 -1
- package/dist/src/layer/geojsonHelpers.d.ts +1 -1
- package/dist/src/layer/geojsonHelpers.js +8 -6
- package/dist/src/layer/geojsonHelpers.js.map +1 -1
- package/dist/src/layer/geojsonLayer.d.ts +2 -1
- package/dist/src/layer/geojsonLayer.js +3 -1
- package/dist/src/layer/geojsonLayer.js.map +1 -1
- package/dist/src/layer/globalHider.d.ts +1 -1
- package/dist/src/layer/globalHider.js.map +1 -1
- package/dist/src/layer/layer.d.ts +9 -7
- package/dist/src/layer/layer.js +1 -1
- package/dist/src/layer/layer.js.map +1 -1
- package/dist/src/layer/oblique/obliqueHelpers.js +2 -0
- package/dist/src/layer/oblique/obliqueHelpers.js.map +1 -1
- package/dist/src/layer/oblique/sourceObliqueSync.d.ts +1 -1
- package/dist/src/layer/oblique/sourceObliqueSync.js +7 -7
- package/dist/src/layer/oblique/sourceObliqueSync.js.map +1 -1
- package/dist/src/layer/oblique/vectorObliqueImpl.d.ts +2 -2
- package/dist/src/layer/oblique/vectorObliqueImpl.js +3 -3
- package/dist/src/layer/oblique/vectorObliqueImpl.js.map +1 -1
- package/dist/src/layer/openStreetMapLayer.d.ts +5 -4
- package/dist/src/layer/openStreetMapLayer.js +1 -1
- package/dist/src/layer/openStreetMapLayer.js.map +1 -1
- package/dist/src/layer/openlayers/layerOpenlayersImpl.d.ts +1 -1
- package/dist/src/layer/openlayers/layerOpenlayersImpl.js +0 -1
- package/dist/src/layer/openlayers/layerOpenlayersImpl.js.map +1 -1
- package/dist/src/layer/openlayers/loadFunctionHelpers.js +0 -1
- package/dist/src/layer/openlayers/loadFunctionHelpers.js.map +1 -1
- package/dist/src/layer/openlayers/tileDebugOpenlayersImpl.d.ts +1 -1
- package/dist/src/layer/openlayers/tileDebugOpenlayersImpl.js +2 -2
- package/dist/src/layer/openlayers/tileDebugOpenlayersImpl.js.map +1 -1
- package/dist/src/layer/openlayers/vectorOpenlayersImpl.js +1 -1
- package/dist/src/layer/openlayers/vectorOpenlayersImpl.js.map +1 -1
- package/dist/src/layer/openlayers/vectorTileOpenlayersImpl.js +1 -1
- package/dist/src/layer/openlayers/vectorTileOpenlayersImpl.js.map +1 -1
- package/dist/src/layer/openlayers/wmsOpenlayersImpl.d.ts +1 -1
- package/dist/src/layer/panorama/panoramaDatasetPanoramaImpl.d.ts +13 -0
- package/dist/src/layer/panorama/panoramaDatasetPanoramaImpl.js +34 -0
- package/dist/src/layer/panorama/panoramaDatasetPanoramaImpl.js.map +1 -0
- package/dist/src/layer/panorama/vectorTilePanoramaImpl.d.ts +28 -0
- package/dist/src/layer/panorama/vectorTilePanoramaImpl.js +114 -0
- package/dist/src/layer/panorama/vectorTilePanoramaImpl.js.map +1 -0
- package/dist/src/layer/panoramaDatasetLayer.d.ts +54 -0
- package/dist/src/layer/panoramaDatasetLayer.js +201 -0
- package/dist/src/layer/panoramaDatasetLayer.js.map +1 -0
- package/dist/src/layer/pointCloudLayer.d.ts +8 -5
- package/dist/src/layer/pointCloudLayer.js +1 -1
- package/dist/src/layer/pointCloudLayer.js.map +1 -1
- package/dist/src/layer/rasterLayer.d.ts +6 -4
- package/dist/src/layer/rasterLayer.js.map +1 -1
- package/dist/src/layer/singleImageLayer.d.ts +3 -2
- package/dist/src/layer/singleImageLayer.js.map +1 -1
- package/dist/src/layer/terrainHelpers.d.ts +1 -1
- package/dist/src/layer/terrainHelpers.js.map +1 -1
- package/dist/src/layer/terrainLayer.d.ts +3 -2
- package/dist/src/layer/terrainLayer.js.map +1 -1
- package/dist/src/layer/tileLoadedHelper.d.ts +2 -2
- package/dist/src/layer/tileProvider/flatGeobufTileProvider.d.ts +7 -4
- package/dist/src/layer/tileProvider/flatGeobufTileProvider.js +10 -2
- package/dist/src/layer/tileProvider/flatGeobufTileProvider.js.map +1 -1
- package/dist/src/layer/tileProvider/mvtTileProvider.d.ts +3 -2
- package/dist/src/layer/tileProvider/mvtTileProvider.js +3 -3
- package/dist/src/layer/tileProvider/mvtTileProvider.js.map +1 -1
- package/dist/src/layer/tileProvider/staticFeatureTileProvider.d.ts +3 -2
- package/dist/src/layer/tileProvider/staticFeatureTileProvider.js +0 -1
- package/dist/src/layer/tileProvider/staticFeatureTileProvider.js.map +1 -1
- package/dist/src/layer/tileProvider/staticGeojsonTileProvider.d.ts +2 -1
- package/dist/src/layer/tileProvider/staticGeojsonTileProvider.js +0 -1
- package/dist/src/layer/tileProvider/staticGeojsonTileProvider.js.map +1 -1
- package/dist/src/layer/tileProvider/tileProvider.d.ts +3 -2
- package/dist/src/layer/tileProvider/tileProvider.js +10 -3
- package/dist/src/layer/tileProvider/tileProvider.js.map +1 -1
- package/dist/src/layer/tileProvider/urlTemplateTileProvider.d.ts +2 -1
- package/dist/src/layer/tileProvider/urlTemplateTileProvider.js.map +1 -1
- package/dist/src/layer/tmsLayer.d.ts +3 -2
- package/dist/src/layer/tmsLayer.js +1 -1
- package/dist/src/layer/tmsLayer.js.map +1 -1
- package/dist/src/layer/vectorHelpers.d.ts +2 -2
- package/dist/src/layer/vectorHelpers.js +1 -1
- package/dist/src/layer/vectorHelpers.js.map +1 -1
- package/dist/src/layer/vectorLayer.d.ts +12 -8
- package/dist/src/layer/vectorLayer.js +1 -1
- package/dist/src/layer/vectorLayer.js.map +1 -1
- package/dist/src/layer/vectorProperties.d.ts +3 -3
- package/dist/src/layer/vectorProperties.js +4 -0
- package/dist/src/layer/vectorProperties.js.map +1 -1
- package/dist/src/layer/vectorSymbols.d.ts +8 -0
- package/dist/src/layer/vectorSymbols.js +8 -0
- package/dist/src/layer/vectorSymbols.js.map +1 -1
- package/dist/src/layer/vectorTileLayer.d.ts +17 -10
- package/dist/src/layer/vectorTileLayer.js +8 -1
- package/dist/src/layer/vectorTileLayer.js.map +1 -1
- package/dist/src/layer/wfsLayer.d.ts +2 -1
- package/dist/src/layer/wfsLayer.js +6 -4
- package/dist/src/layer/wfsLayer.js.map +1 -1
- package/dist/src/layer/wmsHelpers.js +2 -2
- package/dist/src/layer/wmsHelpers.js.map +1 -1
- package/dist/src/layer/wmsLayer.d.ts +4 -3
- package/dist/src/layer/wmsLayer.js.map +1 -1
- package/dist/src/layer/wmtsLayer.d.ts +3 -2
- package/dist/src/layer/wmtsLayer.js +1 -1
- package/dist/src/layer/wmtsLayer.js.map +1 -1
- package/dist/src/map/baseOLMap.d.ts +1 -1
- package/dist/src/map/baseOLMap.js +17 -8
- package/dist/src/map/baseOLMap.js.map +1 -1
- package/dist/src/map/cameraLimiter.d.ts +2 -1
- package/dist/src/map/cameraLimiter.js.map +1 -1
- package/dist/src/map/cesiumMap.d.ts +5 -7
- package/dist/src/map/cesiumMap.js +27 -186
- package/dist/src/map/cesiumMap.js.map +1 -1
- package/dist/src/map/cesiumMapHelpers.d.ts +7 -0
- package/dist/src/map/cesiumMapHelpers.js +144 -0
- package/dist/src/map/cesiumMapHelpers.js.map +1 -0
- package/dist/src/map/navigation/cameraHelper.d.ts +3 -2
- package/dist/src/map/navigation/cameraHelper.js.map +1 -1
- package/dist/src/map/navigation/cesiumNavigation.d.ts +4 -3
- package/dist/src/map/navigation/cesiumNavigation.js.map +1 -1
- package/dist/src/map/navigation/controller/controller.d.ts +1 -1
- package/dist/src/map/navigation/controller/controller.js +2 -2
- package/dist/src/map/navigation/controller/controller.js.map +1 -1
- package/dist/src/map/navigation/controller/keyboardController.d.ts +3 -2
- package/dist/src/map/navigation/controller/keyboardController.js +4 -2
- package/dist/src/map/navigation/controller/keyboardController.js.map +1 -1
- package/dist/src/map/navigation/easingHelper.d.ts +1 -1
- package/dist/src/map/navigation/easingHelper.js +1 -1
- package/dist/src/map/navigation/easingHelper.js.map +1 -1
- package/dist/src/map/navigation/navigation.d.ts +6 -6
- package/dist/src/map/navigation/navigation.js +6 -2
- package/dist/src/map/navigation/navigation.js.map +1 -1
- package/dist/src/map/navigation/navigationImpl.d.ts +2 -2
- package/dist/src/map/navigation/obliqueNavigation.d.ts +4 -3
- package/dist/src/map/navigation/obliqueNavigation.js +3 -1
- package/dist/src/map/navigation/obliqueNavigation.js.map +1 -1
- package/dist/src/map/navigation/openlayersNavigation.d.ts +4 -3
- package/dist/src/map/navigation/openlayersNavigation.js.map +1 -1
- package/dist/src/map/navigation/viewHelper.d.ts +2 -2
- package/dist/src/map/navigation/viewHelper.js +0 -1
- package/dist/src/map/navigation/viewHelper.js.map +1 -1
- package/dist/src/map/obliqueMap.d.ts +3 -3
- package/dist/src/map/obliqueMap.js +1 -1
- package/dist/src/map/obliqueMap.js.map +1 -1
- package/dist/src/map/panoramaMap.d.ts +98 -0
- package/dist/src/map/panoramaMap.js +293 -0
- package/dist/src/map/panoramaMap.js.map +1 -0
- package/dist/src/map/vcsMap.d.ts +3 -3
- package/dist/src/map/vcsMap.js +17 -11
- package/dist/src/map/vcsMap.js.map +1 -1
- package/dist/src/moduleIdSymbol.js +0 -1
- package/dist/src/moduleIdSymbol.js.map +1 -1
- package/dist/src/oblique/defaultObliqueCollection.js +3 -1
- package/dist/src/oblique/defaultObliqueCollection.js.map +1 -1
- package/dist/src/oblique/helpers.d.ts +1 -1
- package/dist/src/oblique/helpers.js +1 -1
- package/dist/src/oblique/helpers.js.map +1 -1
- package/dist/src/oblique/obliqueCollection.d.ts +3 -2
- package/dist/src/oblique/obliqueCollection.js.map +1 -1
- package/dist/src/oblique/obliqueDataSet.d.ts +2 -1
- package/dist/src/oblique/obliqueDataSet.js.map +1 -1
- package/dist/src/oblique/obliqueImage.d.ts +1 -1
- package/dist/src/oblique/obliqueProvider.d.ts +1 -1
- package/dist/src/oblique/obliqueProvider.js.map +1 -1
- package/dist/src/oblique/obliqueView.js +1 -0
- package/dist/src/oblique/obliqueView.js.map +1 -1
- package/dist/src/oblique/parseImageJson.js +2 -3
- package/dist/src/oblique/parseImageJson.js.map +1 -1
- package/dist/src/ol/feature.js.map +1 -1
- package/dist/src/ol/geom/circle.js.map +1 -1
- package/dist/src/ol/render/canvas/canvasTileRenderer.js +0 -1
- package/dist/src/ol/render/canvas/canvasTileRenderer.js.map +1 -1
- package/dist/src/ol/source/ClusterEnhancedVectorSource.d.ts +1 -1
- package/dist/src/ol/source/VcsCluster.d.ts +3 -3
- package/dist/src/ol/source/VcsCluster.js.map +1 -1
- package/dist/src/overrideClassRegistry.d.ts +3 -3
- package/dist/src/overrideClassRegistry.js +1 -0
- package/dist/src/overrideClassRegistry.js.map +1 -1
- package/dist/src/panorama/fieldOfView.d.ts +57 -0
- package/dist/src/panorama/fieldOfView.js +135 -0
- package/dist/src/panorama/fieldOfView.js.map +1 -0
- package/dist/src/panorama/panoramaCameraController.d.ts +35 -0
- package/dist/src/panorama/panoramaCameraController.js +146 -0
- package/dist/src/panorama/panoramaCameraController.js.map +1 -0
- package/dist/src/panorama/panoramaImage.d.ts +135 -0
- package/dist/src/panorama/panoramaImage.js +269 -0
- package/dist/src/panorama/panoramaImage.js.map +1 -0
- package/dist/src/panorama/panoramaImageCache.d.ts +8 -0
- package/dist/src/panorama/panoramaImageCache.js +18 -0
- package/dist/src/panorama/panoramaImageCache.js.map +1 -0
- package/dist/src/panorama/panoramaImageView.d.ts +25 -0
- package/dist/src/panorama/panoramaImageView.js +331 -0
- package/dist/src/panorama/panoramaImageView.js.map +1 -0
- package/dist/src/panorama/panoramaTile.d.ts +19 -0
- package/dist/src/panorama/panoramaTile.js +57 -0
- package/dist/src/panorama/panoramaTile.js.map +1 -0
- package/dist/src/panorama/panoramaTileCache.d.ts +16 -0
- package/dist/src/panorama/panoramaTileCache.js +34 -0
- package/dist/src/panorama/panoramaTileCache.js.map +1 -0
- package/dist/src/panorama/panoramaTileCoordinate.d.ts +56 -0
- package/dist/src/panorama/panoramaTileCoordinate.js +110 -0
- package/dist/src/panorama/panoramaTileCoordinate.js.map +1 -0
- package/dist/src/panorama/panoramaTileMaterial.d.ts +102 -0
- package/dist/src/panorama/panoramaTileMaterial.js +225 -0
- package/dist/src/panorama/panoramaTileMaterial.js.map +1 -0
- package/dist/src/panorama/panoramaTileMaterialFS.shader.d.ts +2 -0
- package/dist/src/panorama/panoramaTileMaterialFS.shader.js +170 -0
- package/dist/src/panorama/panoramaTileMaterialFS.shader.js.map +1 -0
- package/dist/src/panorama/panoramaTilePrimitiveCollection.d.ts +31 -0
- package/dist/src/panorama/panoramaTilePrimitiveCollection.js +113 -0
- package/dist/src/panorama/panoramaTilePrimitiveCollection.js.map +1 -0
- package/dist/src/panorama/panoramaTileProvider.d.ts +67 -0
- package/dist/src/panorama/panoramaTileProvider.js +313 -0
- package/dist/src/panorama/panoramaTileProvider.js.map +1 -0
- package/dist/src/panorama/sphericalCoordinates.d.ts +20 -0
- package/dist/src/panorama/sphericalCoordinates.js +78 -0
- package/dist/src/panorama/sphericalCoordinates.js.map +1 -0
- package/dist/src/style/arrowStyle.d.ts +1 -1
- package/dist/src/style/arrowStyle.js.map +1 -1
- package/dist/src/style/declarativeStyleItem.d.ts +1 -1
- package/dist/src/style/declarativeStyleItem.js +12 -14
- package/dist/src/style/declarativeStyleItem.js.map +1 -1
- package/dist/src/style/styleFactory.d.ts +2 -2
- package/dist/src/style/styleFactory.js +1 -2
- package/dist/src/style/styleFactory.js.map +1 -1
- package/dist/src/style/styleHelpers.d.ts +2 -2
- package/dist/src/style/styleHelpers.js +6 -6
- package/dist/src/style/styleHelpers.js.map +1 -1
- package/dist/src/style/styleItem.d.ts +4 -2
- package/dist/src/style/styleItem.js +3 -1
- package/dist/src/style/styleItem.js.map +1 -1
- package/dist/src/style/vectorStyleItem.d.ts +7 -5
- package/dist/src/style/vectorStyleItem.js +9 -19
- package/dist/src/style/vectorStyleItem.js.map +1 -1
- package/dist/src/style/writeStyle.d.ts +2 -2
- package/dist/src/style/writeStyle.js.map +1 -1
- package/dist/src/util/clipping/clippingObject.js.map +1 -1
- package/dist/src/util/clipping/clippingObjectManager.js.map +1 -1
- package/dist/src/util/clipping/clippingPolygonHelper.d.ts +2 -1
- package/dist/src/util/clipping/clippingPolygonHelper.js.map +1 -1
- package/dist/src/util/clipping/clippingPolygonObject.d.ts +4 -3
- package/dist/src/util/clipping/clippingPolygonObject.js.map +1 -1
- package/dist/src/util/clipping/clippingPolygonObjectCollection.d.ts +3 -4
- package/dist/src/util/clipping/clippingPolygonObjectCollection.js +37 -11
- package/dist/src/util/clipping/clippingPolygonObjectCollection.js.map +1 -1
- package/dist/src/util/collection.js.map +1 -1
- package/dist/src/util/createAbsoluteFeature.d.ts +4 -0
- package/dist/src/util/createAbsoluteFeature.js +98 -0
- package/dist/src/util/createAbsoluteFeature.js.map +1 -0
- package/dist/src/util/displayQuality/displayQuality.d.ts +3 -5
- package/dist/src/util/displayQuality/displayQuality.js +4 -5
- package/dist/src/util/displayQuality/displayQuality.js.map +1 -1
- package/dist/src/util/editor/createFeatureSession.d.ts +4 -3
- package/dist/src/util/editor/createFeatureSession.js.map +1 -1
- package/dist/src/util/editor/editFeaturesSession.d.ts +2 -1
- package/dist/src/util/editor/editFeaturesSession.js +3 -1
- package/dist/src/util/editor/editFeaturesSession.js.map +1 -1
- package/dist/src/util/editor/editGeometrySession.d.ts +3 -2
- package/dist/src/util/editor/editGeometrySession.js.map +1 -1
- package/dist/src/util/editor/editorHelpers.d.ts +5 -4
- package/dist/src/util/editor/editorHelpers.js +4 -0
- package/dist/src/util/editor/editorHelpers.js.map +1 -1
- package/dist/src/util/editor/editorSessionHelpers.d.ts +3 -3
- package/dist/src/util/editor/editorSessionHelpers.js.map +1 -1
- package/dist/src/util/editor/interactions/createCircleInteraction.d.ts +2 -1
- package/dist/src/util/editor/interactions/createCircleInteraction.js.map +1 -1
- package/dist/src/util/editor/interactions/createLineStringInteraction.d.ts +3 -2
- package/dist/src/util/editor/interactions/createLineStringInteraction.js.map +1 -1
- package/dist/src/util/editor/interactions/createPointInteraction.d.ts +3 -2
- package/dist/src/util/editor/interactions/createPointInteraction.js.map +1 -1
- package/dist/src/util/editor/interactions/createPolygonInteraction.d.ts +3 -2
- package/dist/src/util/editor/interactions/createPolygonInteraction.js.map +1 -1
- package/dist/src/util/editor/interactions/creationSnapping.d.ts +2 -2
- package/dist/src/util/editor/interactions/creationSnapping.js +1 -1
- package/dist/src/util/editor/interactions/creationSnapping.js.map +1 -1
- package/dist/src/util/editor/interactions/editFeaturesMouseOverInteraction.d.ts +2 -1
- package/dist/src/util/editor/interactions/editFeaturesMouseOverInteraction.js.map +1 -1
- package/dist/src/util/editor/interactions/editGeometryMouseOverInteraction.d.ts +2 -1
- package/dist/src/util/editor/interactions/editGeometryMouseOverInteraction.js.map +1 -1
- package/dist/src/util/editor/interactions/ensureHandlerSelectionInteraction.d.ts +2 -1
- package/dist/src/util/editor/interactions/ensureHandlerSelectionInteraction.js.map +1 -1
- package/dist/src/util/editor/interactions/insertVertexInteraction.d.ts +3 -2
- package/dist/src/util/editor/interactions/insertVertexInteraction.js.map +1 -1
- package/dist/src/util/editor/interactions/layerSnapping.d.ts +4 -4
- package/dist/src/util/editor/interactions/layerSnapping.js +1 -1
- package/dist/src/util/editor/interactions/layerSnapping.js.map +1 -1
- package/dist/src/util/editor/interactions/mapInteractionController.d.ts +2 -1
- package/dist/src/util/editor/interactions/mapInteractionController.js +1 -0
- package/dist/src/util/editor/interactions/mapInteractionController.js.map +1 -1
- package/dist/src/util/editor/interactions/removeVertexInteraction.d.ts +3 -2
- package/dist/src/util/editor/interactions/removeVertexInteraction.js.map +1 -1
- package/dist/src/util/editor/interactions/rightClickInteraction.d.ts +2 -1
- package/dist/src/util/editor/interactions/rightClickInteraction.js.map +1 -1
- package/dist/src/util/editor/interactions/segmentLengthInteraction.d.ts +2 -1
- package/dist/src/util/editor/interactions/segmentLengthInteraction.js.map +1 -1
- package/dist/src/util/editor/interactions/selectFeatureMouseOverInteraction.d.ts +3 -2
- package/dist/src/util/editor/interactions/selectFeatureMouseOverInteraction.js +13 -13
- package/dist/src/util/editor/interactions/selectFeatureMouseOverInteraction.js.map +1 -1
- package/dist/src/util/editor/interactions/selectMultiFeatureInteraction.d.ts +3 -3
- package/dist/src/util/editor/interactions/selectMultiFeatureInteraction.js +1 -1
- package/dist/src/util/editor/interactions/selectMultiFeatureInteraction.js.map +1 -1
- package/dist/src/util/editor/interactions/selectSingleFeatureInteraction.d.ts +2 -1
- package/dist/src/util/editor/interactions/selectSingleFeatureInteraction.js +1 -1
- package/dist/src/util/editor/interactions/selectSingleFeatureInteraction.js.map +1 -1
- package/dist/src/util/editor/interactions/translateVertexInteraction.d.ts +3 -2
- package/dist/src/util/editor/interactions/translateVertexInteraction.js.map +1 -1
- package/dist/src/util/editor/interactions/translationSnapping.d.ts +2 -2
- package/dist/src/util/editor/interactions/translationSnapping.js +1 -1
- package/dist/src/util/editor/interactions/translationSnapping.js.map +1 -1
- package/dist/src/util/editor/selectFeaturesSession.d.ts +3 -2
- package/dist/src/util/editor/selectFeaturesSession.js +1 -1
- package/dist/src/util/editor/selectFeaturesSession.js.map +1 -1
- package/dist/src/util/editor/snappingHelpers.d.ts +3 -3
- package/dist/src/util/editor/snappingHelpers.js.map +1 -1
- package/dist/src/util/editor/transformation/create2DHandlers.d.ts +2 -1
- package/dist/src/util/editor/transformation/create2DHandlers.js.map +1 -1
- package/dist/src/util/editor/transformation/create3DHandlers.d.ts +3 -2
- package/dist/src/util/editor/transformation/create3DHandlers.js.map +1 -1
- package/dist/src/util/editor/transformation/extrudeInteraction.d.ts +3 -2
- package/dist/src/util/editor/transformation/extrudeInteraction.js +1 -1
- package/dist/src/util/editor/transformation/extrudeInteraction.js.map +1 -1
- package/dist/src/util/editor/transformation/rotateInteraction.d.ts +4 -2
- package/dist/src/util/editor/transformation/rotateInteraction.js +1 -1
- package/dist/src/util/editor/transformation/rotateInteraction.js.map +1 -1
- package/dist/src/util/editor/transformation/scaleInteraction.d.ts +3 -2
- package/dist/src/util/editor/transformation/scaleInteraction.js +1 -1
- package/dist/src/util/editor/transformation/scaleInteraction.js.map +1 -1
- package/dist/src/util/editor/transformation/transformationHandler.d.ts +2 -1
- package/dist/src/util/editor/transformation/transformationHandler.js +1 -1
- package/dist/src/util/editor/transformation/transformationHandler.js.map +1 -1
- package/dist/src/util/editor/transformation/translateInteraction.d.ts +3 -2
- package/dist/src/util/editor/transformation/translateInteraction.js +2 -2
- package/dist/src/util/editor/transformation/translateInteraction.js.map +1 -1
- package/dist/src/util/exclusiveManager.d.ts +1 -1
- package/dist/src/util/exclusiveManager.js.map +1 -1
- package/dist/src/util/featureconverter/arcToCesium.d.ts +1 -1
- package/dist/src/util/featureconverter/arcToCesium.js +1 -2
- package/dist/src/util/featureconverter/arcToCesium.js.map +1 -1
- package/dist/src/util/featureconverter/circleToCesium.d.ts +1 -1
- package/dist/src/util/featureconverter/circleToCesium.js +1 -1
- package/dist/src/util/featureconverter/circleToCesium.js.map +1 -1
- package/dist/src/util/featureconverter/clampedPrimitive.d.ts +2 -1
- package/dist/src/util/featureconverter/clampedPrimitive.js +0 -1
- package/dist/src/util/featureconverter/clampedPrimitive.js.map +1 -1
- package/dist/src/util/featureconverter/convert.d.ts +4 -3
- package/dist/src/util/featureconverter/convert.js +1 -1
- package/dist/src/util/featureconverter/convert.js.map +1 -1
- package/dist/src/util/featureconverter/extent3D.d.ts +2 -2
- package/dist/src/util/featureconverter/extent3D.js.map +1 -1
- package/dist/src/util/featureconverter/lineStringToCesium.d.ts +5 -5
- package/dist/src/util/featureconverter/lineStringToCesium.js +1 -2
- package/dist/src/util/featureconverter/lineStringToCesium.js.map +1 -1
- package/dist/src/util/featureconverter/pointHelpers.d.ts +6 -5
- package/dist/src/util/featureconverter/pointHelpers.js +2 -3
- package/dist/src/util/featureconverter/pointHelpers.js.map +1 -1
- package/dist/src/util/featureconverter/pointToCesium.d.ts +6 -11
- package/dist/src/util/featureconverter/pointToCesium.js +3 -20
- package/dist/src/util/featureconverter/pointToCesium.js.map +1 -1
- package/dist/src/util/featureconverter/polygonToCesium.d.ts +1 -1
- package/dist/src/util/featureconverter/polygonToCesium.js +1 -1
- package/dist/src/util/featureconverter/polygonToCesium.js.map +1 -1
- package/dist/src/util/featureconverter/storeyHelpers.d.ts +2 -2
- package/dist/src/util/featureconverter/vectorGeometryFactory.d.ts +2 -2
- package/dist/src/util/featureconverter/vectorGeometryFactory.js.map +1 -1
- package/dist/src/util/featureconverter/vectorHeightInfo.d.ts +8 -2
- package/dist/src/util/featureconverter/vectorHeightInfo.js +17 -0
- package/dist/src/util/featureconverter/vectorHeightInfo.js.map +1 -1
- package/dist/src/util/flight/flightAnchor.js +4 -3
- package/dist/src/util/flight/flightAnchor.js.map +1 -1
- package/dist/src/util/flight/flightCollection.d.ts +2 -2
- package/dist/src/util/flight/flightCollection.js.map +1 -1
- package/dist/src/util/flight/flightHelpers.d.ts +1 -1
- package/dist/src/util/flight/flightInstance.d.ts +3 -2
- package/dist/src/util/flight/flightInstance.js.map +1 -1
- package/dist/src/util/flight/flightPlayer.js +1 -1
- package/dist/src/util/flight/flightPlayer.js.map +1 -1
- package/dist/src/util/flight/flightVisualizer.d.ts +1 -1
- package/dist/src/util/flight/flightVisualizer.js.map +1 -1
- package/dist/src/util/geometryHelpers.d.ts +3 -5
- package/dist/src/util/geometryHelpers.js +0 -91
- package/dist/src/util/geometryHelpers.js.map +1 -1
- package/dist/src/util/hiddenObjects.d.ts +2 -2
- package/dist/src/util/hiddenObjects.js +0 -1
- package/dist/src/util/hiddenObjects.js.map +1 -1
- package/dist/src/util/indexedCollection.js.map +1 -1
- package/dist/src/util/isMobile.js +3 -2
- package/dist/src/util/isMobile.js.map +1 -1
- package/dist/src/util/layerCollection.d.ts +6 -1
- package/dist/src/util/layerCollection.js +5 -1
- package/dist/src/util/layerCollection.js.map +1 -1
- package/dist/src/util/locale.js +0 -1
- package/dist/src/util/locale.js.map +1 -1
- package/dist/src/util/mapCollection.d.ts +9 -4
- package/dist/src/util/mapCollection.js +67 -34
- package/dist/src/util/mapCollection.js.map +1 -1
- package/dist/src/util/overrideCollection.d.ts +1 -1
- package/dist/src/util/overrideCollection.js +3 -1
- package/dist/src/util/overrideCollection.js.map +1 -1
- package/dist/src/util/projection.d.ts +1 -1
- package/dist/src/util/projection.js +2 -2
- package/dist/src/util/projection.js.map +1 -1
- package/dist/src/util/renderScreenshot.d.ts +1 -1
- package/dist/src/util/rotation.d.ts +4 -3
- package/dist/src/util/rotation.js +1 -1
- package/dist/src/util/rotation.js.map +1 -1
- package/dist/src/util/urlHelpers.js +0 -1
- package/dist/src/util/urlHelpers.js.map +1 -1
- package/dist/src/util/vcsTemplate.js +2 -4
- package/dist/src/util/vcsTemplate.js.map +1 -1
- package/dist/src/util/viewpoint.d.ts +6 -2
- package/dist/src/util/viewpoint.js +11 -1
- package/dist/src/util/viewpoint.js.map +1 -1
- package/dist/src/vcsApp.d.ts +7 -6
- package/dist/src/vcsApp.js +20 -14
- package/dist/src/vcsApp.js.map +1 -1
- package/dist/src/vcsEvent.js.map +1 -1
- package/dist/src/vcsModuleHelpers.js +3 -3
- package/dist/src/vcsModuleHelpers.js.map +1 -1
- package/dist/src/vectorCluster/vectorClusterCesiumContext.d.ts +4 -4
- package/dist/src/vectorCluster/vectorClusterCesiumContext.js +1 -1
- package/dist/src/vectorCluster/vectorClusterCesiumContext.js.map +1 -1
- package/dist/src/vectorCluster/vectorClusterGroup.d.ts +9 -6
- package/dist/src/vectorCluster/vectorClusterGroup.js +17 -5
- package/dist/src/vectorCluster/vectorClusterGroup.js.map +1 -1
- package/dist/src/vectorCluster/vectorClusterGroupCesiumImpl.d.ts +2 -2
- package/dist/src/vectorCluster/vectorClusterGroupCesiumImpl.js +1 -1
- package/dist/src/vectorCluster/vectorClusterGroupCesiumImpl.js.map +1 -1
- package/dist/src/vectorCluster/vectorClusterGroupCollection.d.ts +1 -1
- package/dist/src/vectorCluster/vectorClusterGroupImpl.d.ts +5 -5
- package/dist/src/vectorCluster/vectorClusterGroupObliqueImpl.d.ts +2 -2
- package/dist/src/vectorCluster/vectorClusterGroupObliqueImpl.js +1 -1
- package/dist/src/vectorCluster/vectorClusterGroupObliqueImpl.js.map +1 -1
- package/dist/src/vectorCluster/vectorClusterGroupOpenlayersImpl.d.ts +2 -2
- package/dist/src/vectorCluster/vectorClusterStyleItem.d.ts +4 -3
- package/dist/src/vectorCluster/vectorClusterStyleItem.js.map +1 -1
- package/dist/src/vectorCluster/vectorClusterSymbols.js +0 -1
- package/dist/src/vectorCluster/vectorClusterSymbols.js.map +1 -1
- package/dist/src/workers/panoramaImageWorker.d.ts +1 -0
- package/dist/src/workers/panoramaImageWorker.js +34 -0
- package/dist/src/workers/panoramaImageWorker.js.map +1 -0
- package/dist/tests/data/panorama/badOrientation.tif +0 -0
- package/dist/tests/data/panorama/badPosition.tif +0 -0
- package/dist/tests/data/panorama/lowOverview.tif +0 -0
- package/dist/tests/data/panorama/noVersionDepth.tif +0 -0
- package/dist/tests/data/panorama/noVersionRgb.tif +0 -0
- package/dist/tests/data/panorama/testDepthGeotiff.tif +0 -0
- package/dist/tests/data/panorama/testRgbGeotiff.tif +0 -0
- package/dist/tests/unit/helpers/cesiumHelpers.d.ts +6 -2
- package/dist/tests/unit/helpers/cesiumHelpers.js +15 -6
- package/dist/tests/unit/helpers/cesiumHelpers.js.map +1 -1
- package/dist/tests/unit/helpers/flatGeobufHelpers.d.ts +2 -0
- package/dist/tests/unit/helpers/flatGeobufHelpers.js +13 -0
- package/dist/tests/unit/helpers/flatGeobufHelpers.js.map +1 -0
- package/dist/tests/unit/helpers/helpers.d.ts +4 -0
- package/dist/tests/unit/helpers/helpers.js +26 -1
- package/dist/tests/unit/helpers/helpers.js.map +1 -1
- package/dist/tests/unit/helpers/panoramaHelpers.d.ts +30 -0
- package/dist/tests/unit/helpers/panoramaHelpers.js +76 -0
- package/dist/tests/unit/helpers/panoramaHelpers.js.map +1 -0
- package/index.ts +316 -279
- package/package.json +17 -49
- package/src/category/category.ts +9 -6
- package/src/category/categoryCollection.ts +4 -3
- package/src/cesium/cesium.d.ts +52 -18
- package/src/cesium/cesium3DTileFeature.ts +6 -7
- package/src/cesium/cesiumVcsCameraPrimitive.ts +6 -5
- package/src/cesium/entity.ts +1 -1
- package/src/classRegistry.ts +19 -18
- package/src/featureProvider/abstractFeatureProvider.ts +8 -4
- package/src/featureProvider/wmsFeatureProvider.ts +97 -23
- package/src/global.d.ts +6 -1
- package/src/interaction/abstractInteraction.ts +5 -5
- package/src/interaction/coordinateAtPixel.ts +37 -0
- package/src/interaction/eventHandler.ts +6 -8
- package/src/interaction/featureAtPixelInteraction.ts +24 -13
- package/src/interaction/featureProviderInteraction.ts +6 -7
- package/src/interaction/interactionType.ts +1 -0
- package/src/interaction/panoramaFeatureHighlight.ts +109 -0
- package/src/interaction/panoramaImageSelection.ts +37 -0
- package/src/layer/cesium/cesiumTilesetCesiumImpl.ts +14 -10
- package/src/layer/cesium/dataSourceCesiumImpl.ts +8 -6
- package/src/layer/cesium/resourceHelper.ts +0 -1
- package/src/layer/cesium/sourceVectorContextSync.ts +4 -4
- package/src/layer/cesium/terrainCesiumImpl.ts +1 -1
- package/src/layer/cesium/vcsTile/vcsChildTile.ts +3 -3
- package/src/layer/cesium/vcsTile/vcsDebugTile.ts +5 -10
- package/src/layer/cesium/vcsTile/vcsNoDataTile.ts +3 -3
- package/src/layer/cesium/vcsTile/vcsQuadtreeTileProvider.ts +19 -17
- package/src/layer/cesium/vcsTile/vcsTileHelpers.ts +10 -8
- package/src/layer/cesium/vcsTile/vcsVectorTile.ts +7 -11
- package/src/layer/cesium/vectorCesiumImpl.ts +2 -4
- package/src/layer/cesium/vectorContext.ts +32 -25
- package/src/layer/cesium/vectorRasterTileCesiumImpl.ts +2 -2
- package/src/layer/cesium/vectorTileCesiumImpl.ts +5 -7
- package/src/layer/cesium/vectorTileImageryProvider.ts +4 -4
- package/src/layer/cesium/wmsCesiumImpl.ts +3 -2
- package/src/layer/cesiumTilesetLayer.ts +6 -8
- package/src/layer/czmlLayer.ts +2 -2
- package/src/layer/dataSourceLayer.ts +4 -6
- package/src/layer/featureLayer.ts +6 -4
- package/src/layer/featureStoreFeatureVisibility.ts +2 -1
- package/src/layer/featureStoreLayer.ts +18 -14
- package/src/layer/featureStoreLayerChanges.ts +7 -7
- package/src/layer/featureVisibility.ts +3 -2
- package/src/layer/flatGeobufHelpers.ts +46 -6
- package/src/layer/flatGeobufLayer.ts +2 -1
- package/src/layer/geojsonHelpers.ts +11 -8
- package/src/layer/geojsonLayer.ts +8 -5
- package/src/layer/globalHider.ts +5 -3
- package/src/layer/layer.ts +14 -14
- package/src/layer/oblique/obliqueHelpers.ts +2 -0
- package/src/layer/oblique/sourceObliqueSync.ts +9 -9
- package/src/layer/oblique/vectorObliqueImpl.ts +6 -8
- package/src/layer/openStreetMapLayer.ts +7 -8
- package/src/layer/openlayers/layerOpenlayersImpl.ts +2 -3
- package/src/layer/openlayers/loadFunctionHelpers.ts +0 -1
- package/src/layer/openlayers/tileDebugOpenlayersImpl.ts +3 -3
- package/src/layer/openlayers/vectorOpenlayersImpl.ts +1 -1
- package/src/layer/openlayers/vectorTileOpenlayersImpl.ts +3 -3
- package/src/layer/openlayers/wmsOpenlayersImpl.ts +1 -1
- package/src/layer/panorama/panoramaDatasetPanoramaImpl.ts +49 -0
- package/src/layer/panorama/vectorTilePanoramaImpl.ts +163 -0
- package/src/layer/panoramaDatasetLayer.ts +283 -0
- package/src/layer/pointCloudLayer.ts +9 -12
- package/src/layer/rasterLayer.ts +6 -5
- package/src/layer/singleImageLayer.ts +3 -2
- package/src/layer/terrainHelpers.ts +2 -1
- package/src/layer/terrainLayer.ts +3 -2
- package/src/layer/tileLoadedHelper.ts +2 -2
- package/src/layer/tileProvider/flatGeobufTileProvider.ts +22 -10
- package/src/layer/tileProvider/mvtTileProvider.ts +4 -6
- package/src/layer/tileProvider/staticFeatureTileProvider.ts +3 -3
- package/src/layer/tileProvider/staticGeojsonTileProvider.ts +2 -2
- package/src/layer/tileProvider/tileProvider.ts +15 -10
- package/src/layer/tileProvider/urlTemplateTileProvider.ts +2 -1
- package/src/layer/tmsLayer.ts +3 -3
- package/src/layer/vectorHelpers.ts +3 -4
- package/src/layer/vectorLayer.ts +14 -15
- package/src/layer/vectorProperties.ts +27 -16
- package/src/layer/vectorSymbols.ts +10 -0
- package/src/layer/vectorTileLayer.ts +39 -29
- package/src/layer/wfsLayer.ts +10 -7
- package/src/layer/wmsHelpers.ts +2 -2
- package/src/layer/wmsLayer.ts +5 -5
- package/src/layer/wmtsLayer.ts +3 -3
- package/src/map/baseOLMap.ts +18 -9
- package/src/map/cameraLimiter.ts +1 -1
- package/src/map/cesiumMap.ts +49 -265
- package/src/map/cesiumMapHelpers.ts +219 -0
- package/src/map/navigation/cameraHelper.ts +2 -3
- package/src/map/navigation/cesiumNavigation.ts +5 -4
- package/src/map/navigation/controller/controller.ts +3 -6
- package/src/map/navigation/controller/keyboardController.ts +7 -7
- package/src/map/navigation/easingHelper.ts +2 -5
- package/src/map/navigation/navigation.ts +18 -14
- package/src/map/navigation/navigationImpl.ts +2 -2
- package/src/map/navigation/obliqueNavigation.ts +7 -6
- package/src/map/navigation/openlayersNavigation.ts +4 -3
- package/src/map/navigation/viewHelper.ts +2 -3
- package/src/map/obliqueMap.ts +7 -9
- package/src/map/panoramaMap.ts +410 -0
- package/src/map/vcsMap.ts +19 -16
- package/src/moduleIdSymbol.ts +0 -1
- package/src/oblique/defaultObliqueCollection.ts +1 -0
- package/src/oblique/helpers.ts +2 -4
- package/src/oblique/obliqueCollection.ts +7 -7
- package/src/oblique/obliqueDataSet.ts +7 -6
- package/src/oblique/obliqueImage.ts +1 -1
- package/src/oblique/obliqueProvider.ts +3 -3
- package/src/oblique/obliqueView.ts +1 -0
- package/src/oblique/parseImageJson.ts +11 -12
- package/src/ol/feature.ts +1 -0
- package/src/ol/geojson.d.ts +3 -2
- package/src/ol/geom/circle.ts +1 -1
- package/src/ol/ol.d.ts +27 -29
- package/src/ol/render/canvas/canvasTileRenderer.js +0 -1
- package/src/ol/source/ClusterEnhancedVectorSource.ts +1 -1
- package/src/ol/source/VcsCluster.ts +4 -4
- package/src/overrideClassRegistry.ts +14 -10
- package/src/panorama/fieldOfView.ts +254 -0
- package/src/panorama/panoramaCameraController.ts +206 -0
- package/src/panorama/panoramaImage.ts +531 -0
- package/src/panorama/panoramaImageCache.ts +19 -0
- package/src/panorama/panoramaImageView.ts +448 -0
- package/src/panorama/panoramaTile.ts +89 -0
- package/src/panorama/panoramaTileCache.ts +40 -0
- package/src/panorama/panoramaTileCoordinate.ts +166 -0
- package/src/panorama/panoramaTileMaterial.ts +323 -0
- package/src/panorama/panoramaTileMaterialFS.glsl +165 -0
- package/src/panorama/panoramaTilePrimitiveCollection.ts +158 -0
- package/src/panorama/panoramaTileProvider.ts +536 -0
- package/src/panorama/sphericalCoordinates.ts +96 -0
- package/src/style/arrowStyle.ts +1 -1
- package/src/style/declarativeStyleItem.ts +19 -19
- package/src/style/styleFactory.ts +6 -7
- package/src/style/styleHelpers.ts +9 -9
- package/src/style/styleItem.ts +8 -3
- package/src/style/vectorStyleItem.ts +24 -30
- package/src/style/writeStyle.ts +3 -2
- package/src/util/clipping/clippingObject.ts +2 -3
- package/src/util/clipping/clippingObjectManager.ts +3 -3
- package/src/util/clipping/clippingPolygonHelper.ts +1 -2
- package/src/util/clipping/clippingPolygonObject.ts +4 -3
- package/src/util/clipping/clippingPolygonObjectCollection.ts +43 -27
- package/src/util/collection.ts +1 -1
- package/src/util/createAbsoluteFeature.ts +155 -0
- package/src/util/displayQuality/displayQuality.ts +7 -8
- package/src/util/editor/createFeatureSession.ts +12 -12
- package/src/util/editor/editFeaturesSession.ts +6 -4
- package/src/util/editor/editGeometrySession.ts +4 -3
- package/src/util/editor/editorHelpers.ts +14 -12
- package/src/util/editor/editorSessionHelpers.ts +13 -12
- package/src/util/editor/interactions/createCircleInteraction.ts +2 -3
- package/src/util/editor/interactions/createLineStringInteraction.ts +3 -4
- package/src/util/editor/interactions/createPointInteraction.ts +3 -4
- package/src/util/editor/interactions/createPolygonInteraction.ts +3 -4
- package/src/util/editor/interactions/creationSnapping.ts +4 -7
- package/src/util/editor/interactions/editFeaturesMouseOverInteraction.ts +2 -3
- package/src/util/editor/interactions/editGeometryMouseOverInteraction.ts +4 -4
- package/src/util/editor/interactions/ensureHandlerSelectionInteraction.ts +2 -3
- package/src/util/editor/interactions/insertVertexInteraction.ts +3 -4
- package/src/util/editor/interactions/layerSnapping.ts +6 -8
- package/src/util/editor/interactions/mapInteractionController.ts +5 -3
- package/src/util/editor/interactions/removeVertexInteraction.ts +4 -4
- package/src/util/editor/interactions/rightClickInteraction.ts +2 -3
- package/src/util/editor/interactions/segmentLengthInteraction.ts +2 -3
- package/src/util/editor/interactions/selectFeatureMouseOverInteraction.ts +15 -14
- package/src/util/editor/interactions/selectMultiFeatureInteraction.ts +9 -9
- package/src/util/editor/interactions/selectSingleFeatureInteraction.ts +5 -7
- package/src/util/editor/interactions/translateVertexInteraction.ts +4 -4
- package/src/util/editor/interactions/translationSnapping.ts +4 -7
- package/src/util/editor/selectFeaturesSession.ts +5 -8
- package/src/util/editor/snappingHelpers.ts +21 -20
- package/src/util/editor/transformation/create2DHandlers.ts +1 -1
- package/src/util/editor/transformation/create3DHandlers.ts +3 -3
- package/src/util/editor/transformation/extrudeInteraction.ts +5 -5
- package/src/util/editor/transformation/rotateInteraction.ts +7 -6
- package/src/util/editor/transformation/scaleInteraction.ts +7 -6
- package/src/util/editor/transformation/transformationHandler.ts +3 -3
- package/src/util/editor/transformation/translateInteraction.ts +7 -11
- package/src/util/exclusiveManager.ts +1 -1
- package/src/util/featureconverter/arcToCesium.ts +4 -6
- package/src/util/featureconverter/circleToCesium.ts +3 -5
- package/src/util/featureconverter/clampedPrimitive.ts +6 -5
- package/src/util/featureconverter/convert.ts +22 -24
- package/src/util/featureconverter/extent3D.ts +3 -3
- package/src/util/featureconverter/lineStringToCesium.ts +7 -7
- package/src/util/featureconverter/pointHelpers.ts +10 -11
- package/src/util/featureconverter/pointToCesium.ts +18 -44
- package/src/util/featureconverter/polygonToCesium.ts +3 -5
- package/src/util/featureconverter/storeyHelpers.ts +2 -2
- package/src/util/featureconverter/vectorGeometryFactory.ts +41 -39
- package/src/util/featureconverter/vectorHeightInfo.ts +60 -30
- package/src/util/flight/flightAnchor.ts +4 -3
- package/src/util/flight/flightCollection.ts +3 -2
- package/src/util/flight/flightHelpers.ts +1 -1
- package/src/util/flight/flightInstance.ts +7 -4
- package/src/util/flight/flightPlayer.ts +2 -2
- package/src/util/flight/flightVisualizer.ts +2 -2
- package/src/util/geometryHelpers.ts +3 -135
- package/src/util/hiddenObjects.ts +3 -4
- package/src/util/indexedCollection.ts +1 -1
- package/src/util/isMobile.ts +2 -1
- package/src/util/layerCollection.ts +7 -2
- package/src/util/locale.ts +0 -1
- package/src/util/mapCollection.ts +104 -47
- package/src/util/overrideCollection.ts +4 -5
- package/src/util/projection.ts +3 -7
- package/src/util/renderScreenshot.ts +2 -2
- package/src/util/rotation.ts +3 -4
- package/src/util/urlHelpers.ts +0 -1
- package/src/util/vcsTemplate.ts +6 -5
- package/src/util/viewpoint.ts +20 -3
- package/src/vcsApp.ts +42 -42
- package/src/vcsEvent.ts +1 -1
- package/src/vcsModuleHelpers.ts +4 -3
- package/src/vectorCluster/vectorClusterCesiumContext.ts +8 -9
- package/src/vectorCluster/vectorClusterGroup.ts +26 -16
- package/src/vectorCluster/vectorClusterGroupCesiumImpl.ts +10 -10
- package/src/vectorCluster/vectorClusterGroupCollection.ts +1 -1
- package/src/vectorCluster/vectorClusterGroupImpl.ts +5 -5
- package/src/vectorCluster/vectorClusterGroupObliqueImpl.ts +4 -6
- package/src/vectorCluster/vectorClusterGroupOpenlayersImpl.ts +2 -2
- package/src/vectorCluster/vectorClusterStyleItem.ts +5 -3
- package/src/vectorCluster/vectorClusterSymbols.ts +0 -1
- package/src/workers/panoramaImageWorker.ts +50 -0
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
Cesium3DTile,
|
|
3
|
+
Cesium3DTileContent,
|
|
4
|
+
SplitDirection,
|
|
5
|
+
CustomShader,
|
|
6
|
+
} from '@vcmap-cesium/engine';
|
|
1
7
|
import {
|
|
2
8
|
Composite3DTileContent,
|
|
3
9
|
Cesium3DTileset,
|
|
@@ -7,18 +13,16 @@ import {
|
|
|
7
13
|
Cartographic,
|
|
8
14
|
Rectangle,
|
|
9
15
|
Math as CesiumMath,
|
|
10
|
-
type SplitDirection,
|
|
11
|
-
Cesium3DTile,
|
|
12
|
-
Cesium3DTileContent,
|
|
13
|
-
type CustomShader,
|
|
14
16
|
} from '@vcmap-cesium/engine';
|
|
15
|
-
import {
|
|
17
|
+
import type { Extent as OLExtent } from 'ol/extent.js';
|
|
18
|
+
import { createEmpty } from 'ol/extent.js';
|
|
16
19
|
import type { Coordinate } from 'ol/coordinate.js';
|
|
17
20
|
import LayerImplementation from '../layerImplementation.js';
|
|
18
21
|
import { allowPicking, vcsLayerName } from '../layerSymbols.js';
|
|
19
|
-
import
|
|
22
|
+
import type { HighlightableFeature } from '../featureVisibility.js';
|
|
23
|
+
import type FeatureVisibility from '../featureVisibility.js';
|
|
24
|
+
import {
|
|
20
25
|
hideFeature,
|
|
21
|
-
HighlightableFeature,
|
|
22
26
|
highlightFeature,
|
|
23
27
|
originalStyle,
|
|
24
28
|
updateOriginalStyle,
|
|
@@ -32,7 +36,7 @@ import type {
|
|
|
32
36
|
import type CesiumMap from '../../map/cesiumMap.js';
|
|
33
37
|
import type { FeatureLayerImplementation } from '../featureLayer.js';
|
|
34
38
|
import type StyleItem from '../../style/styleItem.js';
|
|
35
|
-
import GlobalHider from '../globalHider.js';
|
|
39
|
+
import type GlobalHider from '../globalHider.js';
|
|
36
40
|
import { getResourceOrUrl } from './resourceHelper.js';
|
|
37
41
|
|
|
38
42
|
export const cesiumTilesetLastUpdated: unique symbol = Symbol(
|
|
@@ -271,7 +275,7 @@ class CesiumTilesetCesiumImpl
|
|
|
271
275
|
}
|
|
272
276
|
}
|
|
273
277
|
|
|
274
|
-
updateStyle(style: StyleItem
|
|
278
|
+
updateStyle(style: StyleItem): void {
|
|
275
279
|
this.style = style;
|
|
276
280
|
if (this.initialized && this.cesium3DTileset) {
|
|
277
281
|
this.cesium3DTileset.style = this.style.cesiumStyle;
|
|
@@ -346,7 +350,7 @@ class CesiumTilesetCesiumImpl
|
|
|
346
350
|
if (feature) {
|
|
347
351
|
let id = feature.getProperty('id') as string | undefined;
|
|
348
352
|
if (!id) {
|
|
349
|
-
id = `${content.url}${batchId}`;
|
|
353
|
+
id = `${content.url}${String(batchId)}`;
|
|
350
354
|
}
|
|
351
355
|
|
|
352
356
|
let shouldUpdateOriginalStyle = true;
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
DataSourceClock,
|
|
3
|
+
Scene,
|
|
4
|
+
DataSourceDisplay,
|
|
5
|
+
EntityCollection,
|
|
6
|
+
} from '@vcmap-cesium/engine';
|
|
1
7
|
import {
|
|
2
8
|
CustomDataSource,
|
|
3
9
|
BoundingSphereState,
|
|
4
10
|
BoundingSphere,
|
|
5
11
|
HeadingPitchRange,
|
|
6
12
|
Math as CesiumMath,
|
|
7
|
-
type EntityCollection,
|
|
8
|
-
DataSourceClock,
|
|
9
|
-
Scene,
|
|
10
|
-
DataSourceDisplay,
|
|
11
13
|
} from '@vcmap-cesium/engine';
|
|
12
14
|
import LayerImplementation from '../layerImplementation.js';
|
|
13
15
|
import { vcsLayerName } from '../layerSymbols.js';
|
|
14
|
-
import CesiumMap from '../../map/cesiumMap.js';
|
|
16
|
+
import type CesiumMap from '../../map/cesiumMap.js';
|
|
15
17
|
import type { DataSourceImplementationOptions } from '../dataSourceLayer.js';
|
|
16
|
-
import Viewpoint from '../../util/viewpoint.js';
|
|
18
|
+
import type Viewpoint from '../../util/viewpoint.js';
|
|
17
19
|
|
|
18
20
|
function synchronizeEntityCollections(
|
|
19
21
|
source: EntityCollection,
|
|
@@ -2,11 +2,11 @@ import { getLogger } from '@vcsuite/logger';
|
|
|
2
2
|
import { unByKey } from 'ol/Observable.js';
|
|
3
3
|
import type VectorSource from 'ol/source/Vector.js';
|
|
4
4
|
import type { Feature } from 'ol';
|
|
5
|
-
import { StyleLike } from 'ol/style/Style.js';
|
|
5
|
+
import type { StyleLike } from 'ol/style/Style.js';
|
|
6
6
|
import type { Scene } from '@vcmap-cesium/engine';
|
|
7
7
|
import type VectorContext from './vectorContext.js';
|
|
8
8
|
import type VectorClusterCesiumContext from '../../vectorCluster/vectorClusterCesiumContext.js';
|
|
9
|
-
import VectorProperties from '../vectorProperties.js';
|
|
9
|
+
import type VectorProperties from '../vectorProperties.js';
|
|
10
10
|
|
|
11
11
|
export type SourceVectorContextSync = {
|
|
12
12
|
readonly active: boolean;
|
|
@@ -90,7 +90,7 @@ export function createSourceVectorContextSync(
|
|
|
90
90
|
const addFeatures = (features: Feature[]): void => {
|
|
91
91
|
// TODO we should make this non-blocking to better handle larger data sets check in RIWA Impl
|
|
92
92
|
features.forEach((f) => {
|
|
93
|
-
addFeature(f).catch((err) => {
|
|
93
|
+
addFeature(f).catch((err: unknown) => {
|
|
94
94
|
getLogger('SourceVectorContextSync').error(
|
|
95
95
|
'failed to convert feature',
|
|
96
96
|
f,
|
|
@@ -120,7 +120,7 @@ export function createSourceVectorContextSync(
|
|
|
120
120
|
removeFeature(event.feature as Feature);
|
|
121
121
|
}),
|
|
122
122
|
source.on('changefeature', (event) => {
|
|
123
|
-
featureChanged(event.feature as Feature).catch((
|
|
123
|
+
featureChanged(event.feature as Feature).catch(() => {
|
|
124
124
|
getLogger().error('failed to convert feature');
|
|
125
125
|
});
|
|
126
126
|
}),
|
|
@@ -2,7 +2,7 @@ import type { CesiumTerrainProvider } from '@vcmap-cesium/engine';
|
|
|
2
2
|
import LayerImplementation from '../layerImplementation.js';
|
|
3
3
|
import { vcsLayerName } from '../layerSymbols.js';
|
|
4
4
|
import { getTerrainProviderForUrl } from '../terrainHelpers.js';
|
|
5
|
-
import CesiumMap from '../../map/cesiumMap.js';
|
|
5
|
+
import type CesiumMap from '../../map/cesiumMap.js';
|
|
6
6
|
import type { TerrainImplementationOptions } from '../terrainLayer.js';
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { QuadtreeTile, TileBoundingRegion } from '@vcmap-cesium/engine';
|
|
1
|
+
import type { QuadtreeTile, TileBoundingRegion } from '@vcmap-cesium/engine';
|
|
2
|
+
import type { VcsTile } from './vcsTileHelpers.js';
|
|
2
3
|
import {
|
|
3
4
|
getTileBoundingRegion,
|
|
4
|
-
VcsTile,
|
|
5
5
|
VcsTileState,
|
|
6
6
|
VcsTileType,
|
|
7
7
|
} from './vcsTileHelpers.js';
|
|
@@ -26,6 +26,6 @@ export default class VcsChildTile implements VcsTile {
|
|
|
26
26
|
return this._tile.parent?.data?.show ?? false;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
// eslint-disable-next-line class-methods-use-this,@typescript-eslint/no-empty-function
|
|
29
|
+
// eslint-disable-next-line class-methods-use-this,@typescript-eslint/no-empty-function,no-empty-function
|
|
30
30
|
set show(_show: boolean) {}
|
|
31
31
|
}
|
|
@@ -1,24 +1,19 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
QuadtreeTile,
|
|
4
|
-
SplitDirection,
|
|
5
|
-
TileBoundingRegion,
|
|
6
|
-
} from '@vcmap-cesium/engine';
|
|
1
|
+
import type { QuadtreeTile, TileBoundingRegion } from '@vcmap-cesium/engine';
|
|
2
|
+
import { PrimitiveCollection, SplitDirection } from '@vcmap-cesium/engine';
|
|
7
3
|
import { getLogger } from '@vcsuite/logger';
|
|
8
4
|
import { Feature } from 'ol';
|
|
9
5
|
import { Point } from 'ol/geom.js';
|
|
10
6
|
import { getCenter } from 'ol/extent.js';
|
|
11
7
|
import { fromExtent } from 'ol/geom/Polygon.js';
|
|
12
8
|
import { Style, Text as OLText } from 'ol/style.js';
|
|
13
|
-
import { StyleLike } from 'ol/style/Style.js';
|
|
9
|
+
import type { StyleLike } from 'ol/style/Style.js';
|
|
14
10
|
import VectorContext from '../vectorContext.js';
|
|
15
11
|
import { vcsLayerName } from '../../layerSymbols.js';
|
|
12
|
+
import type { VcsTile, VcsTileOptions } from './vcsTileHelpers.js';
|
|
16
13
|
import {
|
|
17
14
|
getTileBoundingRegion,
|
|
18
15
|
getTileHash,
|
|
19
16
|
getTileWgs84Extent,
|
|
20
|
-
VcsTile,
|
|
21
|
-
VcsTileOptions,
|
|
22
17
|
VcsTileState,
|
|
23
18
|
VcsTileType,
|
|
24
19
|
} from './vcsTileHelpers.js';
|
|
@@ -28,7 +23,7 @@ import Projection, {
|
|
|
28
23
|
} from '../../../util/projection.js';
|
|
29
24
|
import { createSync } from '../../vectorSymbols.js';
|
|
30
25
|
import VectorProperties from '../../vectorProperties.js';
|
|
31
|
-
import CesiumMap from '../../../map/cesiumMap.js';
|
|
26
|
+
import type CesiumMap from '../../../map/cesiumMap.js';
|
|
32
27
|
import type TileProvider from '../../tileProvider/tileProvider.js';
|
|
33
28
|
|
|
34
29
|
let vectorProperties: VectorProperties | undefined;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { QuadtreeTile, TileBoundingRegion } from '@vcmap-cesium/engine';
|
|
1
|
+
import type { QuadtreeTile, TileBoundingRegion } from '@vcmap-cesium/engine';
|
|
2
2
|
import type CesiumMap from '../../../map/cesiumMap.js';
|
|
3
|
+
import type { VcsTile } from './vcsTileHelpers.js';
|
|
3
4
|
import {
|
|
4
5
|
getTileBoundingRegion,
|
|
5
|
-
VcsTile,
|
|
6
6
|
VcsTileState,
|
|
7
7
|
VcsTileType,
|
|
8
8
|
} from './vcsTileHelpers.js';
|
|
@@ -25,6 +25,6 @@ export default class VcsNoDataTile implements VcsTile {
|
|
|
25
25
|
return false;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
// eslint-disable-next-line class-methods-use-this,@typescript-eslint/no-empty-function
|
|
28
|
+
// eslint-disable-next-line class-methods-use-this,@typescript-eslint/no-empty-function,no-empty-function
|
|
29
29
|
set show(_show: boolean) {}
|
|
30
30
|
}
|
|
@@ -1,28 +1,30 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Cartesian3,
|
|
3
|
-
Event as CesiumEvent,
|
|
1
|
+
import type {
|
|
4
2
|
FrameState,
|
|
5
|
-
Intersect,
|
|
6
|
-
Math as CesiumMath,
|
|
7
3
|
PrimitiveCollection,
|
|
8
4
|
QuadtreePrimitive,
|
|
9
5
|
QuadtreeTile,
|
|
10
|
-
QuadtreeTileLoadState,
|
|
11
|
-
QuadtreeTileProvider,
|
|
12
6
|
QuadtreeTileProviderInterface,
|
|
13
7
|
SplitDirection,
|
|
14
8
|
TilingScheme,
|
|
9
|
+
} from '@vcmap-cesium/engine';
|
|
10
|
+
import {
|
|
11
|
+
Cartesian3,
|
|
12
|
+
Event as CesiumEvent,
|
|
13
|
+
Intersect,
|
|
14
|
+
Math as CesiumMath,
|
|
15
|
+
QuadtreeTileLoadState,
|
|
16
|
+
QuadtreeTileProvider,
|
|
15
17
|
Visibility,
|
|
16
18
|
} from '@vcmap-cesium/engine';
|
|
17
|
-
import {
|
|
19
|
+
import type { Extent as OLExtent } from 'ol/extent.js';
|
|
20
|
+
import { intersects } from 'ol/extent.js';
|
|
18
21
|
import { parseBoolean } from '@vcsuite/parsers';
|
|
19
22
|
import { wgs84Projection } from '../../../util/projection.js';
|
|
23
|
+
import type { VcsTile, VcsTileOptions } from './vcsTileHelpers.js';
|
|
20
24
|
import {
|
|
21
25
|
getDataTiles,
|
|
22
26
|
getTileHash,
|
|
23
27
|
getTileWgs84Extent,
|
|
24
|
-
VcsTile,
|
|
25
|
-
VcsTileOptions,
|
|
26
28
|
VcsTileState,
|
|
27
29
|
VcsTileType,
|
|
28
30
|
} from './vcsTileHelpers.js';
|
|
@@ -30,9 +32,9 @@ import VcsVectorTile from './vcsVectorTile.js';
|
|
|
30
32
|
import VcsNoDataTile from './vcsNoDataTile.js';
|
|
31
33
|
import VcsDebugTile from './vcsDebugTile.js';
|
|
32
34
|
import VcsChildTile from './vcsChildTile.js';
|
|
33
|
-
import { VectorTileImplementationOptions } from '../../vectorTileLayer.js';
|
|
34
|
-
import CesiumMap from '../../../map/cesiumMap.js';
|
|
35
|
-
import StyleItem from '../../../style/styleItem.js';
|
|
35
|
+
import type { VectorTileImplementationOptions } from '../../vectorTileLayer.js';
|
|
36
|
+
import type CesiumMap from '../../../map/cesiumMap.js';
|
|
37
|
+
import type StyleItem from '../../../style/styleItem.js';
|
|
36
38
|
|
|
37
39
|
const tileDirectionScratch = new Cartesian3();
|
|
38
40
|
|
|
@@ -150,6 +152,7 @@ export default class VcsQuadtreeTileProvider
|
|
|
150
152
|
this.quadtree?.endFrame(frameState);
|
|
151
153
|
}
|
|
152
154
|
|
|
155
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
153
156
|
endUpdate(_frameState: FrameState): void {
|
|
154
157
|
this.quadtree?.forEachLoadedTile((t: QuadtreeTile<VcsTile>) => {
|
|
155
158
|
if (t.data) {
|
|
@@ -240,7 +243,6 @@ export default class VcsQuadtreeTileProvider
|
|
|
240
243
|
return visibility;
|
|
241
244
|
}
|
|
242
245
|
|
|
243
|
-
// eslint-disable-next-line class-methods-use-this
|
|
244
246
|
showTileThisFrame(tile: QuadtreeTile<VcsTile>): void {
|
|
245
247
|
let tileToShow: QuadtreeTile<VcsTile> | undefined = tile;
|
|
246
248
|
while (tileToShow?.data?.type === VcsTileType.CHILD) {
|
|
@@ -274,13 +276,13 @@ export default class VcsQuadtreeTileProvider
|
|
|
274
276
|
// eslint-disable-next-line class-methods-use-this
|
|
275
277
|
cancelReprojections(): void {}
|
|
276
278
|
|
|
277
|
-
// eslint-disable-next-line class-methods-use-this
|
|
279
|
+
// eslint-disable-next-line class-methods-use-this,@typescript-eslint/no-unused-vars
|
|
278
280
|
initialize(_f: FrameState): void {}
|
|
279
281
|
|
|
280
|
-
// eslint-disable-next-line class-methods-use-this
|
|
282
|
+
// eslint-disable-next-line class-methods-use-this,@typescript-eslint/no-unused-vars
|
|
281
283
|
beginUpdate(_frameState: FrameState): void {}
|
|
282
284
|
|
|
283
|
-
// eslint-disable-next-line class-methods-use-this
|
|
285
|
+
// eslint-disable-next-line class-methods-use-this,@typescript-eslint/no-unused-vars
|
|
284
286
|
updateForPick(_frameState: FrameState): void {}
|
|
285
287
|
|
|
286
288
|
destroy(): void {
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
PrimitiveCollection,
|
|
3
|
+
QuadtreeTile,
|
|
4
|
+
SplitDirection,
|
|
5
|
+
TilingScheme,
|
|
6
|
+
} from '@vcmap-cesium/engine';
|
|
1
7
|
import {
|
|
2
8
|
HeightReference,
|
|
3
9
|
Math as CesiumMath,
|
|
4
|
-
PrimitiveCollection,
|
|
5
|
-
QuadtreeTile,
|
|
6
10
|
Rectangle,
|
|
7
|
-
SplitDirection,
|
|
8
11
|
TileBoundingRegion,
|
|
9
|
-
TilingScheme,
|
|
10
12
|
} from '@vcmap-cesium/engine';
|
|
11
|
-
import { StyleLike } from 'ol/style/Style.js';
|
|
12
|
-
import { Extent as OLExtent } from 'ol/extent.js';
|
|
13
|
+
import type { StyleLike } from 'ol/style/Style.js';
|
|
14
|
+
import type { Extent as OLExtent } from 'ol/extent.js';
|
|
13
15
|
import type CesiumMap from '../../../map/cesiumMap.js';
|
|
14
16
|
import Projection from '../../../util/projection.js';
|
|
15
|
-
import TileProvider from '../../tileProvider/tileProvider.js';
|
|
16
|
-
import VectorProperties from '../../vectorProperties.js';
|
|
17
|
+
import type TileProvider from '../../tileProvider/tileProvider.js';
|
|
18
|
+
import type VectorProperties from '../../vectorProperties.js';
|
|
17
19
|
|
|
18
20
|
export enum VcsTileState {
|
|
19
21
|
LOADING,
|
|
@@ -1,25 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
QuadtreeTile,
|
|
4
|
-
TileBoundingRegion,
|
|
5
|
-
} from '@vcmap-cesium/engine';
|
|
1
|
+
import type { QuadtreeTile, TileBoundingRegion } from '@vcmap-cesium/engine';
|
|
2
|
+
import { PrimitiveCollection } from '@vcmap-cesium/engine';
|
|
6
3
|
import { getLogger } from '@vcsuite/logger';
|
|
7
|
-
import { EventsKey } from 'ol/events.js';
|
|
4
|
+
import type { EventsKey } from 'ol/events.js';
|
|
8
5
|
import { unByKey } from 'ol/Observable.js';
|
|
9
6
|
import { containsCoordinate, getCenter } from 'ol/extent.js';
|
|
10
|
-
import { StyleLike } from 'ol/style/Style.js';
|
|
7
|
+
import type { StyleLike } from 'ol/style/Style.js';
|
|
11
8
|
import VectorContext from '../vectorContext.js';
|
|
12
9
|
import { vcsLayerName } from '../../layerSymbols.js';
|
|
10
|
+
import type { VcsTile, VcsTileOptions } from './vcsTileHelpers.js';
|
|
13
11
|
import {
|
|
14
12
|
getTileBoundingRegion,
|
|
15
13
|
getTileWebMercatorExtent,
|
|
16
|
-
VcsTile,
|
|
17
|
-
VcsTileOptions,
|
|
18
14
|
VcsTileState,
|
|
19
15
|
VcsTileType,
|
|
20
16
|
} from './vcsTileHelpers.js';
|
|
21
|
-
import CesiumMap from '../../../map/cesiumMap.js';
|
|
22
|
-
import VectorProperties from '../../vectorProperties.js';
|
|
17
|
+
import type CesiumMap from '../../../map/cesiumMap.js';
|
|
18
|
+
import type VectorProperties from '../../vectorProperties.js';
|
|
23
19
|
import type TileProvider from '../../tileProvider/tileProvider.js';
|
|
24
20
|
|
|
25
21
|
export default class VcsVectorTile implements VcsTile {
|
|
@@ -11,10 +11,8 @@ import type StyleItem from '../../style/styleItem.js';
|
|
|
11
11
|
import type FeatureVisibility from '../featureVisibility.js';
|
|
12
12
|
import type GlobalHider from '../globalHider.js';
|
|
13
13
|
import VectorContext from './vectorContext.js';
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
SourceVectorContextSync,
|
|
17
|
-
} from './sourceVectorContextSync.js';
|
|
14
|
+
import type { SourceVectorContextSync } from './sourceVectorContextSync.js';
|
|
15
|
+
import { createSourceVectorContextSync } from './sourceVectorContextSync.js';
|
|
18
16
|
|
|
19
17
|
/**
|
|
20
18
|
* represents a specific vector layer for cesium.
|
|
@@ -1,29 +1,37 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
Entity,
|
|
3
|
+
Label,
|
|
4
|
+
Primitive,
|
|
5
|
+
Scene,
|
|
6
|
+
SplitDirection,
|
|
7
|
+
} from '@vcmap-cesium/engine';
|
|
1
8
|
import {
|
|
2
9
|
Billboard,
|
|
3
10
|
BillboardCollection,
|
|
4
11
|
Cartesian3,
|
|
5
|
-
type Entity,
|
|
6
|
-
type Label,
|
|
7
12
|
LabelCollection,
|
|
8
13
|
Math as CesiumMath,
|
|
9
14
|
Matrix4,
|
|
10
15
|
Model,
|
|
11
|
-
Primitive,
|
|
12
16
|
PrimitiveCollection,
|
|
13
|
-
Scene,
|
|
14
|
-
SplitDirection,
|
|
15
17
|
} from '@vcmap-cesium/engine';
|
|
16
|
-
import { StyleLike } from 'ol/style/Style.js';
|
|
18
|
+
import type { StyleLike } from 'ol/style/Style.js';
|
|
17
19
|
import type { Feature } from 'ol/index.js';
|
|
18
20
|
|
|
19
21
|
import Viewpoint from '../../util/viewpoint.js';
|
|
20
22
|
import type CesiumMap from '../../map/cesiumMap.js';
|
|
21
|
-
import VectorProperties from '../vectorProperties.js';
|
|
22
|
-
import
|
|
23
|
+
import type VectorProperties from '../vectorProperties.js';
|
|
24
|
+
import type {
|
|
23
25
|
ConvertedItem,
|
|
24
26
|
PrimitiveType,
|
|
25
27
|
} from '../../util/featureconverter/convert.js';
|
|
26
|
-
import
|
|
28
|
+
import convert from '../../util/featureconverter/convert.js';
|
|
29
|
+
import {
|
|
30
|
+
primitives as primitivesSymbol,
|
|
31
|
+
scaleSymbol,
|
|
32
|
+
} from '../vectorSymbols.js';
|
|
33
|
+
import type PanoramaMap from '../../map/panoramaMap.js';
|
|
34
|
+
import { getResolution } from '../../map/cesiumMapHelpers.js';
|
|
27
35
|
|
|
28
36
|
export function setReferenceForPicking(
|
|
29
37
|
feature: Feature,
|
|
@@ -73,9 +81,10 @@ function addPrimitiveAtIndex(
|
|
|
73
81
|
/**
|
|
74
82
|
* Sets splitDirection on primitives. Currently only Model primitives support splitting.
|
|
75
83
|
*/
|
|
76
|
-
export function setSplitDirectionOnPrimitives
|
|
77
|
-
|
|
78
|
-
|
|
84
|
+
export function setSplitDirectionOnPrimitives(
|
|
85
|
+
splitDirection: SplitDirection,
|
|
86
|
+
primitives: PrimitiveCollection | BillboardCollection,
|
|
87
|
+
): void {
|
|
79
88
|
for (let i = 0; i < primitives.length; i++) {
|
|
80
89
|
const p = primitives.get(i) as Primitive | Model | Billboard;
|
|
81
90
|
if (p instanceof Model || p instanceof Billboard) {
|
|
@@ -84,8 +93,6 @@ export function setSplitDirectionOnPrimitives<
|
|
|
84
93
|
}
|
|
85
94
|
}
|
|
86
95
|
|
|
87
|
-
export const scaleSymbol: unique symbol = Symbol('Scale');
|
|
88
|
-
|
|
89
96
|
/**
|
|
90
97
|
* self scaling scratch
|
|
91
98
|
*/
|
|
@@ -96,12 +103,13 @@ const scratchCenter = new Cartesian3();
|
|
|
96
103
|
* in such a fashion, that the cartesian unit of 1 equals 1 pixel.
|
|
97
104
|
*/
|
|
98
105
|
export function setupScalingPrimitiveCollection(
|
|
99
|
-
map: CesiumMap,
|
|
106
|
+
map: CesiumMap | PanoramaMap,
|
|
100
107
|
primitiveCollection: PrimitiveCollection,
|
|
101
108
|
dirtyRef: { value: boolean },
|
|
102
109
|
): () => void {
|
|
103
110
|
let cachedVP = new Viewpoint({});
|
|
104
|
-
|
|
111
|
+
const { scene } = map.getCesiumWidget()!;
|
|
112
|
+
return scene.postRender.addEventListener(() => {
|
|
105
113
|
const { length } = primitiveCollection;
|
|
106
114
|
if (length === 0) {
|
|
107
115
|
return;
|
|
@@ -117,7 +125,7 @@ export function setupScalingPrimitiveCollection(
|
|
|
117
125
|
if (!primitive.isDestroyed()) {
|
|
118
126
|
const { modelMatrix } = primitive;
|
|
119
127
|
const center = Matrix4.getTranslation(modelMatrix, scratchCenter);
|
|
120
|
-
const res = map.
|
|
128
|
+
const res = getResolution(center, scene.camera, map.mapElement);
|
|
121
129
|
if (primitive[scaleSymbol] !== res) {
|
|
122
130
|
primitive.modelMatrix = Matrix4.setScale(
|
|
123
131
|
modelMatrix,
|
|
@@ -170,11 +178,10 @@ export default class VectorContext implements CesiumVectorContext {
|
|
|
170
178
|
|
|
171
179
|
private _featureItems = new Map<
|
|
172
180
|
Feature,
|
|
173
|
-
(() => ConvertedItemIndex | void)[]
|
|
181
|
+
((() => ConvertedItemIndex) | (() => void))[]
|
|
174
182
|
>();
|
|
175
183
|
|
|
176
|
-
private _convertingFeatures
|
|
177
|
-
new Map();
|
|
184
|
+
private _convertingFeatures = new Map<Feature, (replace: boolean) => void>();
|
|
178
185
|
|
|
179
186
|
splitDirection: SplitDirection;
|
|
180
187
|
|
|
@@ -187,11 +194,11 @@ export default class VectorContext implements CesiumVectorContext {
|
|
|
187
194
|
private _postRenderListener: () => void;
|
|
188
195
|
|
|
189
196
|
constructor(
|
|
190
|
-
map: CesiumMap,
|
|
197
|
+
map: CesiumMap | PanoramaMap,
|
|
191
198
|
rootCollection: PrimitiveCollection,
|
|
192
199
|
splitDirection: SplitDirection,
|
|
193
200
|
) {
|
|
194
|
-
const scene = map.
|
|
201
|
+
const { scene } = map.getCesiumWidget()!;
|
|
195
202
|
this.billboards = new BillboardCollection({ scene });
|
|
196
203
|
this.labels = new LabelCollection({ scene });
|
|
197
204
|
this.splitDirection = splitDirection;
|
|
@@ -219,7 +226,7 @@ export default class VectorContext implements CesiumVectorContext {
|
|
|
219
226
|
const removeItems = items
|
|
220
227
|
.map((item) => {
|
|
221
228
|
let instance: PrimitiveType | Label | Billboard | undefined;
|
|
222
|
-
let removeItem: (() => ConvertedItemIndex | void) | undefined;
|
|
229
|
+
let removeItem: (() => ConvertedItemIndex) | (() => void) | undefined;
|
|
223
230
|
if (item.type === 'primitive') {
|
|
224
231
|
if (item.autoScale) {
|
|
225
232
|
instance = addPrimitiveAtIndex(
|
|
@@ -349,7 +356,7 @@ export default class VectorContext implements CesiumVectorContext {
|
|
|
349
356
|
.get(feature)
|
|
350
357
|
?.map((removeItem) => removeItem())
|
|
351
358
|
?.filter((i) => i != null)
|
|
352
|
-
?.reduce((items, current) => {
|
|
359
|
+
?.reduce<ConvertedIndices>((items, current) => {
|
|
353
360
|
const minIndex = items[current.type];
|
|
354
361
|
if (minIndex != null) {
|
|
355
362
|
items[current.type] =
|
|
@@ -360,7 +367,7 @@ export default class VectorContext implements CesiumVectorContext {
|
|
|
360
367
|
items[current.type] = current.index;
|
|
361
368
|
}
|
|
362
369
|
return items;
|
|
363
|
-
}, {}
|
|
370
|
+
}, {}) ?? {};
|
|
364
371
|
this._featureItems.delete(feature);
|
|
365
372
|
|
|
366
373
|
if (deleted) {
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
TilingScheme,
|
|
15
15
|
} from '../rasterLayer.js';
|
|
16
16
|
import type TileProvider from '../tileProvider/tileProvider.js';
|
|
17
|
-
import StyleItem from '../../style/styleItem.js';
|
|
17
|
+
import type StyleItem from '../../style/styleItem.js';
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
20
|
* represents a rasterized tiled vector layer implementation for cesium.
|
|
@@ -101,7 +101,7 @@ class VectorRasterTileCesiumImpl extends RasterLayerCesiumImpl {
|
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
// eslint-disable-next-line no-unused-vars
|
|
104
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
105
105
|
updateStyle(_style: StyleItem, _silent?: boolean): void {
|
|
106
106
|
this._reloadTiles();
|
|
107
107
|
}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
SplitDirection,
|
|
5
|
-
} from '@vcmap-cesium/engine';
|
|
6
|
-
import StyleItem from '../../style/styleItem.js';
|
|
1
|
+
import type { SplitDirection } from '@vcmap-cesium/engine';
|
|
2
|
+
import { PrimitiveCollection, QuadtreePrimitive } from '@vcmap-cesium/engine';
|
|
3
|
+
import type StyleItem from '../../style/styleItem.js';
|
|
7
4
|
import LayerImplementation from '../layerImplementation.js';
|
|
8
5
|
import type CesiumMap from '../../map/cesiumMap.js';
|
|
9
|
-
import {
|
|
6
|
+
import type {
|
|
10
7
|
VectorTileImplementation,
|
|
11
8
|
VectorTileImplementationOptions,
|
|
12
9
|
} from '../vectorTileLayer.js';
|
|
@@ -65,6 +62,7 @@ export default class VectorTileCesiumImpl
|
|
|
65
62
|
super.deactivate();
|
|
66
63
|
}
|
|
67
64
|
|
|
65
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
68
66
|
updateStyle(style: StyleItem, _silent?: boolean): void {
|
|
69
67
|
this._quadtreeProvider.updateStyle(style);
|
|
70
68
|
this._quadtreePrimitive.invalidateAllTiles();
|
|
@@ -16,9 +16,8 @@ import type { Size } from 'ol/size.js';
|
|
|
16
16
|
import type { Feature } from 'ol/index.js';
|
|
17
17
|
// eslint-disable-next-line import/no-named-default
|
|
18
18
|
import type { default as Style, StyleFunction } from 'ol/style/Style.js';
|
|
19
|
-
import TileProvider
|
|
20
|
-
|
|
21
|
-
} from '../tileProvider/tileProvider.js';
|
|
19
|
+
import type TileProvider from '../tileProvider/tileProvider.js';
|
|
20
|
+
import { rectangleToExtent } from '../tileProvider/tileProvider.js';
|
|
22
21
|
import { wgs84ToMercatorTransformer } from '../../util/projection.js';
|
|
23
22
|
import CanvasTileRenderer from '../../ol/render/canvas/canvasTileRenderer.js';
|
|
24
23
|
|
|
@@ -119,6 +118,7 @@ class VectorTileImageryProvider {
|
|
|
119
118
|
|
|
120
119
|
maxLevel = 26;
|
|
121
120
|
|
|
121
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
122
122
|
_reload: undefined | (() => void) = undefined;
|
|
123
123
|
|
|
124
124
|
constructor(options: VectorTileImageryProviderOptions) {
|
|
@@ -133,7 +133,7 @@ class VectorTileImageryProvider {
|
|
|
133
133
|
this.headers = options.headers;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
-
// eslint-disable-next-line class-methods-use-this
|
|
136
|
+
// eslint-disable-next-line class-methods-use-this,@typescript-eslint/naming-convention
|
|
137
137
|
get _ready(): boolean {
|
|
138
138
|
return true;
|
|
139
139
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ImageryLayer as CesiumImageryLayer,
|
|
3
3
|
Rectangle,
|
|
4
|
-
WebMercatorTilingScheme,
|
|
5
4
|
WebMapServiceImageryProvider,
|
|
5
|
+
WebMercatorTilingScheme,
|
|
6
6
|
} from '@vcmap-cesium/engine';
|
|
7
7
|
import type { Size } from 'ol/size.js';
|
|
8
8
|
|
|
@@ -11,6 +11,7 @@ import { wgs84Projection } from '../../util/projection.js';
|
|
|
11
11
|
import type { WMSImplementationOptions } from '../wmsLayer.js';
|
|
12
12
|
import type CesiumMap from '../../map/cesiumMap.js';
|
|
13
13
|
import { getResourceOrUrl } from './resourceHelper.js';
|
|
14
|
+
import { TilingScheme } from '../rasterLayer.js';
|
|
14
15
|
|
|
15
16
|
/**
|
|
16
17
|
* represents a specific Cesium WmsCesiumImpl Layer class.
|
|
@@ -60,7 +61,7 @@ class WmsCesiumImpl extends RasterLayerCesiumImpl {
|
|
|
60
61
|
);
|
|
61
62
|
}
|
|
62
63
|
}
|
|
63
|
-
if (this.tilingSchema ===
|
|
64
|
+
if (this.tilingSchema === TilingScheme.MERCATOR) {
|
|
64
65
|
options.tilingScheme = new WebMercatorTilingScheme();
|
|
65
66
|
}
|
|
66
67
|
|
|
@@ -7,12 +7,10 @@ import {
|
|
|
7
7
|
import { check, maybe } from '@vcsuite/check';
|
|
8
8
|
import { parseInteger } from '@vcsuite/parsers';
|
|
9
9
|
import type { Coordinate } from 'ol/coordinate.js';
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
} from '
|
|
13
|
-
import FeatureLayer
|
|
14
|
-
FeatureLayerImplementationOptions,
|
|
15
|
-
} from './featureLayer.js';
|
|
10
|
+
import type { VectorStyleItemOptions } from '../style/vectorStyleItem.js';
|
|
11
|
+
import VectorStyleItem from '../style/vectorStyleItem.js';
|
|
12
|
+
import type { FeatureLayerImplementationOptions } from './featureLayer.js';
|
|
13
|
+
import FeatureLayer from './featureLayer.js';
|
|
16
14
|
import CesiumTilesetCesiumImpl, {
|
|
17
15
|
getExtentFromTileset,
|
|
18
16
|
} from './cesium/cesiumTilesetCesiumImpl.js';
|
|
@@ -22,8 +20,8 @@ import { mercatorProjection } from '../util/projection.js';
|
|
|
22
20
|
import { isMobile } from '../util/isMobile.js';
|
|
23
21
|
import { layerClassRegistry } from '../classRegistry.js';
|
|
24
22
|
import type { LayerOptions } from './layer.js';
|
|
25
|
-
import FeatureVisibility from './featureVisibility.js';
|
|
26
|
-
import VcsMap from '../map/vcsMap.js';
|
|
23
|
+
import type FeatureVisibility from './featureVisibility.js';
|
|
24
|
+
import type VcsMap from '../map/vcsMap.js';
|
|
27
25
|
import { cesiumColorToColor, getStringColor } from '../style/styleHelpers.js';
|
|
28
26
|
|
|
29
27
|
export type CesiumTilesetOptions = LayerOptions & {
|