@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
package/index.ts
CHANGED
|
@@ -8,16 +8,16 @@ import './src/cesium/entity.js';
|
|
|
8
8
|
import './src/cesium/clippingPolygon.js';
|
|
9
9
|
import './src/cesium/clippingPolygonCollection.js';
|
|
10
10
|
|
|
11
|
-
export {
|
|
12
|
-
|
|
13
|
-
VcsCameraPrimitiveOptions,
|
|
14
|
-
} from './src/cesium/cesiumVcsCameraPrimitive.js';
|
|
11
|
+
export type { VcsCameraPrimitiveOptions } from './src/cesium/cesiumVcsCameraPrimitive.js';
|
|
12
|
+
export { default as VcsCameraPrimitive } from './src/cesium/cesiumVcsCameraPrimitive.js';
|
|
15
13
|
|
|
16
|
-
export {
|
|
17
|
-
|
|
18
|
-
CategoryOptions,
|
|
19
|
-
} from './src/category/category.js';
|
|
14
|
+
export type { CategoryOptions } from './src/category/category.js';
|
|
15
|
+
export { default as Category } from './src/category/category.js';
|
|
20
16
|
export { default as CategoryCollection } from './src/category/categoryCollection.js';
|
|
17
|
+
export type {
|
|
18
|
+
TypedConstructorOptions,
|
|
19
|
+
CtorType as Ctor,
|
|
20
|
+
} from './src/classRegistry.js';
|
|
21
21
|
export {
|
|
22
22
|
layerClassRegistry,
|
|
23
23
|
tileProviderClassRegistry,
|
|
@@ -27,35 +27,31 @@ export {
|
|
|
27
27
|
categoryClassRegistry,
|
|
28
28
|
getObjectFromClassRegistry,
|
|
29
29
|
default as ClassRegistry,
|
|
30
|
-
TypedConstructorOptions,
|
|
31
|
-
Ctor,
|
|
32
30
|
} from './src/classRegistry.js';
|
|
33
|
-
export {
|
|
34
|
-
|
|
35
|
-
AbstractFeatureProviderOptions,
|
|
36
|
-
} from './src/featureProvider/abstractFeatureProvider.js';
|
|
31
|
+
export type { AbstractFeatureProviderOptions } from './src/featureProvider/abstractFeatureProvider.js';
|
|
32
|
+
export { default as AbstractFeatureProvider } from './src/featureProvider/abstractFeatureProvider.js';
|
|
37
33
|
export {
|
|
38
34
|
isProvidedFeature,
|
|
39
35
|
isProvidedClusterFeature,
|
|
40
36
|
} from './src/featureProvider/featureProviderSymbols.js';
|
|
41
|
-
export {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
} from './src/featureProvider/tileProviderFeatureProvider.js';
|
|
45
|
-
export {
|
|
46
|
-
getFormat,
|
|
47
|
-
default as WMSFeatureProvider,
|
|
37
|
+
export type { TileProviderFeatureProviderOptions } from './src/featureProvider/tileProviderFeatureProvider.js';
|
|
38
|
+
export { default as TileProviderFeatureProvider } from './src/featureProvider/tileProviderFeatureProvider.js';
|
|
39
|
+
export type {
|
|
48
40
|
FormatOptions,
|
|
49
41
|
WMSFeatureProviderOptions,
|
|
50
42
|
} from './src/featureProvider/wmsFeatureProvider.js';
|
|
51
43
|
export {
|
|
52
|
-
|
|
44
|
+
getFormat,
|
|
45
|
+
default as WMSFeatureProvider,
|
|
46
|
+
} from './src/featureProvider/wmsFeatureProvider.js';
|
|
47
|
+
export type {
|
|
53
48
|
EventAfterEventHandler,
|
|
54
49
|
InteractionEvent,
|
|
55
50
|
MapEvent,
|
|
56
51
|
EventFeature,
|
|
57
52
|
ObliqueParameters,
|
|
58
53
|
} from './src/interaction/abstractInteraction.js';
|
|
54
|
+
export { default as AbstractInteraction } from './src/interaction/abstractInteraction.js';
|
|
59
55
|
export { default as CoordinateAtPixel } from './src/interaction/coordinateAtPixel.js';
|
|
60
56
|
export { default as EventHandler } from './src/interaction/eventHandler.js';
|
|
61
57
|
export {
|
|
@@ -64,6 +60,8 @@ export {
|
|
|
64
60
|
} from './src/interaction/featureAtPixelInteraction.js';
|
|
65
61
|
export { default as FeatureProviderInteraction } from './src/interaction/featureProviderInteraction.js';
|
|
66
62
|
export { default as InteractionChain } from './src/interaction/interactionChain.js';
|
|
63
|
+
export { default as PanoramaImageSelection } from './src/interaction/panoramaImageSelection.js';
|
|
64
|
+
export { default as PanoramaFeatureHighlighting } from './src/interaction/panoramaFeatureHighlight.js';
|
|
67
65
|
export * from './src/interaction/interactionType.js';
|
|
68
66
|
export {
|
|
69
67
|
cesiumTilesetLastUpdated,
|
|
@@ -77,74 +75,78 @@ export { default as SingleImageCesiumImpl } from './src/layer/cesium/singleImage
|
|
|
77
75
|
export { default as TerrainCesiumImpl } from './src/layer/cesium/terrainCesiumImpl.js';
|
|
78
76
|
export { default as TmsCesiumImpl } from './src/layer/cesium/tmsCesiumImpl.js';
|
|
79
77
|
export { default as VectorCesiumImpl } from './src/layer/cesium/vectorCesiumImpl.js';
|
|
78
|
+
export type { CesiumVectorContext } from './src/layer/cesium/vectorContext.js';
|
|
80
79
|
export {
|
|
81
80
|
setReferenceForPicking,
|
|
82
81
|
setSplitDirectionOnPrimitives,
|
|
83
82
|
setupScalingPrimitiveCollection,
|
|
84
83
|
default as VectorContext,
|
|
85
|
-
CesiumVectorContext,
|
|
86
84
|
} from './src/layer/cesium/vectorContext.js';
|
|
87
85
|
export { default as VectorRasterTileCesiumImpl } from './src/layer/cesium/vectorRasterTileCesiumImpl.js';
|
|
86
|
+
export type { VectorTileImageryProviderOptions } from './src/layer/cesium/vectorTileImageryProvider.js';
|
|
88
87
|
export {
|
|
89
88
|
toContext,
|
|
90
89
|
getCanvasFromFeatures,
|
|
91
90
|
default as VectorTileImageryProvider,
|
|
92
|
-
VectorTileImageryProviderOptions,
|
|
93
91
|
} from './src/layer/cesium/vectorTileImageryProvider.js';
|
|
94
92
|
export { default as WmsCesiumImpl } from './src/layer/cesium/wmsCesiumImpl.js';
|
|
95
93
|
export { default as WmtsCesiumImpl } from './src/layer/cesium/wmtsCesiumImpl.js';
|
|
96
|
-
export {
|
|
97
|
-
default as CesiumTilesetLayer,
|
|
94
|
+
export type {
|
|
98
95
|
CesiumTilesetOptions,
|
|
99
96
|
CesiumTilesetImplementationOptions,
|
|
100
97
|
} from './src/layer/cesiumTilesetLayer.js';
|
|
98
|
+
export { default as CesiumTilesetLayer } from './src/layer/cesiumTilesetLayer.js';
|
|
101
99
|
export { default as VcsChildTile } from './src/layer/cesium/vcsTile/vcsChildTile.js';
|
|
102
100
|
export { default as VcsDebugTile } from './src/layer/cesium/vcsTile/vcsDebugTile.js';
|
|
103
101
|
export { default as VcsNoDataTile } from './src/layer/cesium/vcsTile/vcsNoDataTile.js';
|
|
104
102
|
export { default as VcsQuadtreeTileProvider } from './src/layer/cesium/vcsTile/vcsQuadtreeTileProvider.js';
|
|
105
103
|
export { default as VcsVectorTile } from './src/layer/cesium/vcsTile/vcsVectorTile.js';
|
|
106
|
-
export {
|
|
104
|
+
export type {
|
|
107
105
|
VcsTile,
|
|
106
|
+
VcsTileOptions,
|
|
107
|
+
} from './src/layer/cesium/vcsTile/vcsTileHelpers.js';
|
|
108
|
+
export {
|
|
108
109
|
VcsTileState,
|
|
109
110
|
VcsTileType,
|
|
110
|
-
VcsTileOptions,
|
|
111
111
|
getTileWebMercatorExtent,
|
|
112
112
|
getTileHash,
|
|
113
113
|
getTileWgs84Extent,
|
|
114
114
|
} from './src/layer/cesium/vcsTile/vcsTileHelpers.js';
|
|
115
|
-
export {
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
} from './src/layer/
|
|
119
|
-
export {
|
|
120
|
-
export {
|
|
121
|
-
|
|
122
|
-
DataSourceImplementationOptions,
|
|
123
|
-
} from './src/layer/dataSourceLayer.js';
|
|
124
|
-
export {
|
|
125
|
-
default as FeatureLayer,
|
|
115
|
+
export type { SourceVectorContextSync } from './src/layer/cesium/sourceVectorContextSync.js';
|
|
116
|
+
export { createSourceVectorContextSync } from './src/layer/cesium/sourceVectorContextSync.js';
|
|
117
|
+
export type { CzmlOptions } from './src/layer/czmlLayer.js';
|
|
118
|
+
export { default as CzmlLayer } from './src/layer/czmlLayer.js';
|
|
119
|
+
export type { DataSourceImplementationOptions } from './src/layer/dataSourceLayer.js';
|
|
120
|
+
export { default as DataSourceLayer } from './src/layer/dataSourceLayer.js';
|
|
121
|
+
export type {
|
|
126
122
|
FeatureLayerImplementation,
|
|
127
123
|
FeatureLayerOptions,
|
|
128
124
|
FeatureLayerImplementationOptions,
|
|
129
125
|
} from './src/layer/featureLayer.js';
|
|
130
|
-
export {
|
|
131
|
-
|
|
132
|
-
default as FeatureStoreLayer,
|
|
126
|
+
export { default as FeatureLayer } from './src/layer/featureLayer.js';
|
|
127
|
+
export type {
|
|
133
128
|
FeatureStoreLayerSchema,
|
|
134
129
|
FeatureStoreOptions,
|
|
135
130
|
FetchDynamicFeatureCallback,
|
|
136
131
|
FeatureStoreStaticRepresentation,
|
|
137
132
|
} from './src/layer/featureStoreLayer.js';
|
|
138
133
|
export {
|
|
139
|
-
|
|
134
|
+
isTiledFeature,
|
|
135
|
+
default as FeatureStoreLayer,
|
|
136
|
+
} from './src/layer/featureStoreLayer.js';
|
|
137
|
+
export type {
|
|
140
138
|
FeatureStoreTrackResults,
|
|
141
139
|
FeatureStoreChangesListeners,
|
|
142
140
|
FeatureStoreGeojsonFeature,
|
|
143
141
|
} from './src/layer/featureStoreLayerChanges.js';
|
|
144
|
-
export {
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
142
|
+
export { default as FeatureStoreLayerChanges } from './src/layer/featureStoreLayerChanges.js';
|
|
143
|
+
export type { FeatureStoreLayerState } from './src/layer/featureStoreLayerState.js';
|
|
144
|
+
export { featureStoreStateSymbol } from './src/layer/featureStoreLayerState.js';
|
|
145
|
+
export type {
|
|
146
|
+
HighlightableFeature,
|
|
147
|
+
FeatureVisibilityEvent,
|
|
148
|
+
HighlightedObject,
|
|
149
|
+
} from './src/layer/featureVisibility.js';
|
|
148
150
|
export {
|
|
149
151
|
originalStyle,
|
|
150
152
|
highlighted,
|
|
@@ -154,36 +156,33 @@ export {
|
|
|
154
156
|
FeatureVisibilityAction,
|
|
155
157
|
synchronizeFeatureVisibility,
|
|
156
158
|
default as FeatureVisibility,
|
|
157
|
-
HighlightableFeature,
|
|
158
|
-
FeatureVisibilityEvent,
|
|
159
|
-
HighlightedObject,
|
|
160
159
|
} from './src/layer/featureVisibility.js';
|
|
161
|
-
export {
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
160
|
+
export type { FlatGeobufLayerOptions } from './src/layer/flatGeobufLayer.js';
|
|
161
|
+
export { default as FlatGeobufLayer } from './src/layer/flatGeobufLayer.js';
|
|
162
|
+
export type {
|
|
163
|
+
GeoJSONreadOptions,
|
|
164
|
+
GeoJSONwriteOptions,
|
|
165
|
+
} from './src/layer/geojsonHelpers.js';
|
|
165
166
|
export {
|
|
166
167
|
getEPSGCodeFromGeojson,
|
|
167
168
|
updateLegacyFeature,
|
|
168
169
|
parseGeoJSON,
|
|
169
170
|
writeGeoJSONFeature,
|
|
170
171
|
writeGeoJSON,
|
|
171
|
-
GeoJSONreadOptions,
|
|
172
|
-
GeoJSONwriteOptions,
|
|
173
172
|
} from './src/layer/geojsonHelpers.js';
|
|
173
|
+
export type { GeoJSONOptions } from './src/layer/geojsonLayer.js';
|
|
174
174
|
export {
|
|
175
175
|
featureFromOptions,
|
|
176
176
|
default as GeoJSONLayer,
|
|
177
|
-
GeoJSONOptions,
|
|
178
177
|
} from './src/layer/geojsonLayer.js';
|
|
179
178
|
export { default as GlobalHider } from './src/layer/globalHider.js';
|
|
180
|
-
export {
|
|
181
|
-
default as Layer,
|
|
179
|
+
export type {
|
|
182
180
|
SplitLayer,
|
|
183
181
|
LayerOptions,
|
|
184
182
|
LayerImplementationOptions,
|
|
185
183
|
CopyrightOptions,
|
|
186
184
|
} from './src/layer/layer.js';
|
|
185
|
+
export { default as Layer } from './src/layer/layer.js';
|
|
187
186
|
export { default as LayerImplementation } from './src/layer/layerImplementation.js';
|
|
188
187
|
export { default as LayerState } from './src/layer/layerState.js';
|
|
189
188
|
export { vcsLayerName } from './src/layer/layerSymbols.js';
|
|
@@ -198,18 +197,12 @@ export {
|
|
|
198
197
|
setNewGeometry,
|
|
199
198
|
} from './src/layer/oblique/obliqueHelpers.js';
|
|
200
199
|
export { default as VectorObliqueImpl } from './src/layer/oblique/vectorObliqueImpl.js';
|
|
201
|
-
export {
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
} from './src/layer/
|
|
205
|
-
export {
|
|
206
|
-
|
|
207
|
-
OpenStreetMapOptions,
|
|
208
|
-
} from './src/layer/openStreetMapLayer.js';
|
|
209
|
-
export {
|
|
210
|
-
default as LayerOpenlayersImpl,
|
|
211
|
-
LayerOpenlayersImplementationOptions,
|
|
212
|
-
} from './src/layer/openlayers/layerOpenlayersImpl.js';
|
|
200
|
+
export type { SourceObliqueSync } from './src/layer/oblique/sourceObliqueSync.js';
|
|
201
|
+
export { createSourceObliqueSync } from './src/layer/oblique/sourceObliqueSync.js';
|
|
202
|
+
export type { OpenStreetMapOptions } from './src/layer/openStreetMapLayer.js';
|
|
203
|
+
export { default as OpenStreetMapLayer } from './src/layer/openStreetMapLayer.js';
|
|
204
|
+
export type { LayerOpenlayersImplementationOptions } from './src/layer/openlayers/layerOpenlayersImpl.js';
|
|
205
|
+
export { default as LayerOpenlayersImpl } from './src/layer/openlayers/layerOpenlayersImpl.js';
|
|
213
206
|
export { default as OpenStreetMapOpenlayersImpl } from './src/layer/openlayers/openStreetMapOpenlayersImpl.js';
|
|
214
207
|
export { default as RasterLayerOpenlayersImpl } from './src/layer/openlayers/rasterLayerOpenlayersImpl.js';
|
|
215
208
|
export { default as SingleImageOpenlayersImpl } from './src/layer/openlayers/singleImageOpenlayersImpl.js';
|
|
@@ -219,93 +212,89 @@ export { default as VectorOpenlayersImpl } from './src/layer/openlayers/vectorOp
|
|
|
219
212
|
export { default as VectorTileOpenlayersImpl } from './src/layer/openlayers/vectorTileOpenlayersImpl.js';
|
|
220
213
|
export { default as WmsOpenlayersImpl } from './src/layer/openlayers/wmsOpenlayersImpl.js';
|
|
221
214
|
export { default as WmtsOpenlayersImpl } from './src/layer/openlayers/wmtsOpenlayersImpl.js';
|
|
222
|
-
export {
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
} from './src/layer/pointCloudLayer.js';
|
|
226
|
-
export {
|
|
227
|
-
TilingScheme,
|
|
228
|
-
getTilingScheme,
|
|
229
|
-
calculateMinLevel,
|
|
230
|
-
default as RasterLayer,
|
|
215
|
+
export type { PointCloudOptions } from './src/layer/pointCloudLayer.js';
|
|
216
|
+
export { default as PointCloudLayer } from './src/layer/pointCloudLayer.js';
|
|
217
|
+
export type {
|
|
231
218
|
RasterLayerOptions,
|
|
232
219
|
RasterLayerImplementation,
|
|
233
220
|
RasterLayerImplementationOptions,
|
|
234
221
|
TilingSchemeOptions,
|
|
235
222
|
} from './src/layer/rasterLayer.js';
|
|
236
223
|
export {
|
|
237
|
-
|
|
224
|
+
TilingScheme,
|
|
225
|
+
getTilingScheme,
|
|
226
|
+
calculateMinLevel,
|
|
227
|
+
default as RasterLayer,
|
|
228
|
+
} from './src/layer/rasterLayer.js';
|
|
229
|
+
export type {
|
|
238
230
|
SingleImageOptions,
|
|
239
231
|
SingleImageImplementationOptions,
|
|
240
232
|
} from './src/layer/singleImageLayer.js';
|
|
233
|
+
export { default as SingleImageLayer } from './src/layer/singleImageLayer.js';
|
|
234
|
+
export type { TerrainProviderOptions } from './src/layer/terrainHelpers.js';
|
|
241
235
|
export {
|
|
242
236
|
getTerrainProviderForUrl,
|
|
243
237
|
getHeightFromTerrainProvider,
|
|
244
238
|
isTerrainTileAvailable,
|
|
245
|
-
TerrainProviderOptions,
|
|
246
239
|
} from './src/layer/terrainHelpers.js';
|
|
247
|
-
export {
|
|
248
|
-
default as TerrainLayer,
|
|
240
|
+
export type {
|
|
249
241
|
TerrainOptions,
|
|
250
242
|
TerrainImplementationOptions,
|
|
251
243
|
} from './src/layer/terrainLayer.js';
|
|
244
|
+
export { default as TerrainLayer } from './src/layer/terrainLayer.js';
|
|
252
245
|
export { tiledLayerLoaded, globeLoaded } from './src/layer/tileLoadedHelper.js';
|
|
253
|
-
export {
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
} from './src/layer/tileProvider/
|
|
257
|
-
export {
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
} from './src/layer/tileProvider/
|
|
261
|
-
export {
|
|
262
|
-
default as StaticGeoJSONTileProvider,
|
|
263
|
-
StaticGeoJSONTileProviderOptions,
|
|
264
|
-
} from './src/layer/tileProvider/staticGeojsonTileProvider.js';
|
|
265
|
-
export {
|
|
266
|
-
default as StaticFeatureTileProvider,
|
|
267
|
-
StaticFeatureTileProviderOptions,
|
|
268
|
-
} from './src/layer/tileProvider/staticFeatureTileProvider.js';
|
|
269
|
-
export {
|
|
270
|
-
mercatorResolutionsToLevel,
|
|
271
|
-
rectangleToExtent,
|
|
272
|
-
default as TileProvider,
|
|
246
|
+
export type { FlatGeobufTileProviderOptions } from './src/layer/tileProvider/flatGeobufTileProvider.js';
|
|
247
|
+
export { default as FlatGeobufTileProvider } from './src/layer/tileProvider/flatGeobufTileProvider.js';
|
|
248
|
+
export type { MVTTileProviderOptions } from './src/layer/tileProvider/mvtTileProvider.js';
|
|
249
|
+
export { default as MVTTileProvider } from './src/layer/tileProvider/mvtTileProvider.js';
|
|
250
|
+
export type { StaticGeoJSONTileProviderOptions } from './src/layer/tileProvider/staticGeojsonTileProvider.js';
|
|
251
|
+
export { default as StaticGeoJSONTileProvider } from './src/layer/tileProvider/staticGeojsonTileProvider.js';
|
|
252
|
+
export type { StaticFeatureTileProviderOptions } from './src/layer/tileProvider/staticFeatureTileProvider.js';
|
|
253
|
+
export { default as StaticFeatureTileProvider } from './src/layer/tileProvider/staticFeatureTileProvider.js';
|
|
254
|
+
export type {
|
|
273
255
|
TileProviderOptions,
|
|
274
256
|
TileLoadedEvent,
|
|
275
257
|
TileProviderRtree,
|
|
276
258
|
TileProviderRTreeEntry,
|
|
277
259
|
} from './src/layer/tileProvider/tileProvider.js';
|
|
260
|
+
export {
|
|
261
|
+
mercatorResolutionsToLevel,
|
|
262
|
+
rectangleToExtent,
|
|
263
|
+
default as TileProvider,
|
|
264
|
+
} from './src/layer/tileProvider/tileProvider.js';
|
|
265
|
+
export type { URLTemplateTileProviderOptions } from './src/layer/tileProvider/urlTemplateTileProvider.js';
|
|
278
266
|
export {
|
|
279
267
|
getURL,
|
|
280
268
|
default as URLTemplateTileProvider,
|
|
281
|
-
URLTemplateTileProviderOptions,
|
|
282
269
|
} from './src/layer/tileProvider/urlTemplateTileProvider.js';
|
|
283
270
|
export {
|
|
284
271
|
default as ClusterContext,
|
|
285
272
|
default as VectorClusterCesiumContext,
|
|
286
273
|
} from './src/vectorCluster/vectorClusterCesiumContext.js';
|
|
287
|
-
export {
|
|
288
|
-
default as VectorClusterStyleItem,
|
|
274
|
+
export type {
|
|
289
275
|
VectorClusterStyleItemOptions,
|
|
290
276
|
VectorClusterTemplateFunction,
|
|
277
|
+
} from './src/vectorCluster/vectorClusterStyleItem.js';
|
|
278
|
+
export {
|
|
279
|
+
default as VectorClusterStyleItem,
|
|
291
280
|
getDefaultClusterStyleItem,
|
|
292
281
|
} from './src/vectorCluster/vectorClusterStyleItem.js';
|
|
293
282
|
export { default as VectorClusterGroupCesiumImpl } from './src/vectorCluster/vectorClusterGroupCesiumImpl.js';
|
|
294
283
|
export { default as VectorClusterGroupOpenlayersImpl } from './src/vectorCluster/vectorClusterGroupOpenlayersImpl.js';
|
|
295
|
-
export {
|
|
296
|
-
default as VectorClusterGroup,
|
|
284
|
+
export type {
|
|
297
285
|
VectorClusterGroupOptions,
|
|
298
286
|
VectorClusterGroupImplementationOptions,
|
|
299
287
|
} from './src/vectorCluster/vectorClusterGroup.js';
|
|
288
|
+
export { default as VectorClusterGroup } from './src/vectorCluster/vectorClusterGroup.js';
|
|
300
289
|
export { default as VectorClusterGroupImpl } from './src/vectorCluster/vectorClusterGroupImpl.js';
|
|
301
290
|
export { default as VectorClusterGroupObliqueImpl } from './src/vectorCluster/vectorClusterGroupObliqueImpl.js';
|
|
302
291
|
export { default as VectorClusterGroupCollection } from './src/vectorCluster/vectorClusterGroupCollection.js';
|
|
303
292
|
export { vectorClusterGroupName } from './src/vectorCluster/vectorClusterSymbols.js';
|
|
304
|
-
export {
|
|
305
|
-
default as TMSLayer,
|
|
293
|
+
export type {
|
|
306
294
|
TMSOptions,
|
|
307
295
|
TMSImplementationOptions,
|
|
308
296
|
} from './src/layer/tmsLayer.js';
|
|
297
|
+
export { default as TMSLayer } from './src/layer/tmsLayer.js';
|
|
309
298
|
export {
|
|
310
299
|
fvLastUpdated,
|
|
311
300
|
globalHiderLastUpdated,
|
|
@@ -313,11 +302,20 @@ export {
|
|
|
313
302
|
updateGlobalHider,
|
|
314
303
|
synchronizeFeatureVisibilityWithSource,
|
|
315
304
|
} from './src/layer/vectorHelpers.js';
|
|
316
|
-
export {
|
|
317
|
-
default as VectorLayer,
|
|
305
|
+
export type {
|
|
318
306
|
VectorOptions,
|
|
319
307
|
VectorImplementationOptions,
|
|
320
308
|
} from './src/layer/vectorLayer.js';
|
|
309
|
+
export { default as VectorLayer } from './src/layer/vectorLayer.js';
|
|
310
|
+
export type {
|
|
311
|
+
VcsMeta,
|
|
312
|
+
VectorPropertiesModelOptions,
|
|
313
|
+
VectorPropertiesOptions,
|
|
314
|
+
VectorPropertiesPrimitive,
|
|
315
|
+
VectorPropertiesPrimitiveOptions,
|
|
316
|
+
VectorPropertiesGeometryOptions,
|
|
317
|
+
VectorPropertiesBaseOptions,
|
|
318
|
+
} from './src/layer/vectorProperties.js';
|
|
321
319
|
export {
|
|
322
320
|
PrimitiveOptionsType,
|
|
323
321
|
AltitudeModeCesium,
|
|
@@ -330,14 +328,7 @@ export {
|
|
|
330
328
|
getNearFarValueOptions,
|
|
331
329
|
getCartesian3Options,
|
|
332
330
|
vcsMetaVersion,
|
|
333
|
-
VcsMeta,
|
|
334
331
|
default as VectorProperties,
|
|
335
|
-
VectorPropertiesModelOptions,
|
|
336
|
-
VectorPropertiesOptions,
|
|
337
|
-
VectorPropertiesPrimitive,
|
|
338
|
-
VectorPropertiesPrimitiveOptions,
|
|
339
|
-
VectorPropertiesGeometryOptions,
|
|
340
|
-
VectorPropertiesBaseOptions,
|
|
341
332
|
} from './src/layer/vectorProperties.js';
|
|
342
333
|
export {
|
|
343
334
|
alreadyTransformedToMercator,
|
|
@@ -348,54 +339,68 @@ export {
|
|
|
348
339
|
actuallyIsCircle,
|
|
349
340
|
createSync,
|
|
350
341
|
primitives,
|
|
342
|
+
panoramaFeature,
|
|
351
343
|
} from './src/layer/vectorSymbols.js';
|
|
352
|
-
export {
|
|
353
|
-
default as VectorTileLayer,
|
|
344
|
+
export type {
|
|
354
345
|
VectorTileImplementation,
|
|
355
346
|
VectorTileImplementationOptions,
|
|
356
347
|
VectorTileOptions,
|
|
357
348
|
} from './src/layer/vectorTileLayer.js';
|
|
358
|
-
export { default as
|
|
359
|
-
export {
|
|
360
|
-
export {
|
|
361
|
-
|
|
349
|
+
export { default as VectorTileLayer } from './src/layer/vectorTileLayer.js';
|
|
350
|
+
export type { WFSOptions } from './src/layer/wfsLayer.js';
|
|
351
|
+
export { default as WFSLayer } from './src/layer/wfsLayer.js';
|
|
352
|
+
export type { WMSSourceOptions } from './src/layer/wmsHelpers.js';
|
|
353
|
+
export { getWMSSource } from './src/layer/wmsHelpers.js';
|
|
354
|
+
export type {
|
|
362
355
|
WMSOptions,
|
|
363
356
|
WMSImplementationOptions,
|
|
364
357
|
} from './src/layer/wmsLayer.js';
|
|
365
|
-
export {
|
|
366
|
-
|
|
358
|
+
export { default as WMSLayer } from './src/layer/wmsLayer.js';
|
|
359
|
+
export type {
|
|
367
360
|
WMTSOptions,
|
|
368
361
|
WMTSImplementationOptions,
|
|
369
362
|
} from './src/layer/wmtsLayer.js';
|
|
363
|
+
export { default as WMTSLayer } from './src/layer/wmtsLayer.js';
|
|
364
|
+
export type {
|
|
365
|
+
PanoramaDatasetOptions,
|
|
366
|
+
PanoramaDatasetFeatureProperties,
|
|
367
|
+
} from './src/layer/panoramaDatasetLayer.js';
|
|
368
|
+
export { default as PanoramaDatasetLayer } from './src/layer/panoramaDatasetLayer.js';
|
|
369
|
+
export { default as VectorTilePanoramaImpl } from './src/layer/panorama/vectorTilePanoramaImpl.js';
|
|
370
|
+
export { default as PanoramaDatasetPanoramaImpl } from './src/layer/panorama/panoramaDatasetPanoramaImpl.js';
|
|
370
371
|
export { default as BaseOLMap } from './src/map/baseOLMap.js';
|
|
372
|
+
export type { CameraLimiterOptions } from './src/map/cameraLimiter.js';
|
|
371
373
|
export {
|
|
372
374
|
CameraLimiterMode,
|
|
373
375
|
default as CameraLimiter,
|
|
374
|
-
CameraLimiterOptions,
|
|
375
376
|
} from './src/map/cameraLimiter.js';
|
|
376
|
-
export {
|
|
377
|
-
default as CesiumMap,
|
|
377
|
+
export type {
|
|
378
378
|
CesiumMapOptions,
|
|
379
379
|
CesiumMapEvent,
|
|
380
380
|
CesiumVisualisationType,
|
|
381
381
|
} from './src/map/cesiumMap.js';
|
|
382
|
+
export { default as CesiumMap } from './src/map/cesiumMap.js';
|
|
382
383
|
export { default as MapState } from './src/map/mapState.js';
|
|
384
|
+
export type { ObliqueOptions } from './src/map/obliqueMap.js';
|
|
383
385
|
export {
|
|
384
386
|
getViewDirectionFromViewpoint,
|
|
385
387
|
default as ObliqueMap,
|
|
386
|
-
ObliqueOptions,
|
|
387
388
|
} from './src/map/obliqueMap.js';
|
|
388
|
-
export {
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
} from './src/map/
|
|
392
|
-
export {
|
|
393
|
-
default as VcsMap,
|
|
389
|
+
export type { OpenlayersOptions } from './src/map/openlayersMap.js';
|
|
390
|
+
export { default as OpenlayersMap } from './src/map/openlayersMap.js';
|
|
391
|
+
export type { PanoramaMapOptions } from './src/map/panoramaMap.js';
|
|
392
|
+
export { default as PanoramaMap } from './src/map/panoramaMap.js';
|
|
393
|
+
export type {
|
|
394
394
|
VcsMapOptions,
|
|
395
395
|
VcsMapRenderEvent,
|
|
396
396
|
VisualisationType,
|
|
397
397
|
} from './src/map/vcsMap.js';
|
|
398
|
+
export { default as VcsMap } from './src/map/vcsMap.js';
|
|
398
399
|
export { default as DefaultObliqueCollection } from './src/oblique/defaultObliqueCollection.js';
|
|
400
|
+
export type {
|
|
401
|
+
LineIntersectionResult,
|
|
402
|
+
ImageTransformationOptions,
|
|
403
|
+
} from './src/oblique/helpers.js';
|
|
399
404
|
export {
|
|
400
405
|
sortRealWordEdgeCoordinates,
|
|
401
406
|
checkLineIntersection,
|
|
@@ -403,40 +408,32 @@ export {
|
|
|
403
408
|
transformToImage,
|
|
404
409
|
transformFromImage,
|
|
405
410
|
hasSameOrigin,
|
|
406
|
-
LineIntersectionResult,
|
|
407
|
-
ImageTransformationOptions,
|
|
408
411
|
} from './src/oblique/helpers.js';
|
|
409
|
-
export {
|
|
410
|
-
default as ObliqueCollection,
|
|
412
|
+
export type {
|
|
411
413
|
ObliqueImageRbushItem,
|
|
412
414
|
ObliqueCollectionOptions,
|
|
413
415
|
ObliqueImageJson,
|
|
414
416
|
ObliqueVersion,
|
|
415
417
|
ObliqueDataSetTerrainProviderOptions,
|
|
416
418
|
} from './src/oblique/obliqueCollection.js';
|
|
419
|
+
export { default as ObliqueCollection } from './src/oblique/obliqueCollection.js';
|
|
420
|
+
export type { ObliqueDataSetOptions } from './src/oblique/obliqueDataSet.js';
|
|
417
421
|
export {
|
|
418
422
|
DataState,
|
|
419
423
|
getStateFromStatesArray,
|
|
420
424
|
default as ObliqueDataSet,
|
|
421
|
-
ObliqueDataSetOptions,
|
|
422
425
|
} from './src/oblique/obliqueDataSet.js';
|
|
423
|
-
export {
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
} from './src/oblique/
|
|
427
|
-
export {
|
|
428
|
-
default as ObliqueImageMeta,
|
|
429
|
-
ObliqueImageMetaOptions,
|
|
430
|
-
} from './src/oblique/obliqueImageMeta.js';
|
|
431
|
-
export {
|
|
432
|
-
default as ObliqueProvider,
|
|
426
|
+
export type { ObliqueImageOptions } from './src/oblique/obliqueImage.js';
|
|
427
|
+
export { default as ObliqueImage } from './src/oblique/obliqueImage.js';
|
|
428
|
+
export type { ObliqueImageMetaOptions } from './src/oblique/obliqueImageMeta.js';
|
|
429
|
+
export { default as ObliqueImageMeta } from './src/oblique/obliqueImageMeta.js';
|
|
430
|
+
export type {
|
|
433
431
|
ObliqueProviderMapChangeEventType,
|
|
434
432
|
ObliqueViewpoint,
|
|
435
433
|
} from './src/oblique/obliqueProvider.js';
|
|
436
|
-
export {
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
} from './src/oblique/obliqueView.js';
|
|
434
|
+
export { default as ObliqueProvider } from './src/oblique/obliqueProvider.js';
|
|
435
|
+
export type { ObliqueViewOptions } from './src/oblique/obliqueView.js';
|
|
436
|
+
export { default as ObliqueView } from './src/oblique/obliqueView.js';
|
|
440
437
|
export {
|
|
441
438
|
ObliqueViewDirection,
|
|
442
439
|
obliqueViewDirectionNames,
|
|
@@ -449,26 +446,21 @@ export {
|
|
|
449
446
|
parseLegacyImageData,
|
|
450
447
|
} from './src/oblique/parseImageJson.js';
|
|
451
448
|
export { default as OverrideClassRegistry } from './src/overrideClassRegistry.js';
|
|
452
|
-
export {
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
} from './src/style/
|
|
457
|
-
export {
|
|
458
|
-
ArrowEnd,
|
|
459
|
-
default as ArrowStyle,
|
|
460
|
-
ArrowStyleOptions,
|
|
461
|
-
} from './src/style/arrowStyle.js';
|
|
449
|
+
export type { ArcStyleOptions } from './src/style/arcStyle.js';
|
|
450
|
+
export { featureArcStruct, default as ArcStyle } from './src/style/arcStyle.js';
|
|
451
|
+
export type { ArrowStyleOptions } from './src/style/arrowStyle.js';
|
|
452
|
+
export { ArrowEnd, default as ArrowStyle } from './src/style/arrowStyle.js';
|
|
453
|
+
export type { DeclarativeStyleItemOptions } from './src/style/declarativeStyleItem.js';
|
|
462
454
|
export {
|
|
463
455
|
defaultDeclarativeStyle,
|
|
464
456
|
default as DeclarativeStyleItem,
|
|
465
|
-
DeclarativeStyleItemOptions,
|
|
466
457
|
} from './src/style/declarativeStyleItem.js';
|
|
467
458
|
export {
|
|
468
459
|
getShapeFromOptions,
|
|
469
460
|
shapeCategory,
|
|
470
461
|
} from './src/style/shapesCategory.js';
|
|
471
462
|
export { getStyleOrDefaultStyle } from './src/style/styleFactory.js';
|
|
463
|
+
export type { FontObject } from './src/style/styleHelpers.js';
|
|
472
464
|
export {
|
|
473
465
|
PatternType,
|
|
474
466
|
hexToOlColor,
|
|
@@ -501,18 +493,10 @@ export {
|
|
|
501
493
|
getDefaultVectorStyleItemOptions,
|
|
502
494
|
getDefaultCondition,
|
|
503
495
|
defaultExtrudedHeightCondition,
|
|
504
|
-
FontObject,
|
|
505
496
|
} from './src/style/styleHelpers.js';
|
|
506
|
-
export {
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
} from './src/style/styleItem.js';
|
|
510
|
-
export {
|
|
511
|
-
OlcsGeometryType,
|
|
512
|
-
vectorStyleSymbol,
|
|
513
|
-
defaultVectorStyle,
|
|
514
|
-
fromCesiumColor,
|
|
515
|
-
default as VectorStyleItem,
|
|
497
|
+
export type { StyleItemOptions } from './src/style/styleItem.js';
|
|
498
|
+
export { default as StyleItem } from './src/style/styleItem.js';
|
|
499
|
+
export type {
|
|
516
500
|
VectorStyleItemOptions,
|
|
517
501
|
VectorStyleItemText,
|
|
518
502
|
VectorStyleItemFill,
|
|
@@ -521,17 +505,25 @@ export {
|
|
|
521
505
|
VectorStyleItemExclusion,
|
|
522
506
|
ColorType,
|
|
523
507
|
} from './src/style/vectorStyleItem.js';
|
|
508
|
+
export {
|
|
509
|
+
OlcsGeometryType,
|
|
510
|
+
vectorStyleSymbol,
|
|
511
|
+
defaultVectorStyle,
|
|
512
|
+
fromCesiumColor,
|
|
513
|
+
default as VectorStyleItem,
|
|
514
|
+
} from './src/style/vectorStyleItem.js';
|
|
524
515
|
export {
|
|
525
516
|
embedIconsInStyle,
|
|
526
517
|
default as writeStyle,
|
|
527
518
|
} from './src/style/writeStyle.js';
|
|
528
|
-
export {
|
|
529
|
-
default as ClippingObject,
|
|
519
|
+
export type {
|
|
530
520
|
ClippingObjectOptions,
|
|
531
521
|
ClippingObjectEntityOption,
|
|
532
522
|
ClippingTarget,
|
|
533
523
|
} from './src/util/clipping/clippingObject.js';
|
|
524
|
+
export { default as ClippingObject } from './src/util/clipping/clippingObject.js';
|
|
534
525
|
export { default as ClippingObjectManager } from './src/util/clipping/clippingObjectManager.js';
|
|
526
|
+
export type { ClippingPlaneCreationOptions } from './src/util/clipping/clippingPlaneHelper.js';
|
|
535
527
|
export {
|
|
536
528
|
createClippingPlaneCollection,
|
|
537
529
|
copyClippingPlanesToCollection,
|
|
@@ -539,36 +531,40 @@ export {
|
|
|
539
531
|
setClippingPlanes,
|
|
540
532
|
createClippingFeature,
|
|
541
533
|
getClippingOptions,
|
|
542
|
-
ClippingPlaneCreationOptions,
|
|
543
534
|
} from './src/util/clipping/clippingPlaneHelper.js';
|
|
535
|
+
export type { ClippingPolygonObjectOptions } from './src/util/clipping/clippingPolygonObject.js';
|
|
544
536
|
export {
|
|
545
537
|
default as ClippingPolygonObject,
|
|
546
|
-
ClippingPolygonObjectOptions,
|
|
547
538
|
ClippingPolygonObjectState,
|
|
548
539
|
} from './src/util/clipping/clippingPolygonObject.js';
|
|
549
540
|
export { default as ClippingPolygonObjectCollection } from './src/util/clipping/clippingPolygonObjectCollection.js';
|
|
541
|
+
export type {
|
|
542
|
+
DisplayQualityOptions,
|
|
543
|
+
DisplayQualityViewModelOptions,
|
|
544
|
+
} from './src/util/displayQuality/displayQuality.js';
|
|
550
545
|
export {
|
|
551
546
|
default as DisplayQuality,
|
|
552
547
|
DisplayQualityLevel,
|
|
553
|
-
DisplayQualityOptions,
|
|
554
|
-
DisplayQualityViewModelOptions,
|
|
555
548
|
} from './src/util/displayQuality/displayQuality.js';
|
|
556
549
|
export { default as Collection } from './src/util/collection.js';
|
|
557
|
-
export {
|
|
558
|
-
default as startCreateFeatureSession,
|
|
550
|
+
export type {
|
|
559
551
|
CreateFeatureSession,
|
|
560
552
|
CreateInteraction,
|
|
561
553
|
CreateFeatureSessionOptions,
|
|
562
554
|
} from './src/util/editor/createFeatureSession.js';
|
|
563
|
-
export {
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
export {
|
|
568
|
-
default as startEditGeometrySession,
|
|
555
|
+
export { default as startCreateFeatureSession } from './src/util/editor/createFeatureSession.js';
|
|
556
|
+
export type { EditFeaturesSession } from './src/util/editor/editFeaturesSession.js';
|
|
557
|
+
export { default as startEditFeaturesSession } from './src/util/editor/editFeaturesSession.js';
|
|
558
|
+
export type {
|
|
569
559
|
EditGeometrySession,
|
|
570
560
|
EditGeometrySessionOptions,
|
|
571
561
|
} from './src/util/editor/editGeometrySession.js';
|
|
562
|
+
export { default as startEditGeometrySession } from './src/util/editor/editGeometrySession.js';
|
|
563
|
+
export type {
|
|
564
|
+
Vertex,
|
|
565
|
+
SelectableFeatureType,
|
|
566
|
+
SelectFeatureInteraction,
|
|
567
|
+
} from './src/util/editor/editorHelpers.js';
|
|
572
568
|
export {
|
|
573
569
|
createVertex,
|
|
574
570
|
isVertex,
|
|
@@ -581,17 +577,16 @@ export {
|
|
|
581
577
|
getCartographicFromPlane,
|
|
582
578
|
drapeGeometryOnTerrain,
|
|
583
579
|
placeGeometryOnTerrain,
|
|
584
|
-
Vertex,
|
|
585
|
-
SelectableFeatureType,
|
|
586
|
-
SelectFeatureInteraction,
|
|
587
580
|
} from './src/util/editor/editorHelpers.js';
|
|
581
|
+
export type {
|
|
582
|
+
EditorSession,
|
|
583
|
+
GeometryToType,
|
|
584
|
+
SnappingInteractionEvent,
|
|
585
|
+
} from './src/util/editor/editorSessionHelpers.js';
|
|
588
586
|
export {
|
|
589
587
|
SessionType,
|
|
590
588
|
setupScratchLayer,
|
|
591
589
|
GeometryType,
|
|
592
|
-
EditorSession,
|
|
593
|
-
GeometryToType,
|
|
594
|
-
SnappingInteractionEvent,
|
|
595
590
|
alreadySnapped,
|
|
596
591
|
} from './src/util/editor/editorSessionHelpers.js';
|
|
597
592
|
export {
|
|
@@ -600,14 +595,16 @@ export {
|
|
|
600
595
|
handlerSymbol,
|
|
601
596
|
mouseOverSymbol,
|
|
602
597
|
} from './src/util/editor/editorSymbols.js';
|
|
598
|
+
export type {
|
|
599
|
+
SnapType,
|
|
600
|
+
SnapResult,
|
|
601
|
+
} from './src/util/editor/snappingHelpers.js';
|
|
603
602
|
export {
|
|
604
603
|
getAngleSnapResult,
|
|
605
604
|
getGeometrySnapResult,
|
|
606
605
|
getSnappedCoordinateForResults,
|
|
607
606
|
snapTypes,
|
|
608
607
|
setSnappingFeatures,
|
|
609
|
-
SnapType,
|
|
610
|
-
SnapResult,
|
|
611
608
|
} from './src/util/editor/snappingHelpers.js';
|
|
612
609
|
export { default as CreateBBoxInteraction } from './src/util/editor/interactions/createBBoxInteraction.js';
|
|
613
610
|
export { default as CreateCircleInteraction } from './src/util/editor/interactions/createCircleInteraction.js';
|
|
@@ -623,10 +620,8 @@ export {
|
|
|
623
620
|
default as EditGeometryMouseOverInteraction,
|
|
624
621
|
} from './src/util/editor/interactions/editGeometryMouseOverInteraction.js';
|
|
625
622
|
export { default as EnsureHandlerSelectionInteraction } from './src/util/editor/interactions/ensureHandlerSelectionInteraction.js';
|
|
626
|
-
export {
|
|
627
|
-
|
|
628
|
-
VertexInsertedEvent,
|
|
629
|
-
} from './src/util/editor/interactions/insertVertexInteraction.js';
|
|
623
|
+
export type { VertexInsertedEvent } from './src/util/editor/interactions/insertVertexInteraction.js';
|
|
624
|
+
export { default as InsertVertexInteraction } from './src/util/editor/interactions/insertVertexInteraction.js';
|
|
630
625
|
export { default as MapInteractionController } from './src/util/editor/interactions/mapInteractionController.js';
|
|
631
626
|
export { default as RemoveVertexInteraction } from './src/util/editor/interactions/removeVertexInteraction.js';
|
|
632
627
|
export {
|
|
@@ -640,52 +635,51 @@ export { default as CreationSnapping } from './src/util/editor/interactions/crea
|
|
|
640
635
|
export { default as TranslationSnapping } from './src/util/editor/interactions/translationSnapping.js';
|
|
641
636
|
export { default as LayerSnapping } from './src/util/editor/interactions/layerSnapping.js';
|
|
642
637
|
export { default as SegmentLengthInteraction } from './src/util/editor/interactions/segmentLengthInteraction.js';
|
|
638
|
+
export type { SelectFeaturesSession } from './src/util/editor/selectFeaturesSession.js';
|
|
643
639
|
export {
|
|
644
640
|
getDefaultHighlightStyle,
|
|
645
641
|
default as startSelectFeaturesSession,
|
|
646
|
-
SelectFeaturesSession,
|
|
647
642
|
} from './src/util/editor/selectFeaturesSession.js';
|
|
648
643
|
export { default as create2DHandlers } from './src/util/editor/transformation/create2DHandlers.js';
|
|
649
644
|
export { default as create3DHandlers } from './src/util/editor/transformation/create3DHandlers.js';
|
|
650
645
|
export { default as ExtrudeInteraction } from './src/util/editor/transformation/extrudeInteraction.js';
|
|
651
|
-
export {
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
} from './src/util/editor/transformation/
|
|
655
|
-
export {
|
|
656
|
-
default as ScaleInteraction,
|
|
657
|
-
ScaleEvent,
|
|
658
|
-
} from './src/util/editor/transformation/scaleInteraction.js';
|
|
646
|
+
export type { RotationEvent } from './src/util/editor/transformation/rotateInteraction.js';
|
|
647
|
+
export { default as RotateInteraction } from './src/util/editor/transformation/rotateInteraction.js';
|
|
648
|
+
export type { ScaleEvent } from './src/util/editor/transformation/scaleInteraction.js';
|
|
649
|
+
export { default as ScaleInteraction } from './src/util/editor/transformation/scaleInteraction.js';
|
|
659
650
|
export { default as createTransformationHandler } from './src/util/editor/transformation/transformationHandler.js';
|
|
651
|
+
export type {
|
|
652
|
+
Handlers,
|
|
653
|
+
TransformationHandler,
|
|
654
|
+
} from './src/util/editor/transformation/transformationTypes.js';
|
|
660
655
|
export {
|
|
661
656
|
AxisAndPlanes,
|
|
662
657
|
TransformationMode,
|
|
663
658
|
greyedOutColor,
|
|
664
659
|
is1DAxis,
|
|
665
660
|
is2DAxis,
|
|
666
|
-
Handlers,
|
|
667
|
-
TransformationHandler,
|
|
668
661
|
} from './src/util/editor/transformation/transformationTypes.js';
|
|
669
|
-
export {
|
|
670
|
-
|
|
671
|
-
TranslateEvent,
|
|
672
|
-
} from './src/util/editor/transformation/translateInteraction.js';
|
|
662
|
+
export type { TranslateEvent } from './src/util/editor/transformation/translateInteraction.js';
|
|
663
|
+
export { default as TranslateInteraction } from './src/util/editor/transformation/translateInteraction.js';
|
|
673
664
|
export { default as geometryIsValid } from './src/util/editor/validateGeoemetry.js';
|
|
674
665
|
export { default as ExclusiveManager } from './src/util/exclusiveManager.js';
|
|
675
|
-
export {
|
|
666
|
+
export type { ExtentOptions } from './src/util/extent.js';
|
|
667
|
+
export { default as Extent } from './src/util/extent.js';
|
|
676
668
|
export { getArcGeometryFactory } from './src/util/featureconverter/arcToCesium.js';
|
|
677
669
|
export {
|
|
678
670
|
validateCircle,
|
|
679
671
|
getCircleGeometryFactory,
|
|
680
672
|
} from './src/util/featureconverter/circleToCesium.js';
|
|
681
673
|
export { setupClampedPrimitive } from './src/util/featureconverter/clampedPrimitive.js';
|
|
682
|
-
export {
|
|
683
|
-
getStylesArray,
|
|
684
|
-
default as convert,
|
|
674
|
+
export type {
|
|
685
675
|
PrimitiveType,
|
|
686
676
|
ConvertedItemType,
|
|
687
677
|
ConvertedItem,
|
|
688
678
|
} from './src/util/featureconverter/convert.js';
|
|
679
|
+
export {
|
|
680
|
+
getStylesArray,
|
|
681
|
+
default as convert,
|
|
682
|
+
} from './src/util/featureconverter/convert.js';
|
|
689
683
|
export {
|
|
690
684
|
getArrowHeadPrimitives,
|
|
691
685
|
validateLineString,
|
|
@@ -696,24 +690,27 @@ export {
|
|
|
696
690
|
getPrimitiveOptions,
|
|
697
691
|
getModelOrPointPrimitiveOptions,
|
|
698
692
|
} from './src/util/featureconverter/pointHelpers.js';
|
|
693
|
+
export type {
|
|
694
|
+
BillboardOptions,
|
|
695
|
+
LabelOptions,
|
|
696
|
+
} from './src/util/featureconverter/pointToCesium.js';
|
|
699
697
|
export {
|
|
700
698
|
getBillboardOptions,
|
|
701
699
|
getLabelOptions,
|
|
702
700
|
validatePoint,
|
|
703
|
-
getWgs84CoordinatesForPoint,
|
|
704
|
-
BillboardOptions,
|
|
705
|
-
LabelOptions,
|
|
706
701
|
getPointPrimitives,
|
|
707
702
|
} from './src/util/featureconverter/pointToCesium.js';
|
|
708
703
|
export {
|
|
709
704
|
validatePolygon,
|
|
710
705
|
getPolygonGeometryFactory,
|
|
711
706
|
} from './src/util/featureconverter/polygonToCesium.js';
|
|
712
|
-
export {
|
|
707
|
+
export type {
|
|
713
708
|
VectorHeightInfo,
|
|
714
709
|
RelativeHeightReference,
|
|
715
710
|
ClampedHeightReference,
|
|
716
711
|
ExtrusionHeightInfo,
|
|
712
|
+
} from './src/util/featureconverter/vectorHeightInfo.js';
|
|
713
|
+
export {
|
|
717
714
|
getHeightInfo,
|
|
718
715
|
getMinHeight,
|
|
719
716
|
getGeometryHeight,
|
|
@@ -725,13 +722,16 @@ export {
|
|
|
725
722
|
isAbsoluteHeightReference,
|
|
726
723
|
mercatorToWgs84TransformerForHeightInfo,
|
|
727
724
|
mercatorToCartesianTransformerForHeightInfo,
|
|
725
|
+
getWgs84CoordinatesForPoint,
|
|
728
726
|
} from './src/util/featureconverter/vectorHeightInfo.js';
|
|
729
|
-
export {
|
|
727
|
+
export type {
|
|
730
728
|
PolygonGeometryOptions,
|
|
731
729
|
PolylineGeometryOptions,
|
|
732
730
|
CircleGeometryOptions,
|
|
733
731
|
GeometryFactoryType,
|
|
734
732
|
VectorGeometryFactory,
|
|
733
|
+
} from './src/util/featureconverter/vectorGeometryFactory.js';
|
|
734
|
+
export {
|
|
735
735
|
getMaterialAppearance,
|
|
736
736
|
createClassificationPrimitiveItem,
|
|
737
737
|
createSolidPrimitiveItem,
|
|
@@ -742,11 +742,11 @@ export {
|
|
|
742
742
|
getCesiumGeometriesOptions,
|
|
743
743
|
} from './src/util/featureconverter/vectorGeometryFactory.js';
|
|
744
744
|
export { default as Extent3D } from './src/util/featureconverter/extent3D.js';
|
|
745
|
+
export type { StoreyOptions } from './src/util/featureconverter/storeyHelpers.js';
|
|
745
746
|
export {
|
|
746
747
|
getStoreyHeights,
|
|
747
748
|
validateStoreys,
|
|
748
749
|
getStoreyOptions,
|
|
749
|
-
StoreyOptions,
|
|
750
750
|
} from './src/util/featureconverter/storeyHelpers.js';
|
|
751
751
|
export {
|
|
752
752
|
requestUrl,
|
|
@@ -767,23 +767,19 @@ export {
|
|
|
767
767
|
from3Dto2DLayout,
|
|
768
768
|
drapeGeometryOnSurface,
|
|
769
769
|
placeGeometryOnSurface,
|
|
770
|
-
createAbsoluteFeature,
|
|
771
770
|
} from './src/util/geometryHelpers.js';
|
|
772
771
|
export { default as IndexedCollection } from './src/util/indexedCollection.js';
|
|
773
772
|
export { isMobile } from './src/util/isMobile.js';
|
|
774
773
|
export {
|
|
775
774
|
maxZIndex,
|
|
775
|
+
maxZIndexMin50,
|
|
776
776
|
default as LayerCollection,
|
|
777
777
|
} from './src/util/layerCollection.js';
|
|
778
|
-
export {
|
|
779
|
-
|
|
780
|
-
createHiddenObjectsCollection,
|
|
781
|
-
} from './src/util/hiddenObjects.js';
|
|
778
|
+
export type { HiddenObject } from './src/util/hiddenObjects.js';
|
|
779
|
+
export { createHiddenObjectsCollection } from './src/util/hiddenObjects.js';
|
|
782
780
|
export { detectBrowserLocale } from './src/util/locale.js';
|
|
783
|
-
export {
|
|
784
|
-
|
|
785
|
-
MapCollectionInitializationError,
|
|
786
|
-
} from './src/util/mapCollection.js';
|
|
781
|
+
export type { MapCollectionInitializationError } from './src/util/mapCollection.js';
|
|
782
|
+
export { default as MapCollection } from './src/util/mapCollection.js';
|
|
787
783
|
export {
|
|
788
784
|
coordinateAtDistance,
|
|
789
785
|
initialBearingBetweenCoords,
|
|
@@ -801,14 +797,20 @@ export {
|
|
|
801
797
|
spherical2Distance,
|
|
802
798
|
ecef3DDistance,
|
|
803
799
|
} from './src/util/math.js';
|
|
804
|
-
export {
|
|
805
|
-
isOverrideCollection,
|
|
806
|
-
default as makeOverrideCollection,
|
|
800
|
+
export type {
|
|
807
801
|
OverrideCollection,
|
|
808
802
|
OverrideCollectionInterface,
|
|
809
803
|
OverrideCollectionItem,
|
|
810
804
|
ReplacedEvent,
|
|
811
805
|
} from './src/util/overrideCollection.js';
|
|
806
|
+
export {
|
|
807
|
+
isOverrideCollection,
|
|
808
|
+
default as makeOverrideCollection,
|
|
809
|
+
} from './src/util/overrideCollection.js';
|
|
810
|
+
export type {
|
|
811
|
+
ProjectionOptions,
|
|
812
|
+
CorrectTransformFunction,
|
|
813
|
+
} from './src/util/projection.js';
|
|
812
814
|
export {
|
|
813
815
|
wgs84ToMercatorTransformer,
|
|
814
816
|
mercatorToWgs84Transformer,
|
|
@@ -817,16 +819,14 @@ export {
|
|
|
817
819
|
wgs84Projection,
|
|
818
820
|
mercatorProjection,
|
|
819
821
|
default as Projection,
|
|
820
|
-
ProjectionOptions,
|
|
821
|
-
CorrectTransformFunction,
|
|
822
822
|
} from './src/util/projection.js';
|
|
823
823
|
export { isSameOrigin } from './src/util/urlHelpers.js';
|
|
824
|
+
export type { ViewpointOptions } from './src/util/viewpoint.js';
|
|
824
825
|
export {
|
|
825
826
|
propertyEqualsEpsilon,
|
|
826
827
|
angleEqualsEpsilon,
|
|
827
828
|
coordinateEqualsEpsilon,
|
|
828
829
|
default as Viewpoint,
|
|
829
|
-
ViewpointOptions,
|
|
830
830
|
} from './src/util/viewpoint.js';
|
|
831
831
|
export {
|
|
832
832
|
defaultDynamicModuleId,
|
|
@@ -834,12 +834,13 @@ export {
|
|
|
834
834
|
default as VcsApp,
|
|
835
835
|
} from './src/vcsApp.js';
|
|
836
836
|
export { default as VcsEvent } from './src/vcsEvent.js';
|
|
837
|
+
export type { VcsModuleConfig } from './src/vcsModule.js';
|
|
837
838
|
export {
|
|
838
839
|
volatileModuleId,
|
|
839
840
|
markVolatile,
|
|
840
841
|
default as VcsModule,
|
|
841
|
-
VcsModuleConfig,
|
|
842
842
|
} from './src/vcsModule.js';
|
|
843
|
+
export type { ModuleLayerOptions } from './src/vcsModuleHelpers.js';
|
|
843
844
|
export {
|
|
844
845
|
deserializeMap,
|
|
845
846
|
deserializeViewpoint,
|
|
@@ -847,31 +848,33 @@ export {
|
|
|
847
848
|
serializeLayer,
|
|
848
849
|
getLayerIndex,
|
|
849
850
|
destroyCollection,
|
|
850
|
-
ModuleLayerOptions,
|
|
851
851
|
} from './src/vcsModuleHelpers.js';
|
|
852
|
-
export {
|
|
852
|
+
export type { VcsObjectOptions } from './src/vcsObject.js';
|
|
853
|
+
export { default as VcsObject } from './src/vcsObject.js';
|
|
853
854
|
export { moduleIdSymbol } from './src/moduleIdSymbol.js';
|
|
854
855
|
export { default as FlightCollection } from './src/util/flight/flightCollection.js';
|
|
855
|
-
export {
|
|
856
|
-
default as FlightInstance,
|
|
856
|
+
export type {
|
|
857
857
|
FlightInstanceOptions,
|
|
858
858
|
FlightInstanceMeta,
|
|
859
859
|
FlightInterpolation,
|
|
860
860
|
} from './src/util/flight/flightInstance.js';
|
|
861
|
-
export {
|
|
861
|
+
export { default as FlightInstance } from './src/util/flight/flightInstance.js';
|
|
862
|
+
export type {
|
|
862
863
|
FlightAnchor,
|
|
863
864
|
FlightAnchorGeojsonFeature,
|
|
865
|
+
} from './src/util/flight/flightAnchor.js';
|
|
866
|
+
export {
|
|
864
867
|
anchorToGeojsonFeature,
|
|
865
868
|
anchorFromGeojsonFeature,
|
|
866
869
|
anchorFromViewpoint,
|
|
867
870
|
anchorToViewpoint,
|
|
868
871
|
} from './src/util/flight/flightAnchor.js';
|
|
869
|
-
export {
|
|
872
|
+
export type {
|
|
870
873
|
FlightPlayerClock,
|
|
871
874
|
FlightPlayer,
|
|
872
875
|
FlightPlayerState,
|
|
873
|
-
createFlightPlayer,
|
|
874
876
|
} from './src/util/flight/flightPlayer.js';
|
|
877
|
+
export { createFlightPlayer } from './src/util/flight/flightPlayer.js';
|
|
875
878
|
export {
|
|
876
879
|
exportFlightAsGeoJson,
|
|
877
880
|
exportFlightPathAsGeoJson,
|
|
@@ -879,10 +882,8 @@ export {
|
|
|
879
882
|
getSplineAndTimesForInstance,
|
|
880
883
|
parseFlightOptionsFromGeoJson,
|
|
881
884
|
} from './src/util/flight/flightHelpers.js';
|
|
882
|
-
export {
|
|
883
|
-
|
|
884
|
-
createFlightVisualization,
|
|
885
|
-
} from './src/util/flight/flightVisualizer.js';
|
|
885
|
+
export type { FlightVisualization } from './src/util/flight/flightVisualizer.js';
|
|
886
|
+
export { createFlightVisualization } from './src/util/flight/flightVisualizer.js';
|
|
886
887
|
export { getTileLoadFunction } from './src/layer/openlayers/loadFunctionHelpers.js';
|
|
887
888
|
export { default as ModelFill } from './src/style/modelFill.js';
|
|
888
889
|
export { renderTemplate } from './src/util/vcsTemplate.js';
|
|
@@ -891,31 +892,23 @@ export {
|
|
|
891
892
|
rotationMapControlSymbol,
|
|
892
893
|
} from './src/util/rotation.js';
|
|
893
894
|
export { default as renderScreenshot } from './src/util/renderScreenshot.js';
|
|
895
|
+
export type { Movement } from './src/map/navigation/navigation.js';
|
|
894
896
|
export {
|
|
895
897
|
default as Navigation,
|
|
896
|
-
Movement,
|
|
897
898
|
getZeroMovement,
|
|
898
899
|
isNonZeroMovement,
|
|
899
900
|
} from './src/map/navigation/navigation.js';
|
|
900
901
|
export { default as NavigationImpl } from './src/map/navigation/navigationImpl.js';
|
|
902
|
+
export type { CesiumNavigationOptions } from './src/map/navigation/cesiumNavigation.js';
|
|
903
|
+
export { default as CesiumNavigation } from './src/map/navigation/cesiumNavigation.js';
|
|
904
|
+
export type { OpenlayersNavigationOptions } from './src/map/navigation/openlayersNavigation.js';
|
|
905
|
+
export { default as OpenlayersNavigation } from './src/map/navigation/openlayersNavigation.js';
|
|
906
|
+
export type { ObliqueNavigationOptions } from './src/map/navigation/obliqueNavigation.js';
|
|
907
|
+
export { default as ObliqueNavigation } from './src/map/navigation/obliqueNavigation.js';
|
|
908
|
+
export type { NavigationEasing } from './src/map/navigation/easingHelper.js';
|
|
909
|
+
export { createEasing } from './src/map/navigation/easingHelper.js';
|
|
910
|
+
export type { ControllerInput } from './src/map/navigation/controller/controllerInput.js';
|
|
901
911
|
export {
|
|
902
|
-
default as CesiumNavigation,
|
|
903
|
-
CesiumNavigationOptions,
|
|
904
|
-
} from './src/map/navigation/cesiumNavigation.js';
|
|
905
|
-
export {
|
|
906
|
-
default as OpenlayersNavigation,
|
|
907
|
-
OpenlayersNavigationOptions,
|
|
908
|
-
} from './src/map/navigation/openlayersNavigation.js';
|
|
909
|
-
export {
|
|
910
|
-
default as ObliqueNavigation,
|
|
911
|
-
ObliqueNavigationOptions,
|
|
912
|
-
} from './src/map/navigation/obliqueNavigation.js';
|
|
913
|
-
export {
|
|
914
|
-
NavigationEasing,
|
|
915
|
-
createEasing,
|
|
916
|
-
} from './src/map/navigation/easingHelper.js';
|
|
917
|
-
export {
|
|
918
|
-
ControllerInput,
|
|
919
912
|
getZeroInput,
|
|
920
913
|
clearInput,
|
|
921
914
|
isNonZeroInput,
|
|
@@ -928,8 +921,52 @@ export {
|
|
|
928
921
|
inputEquals,
|
|
929
922
|
checkThreshold,
|
|
930
923
|
} from './src/map/navigation/controller/controllerInput.js';
|
|
931
|
-
export {
|
|
932
|
-
|
|
933
|
-
ControllerOptions,
|
|
934
|
-
} from './src/map/navigation/controller/controller.js';
|
|
924
|
+
export type { ControllerOptions } from './src/map/navigation/controller/controller.js';
|
|
925
|
+
export { default as Controller } from './src/map/navigation/controller/controller.js';
|
|
935
926
|
export { default as KeyboardController } from './src/map/navigation/controller/keyboardController.js';
|
|
927
|
+
export { createAbsoluteFeature } from './src/util/createAbsoluteFeature.js';
|
|
928
|
+
export type { PanoramaCameraController } from './src/panorama/panoramaCameraController.js';
|
|
929
|
+
export type {
|
|
930
|
+
PanoramaImage,
|
|
931
|
+
CreatePanoramaImageOptions,
|
|
932
|
+
} from './src/panorama/panoramaImage.js';
|
|
933
|
+
export {
|
|
934
|
+
createPanoramaImage,
|
|
935
|
+
createPanoramaImageFromURL,
|
|
936
|
+
} from './src/panorama/panoramaImage.js';
|
|
937
|
+
export type { PanoramaImageView } from './src/panorama/panoramaImageView.js';
|
|
938
|
+
export { createPanoramaImageView } from './src/panorama/panoramaImageView.js';
|
|
939
|
+
export type { PanoramaTile } from './src/panorama/panoramaTile.js';
|
|
940
|
+
export { createPanoramaTile } from './src/panorama/panoramaTile.js';
|
|
941
|
+
export type { PanoramaTileCoordinate } from './src/panorama/panoramaTileCoordinate.js';
|
|
942
|
+
export {
|
|
943
|
+
createTileCoordinate,
|
|
944
|
+
getDistanceToTileCoordinate,
|
|
945
|
+
getTileCoordinatesInImageExtent,
|
|
946
|
+
tileSizeInRadians,
|
|
947
|
+
createTileCoordinateFromKey,
|
|
948
|
+
getTileSphericalExtent,
|
|
949
|
+
getTileSphericalCenter,
|
|
950
|
+
tileCoordinateFromImageCoordinate,
|
|
951
|
+
getNumberOfTiles,
|
|
952
|
+
} from './src/panorama/panoramaTileCoordinate.js';
|
|
953
|
+
export type { PanoramaTileMaterialUniforms } from './src/panorama/panoramaTileMaterial.js';
|
|
954
|
+
export {
|
|
955
|
+
default as PanoramaTileMaterial,
|
|
956
|
+
PanoramaOverlayMode,
|
|
957
|
+
getDefaultPanoramaTileMaterialUniforms,
|
|
958
|
+
} from './src/panorama/panoramaTileMaterial.js';
|
|
959
|
+
export { default as PanoramaTilePrimitiveCollection } from './src/panorama/panoramaTilePrimitiveCollection.js';
|
|
960
|
+
export type {
|
|
961
|
+
PanoramaTileProvider,
|
|
962
|
+
PanoramaResourceData,
|
|
963
|
+
PanoramaResourceType,
|
|
964
|
+
PanoramaImageDecoder,
|
|
965
|
+
PanoramaTileLoadError,
|
|
966
|
+
} from './src/panorama/panoramaTileProvider.js';
|
|
967
|
+
export { createPanoramaTileProvider } from './src/panorama/panoramaTileProvider.js';
|
|
968
|
+
export {
|
|
969
|
+
cartesianToImageSpherical,
|
|
970
|
+
imageSphericalToCartesian,
|
|
971
|
+
globalCartesianToImageSpherical,
|
|
972
|
+
} from './src/panorama/sphericalCoordinates.js';
|