@vcmap/ui 5.0.0-rc.23 → 5.0.0-rc.24
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 +36 -18
- package/app.config.json +2 -4
- package/build/.eslintrc +3 -0
- package/build/build.js +184 -174
- package/build/buildCesium.js +32 -19
- package/build/buildHelpers.js +117 -48
- package/build/buildPreview.js +7 -4
- package/build/commonViteConfig.js +1 -3
- package/build/determineHost.js +17 -4
- package/build/generateOLLib.js +13 -16
- package/build/getPluginProxies.js +16 -3
- package/build/info/conf.json +21 -21
- package/build/info/publish.js +15 -4
- package/config/aerowest.config.json +16 -44
- package/config/base.config.json +71 -246
- package/config/codes.config.json +3 -1
- package/config/dev.config.json +5 -13
- package/config/graphFeatureInfo.config.json +55 -16
- package/config/projects.config.json +5 -2
- package/config/www.config.json +96 -297
- package/dist/assets/cesium/Workers/{ArcType-ce2e50ab.js → ArcType-2d9abbbc.js} +4 -4
- package/dist/assets/cesium/Workers/{AttributeCompression-b646d393.js → AttributeCompression-f9f6c717.js} +24 -24
- package/dist/assets/cesium/Workers/{AxisAlignedBoundingBox-ff186ccc.js → AxisAlignedBoundingBox-85d9e53a.js} +3 -3
- package/dist/assets/cesium/Workers/{BoundingRectangle-be5924f4.js → BoundingRectangle-1ee7eb47.js} +18 -18
- package/dist/assets/cesium/Workers/{BoxGeometry-12eeccaf.js → BoxGeometry-3b2be784.js} +9 -9
- package/dist/assets/cesium/Workers/{Check-666ab1a0.js → Check-6ede7e26.js} +22 -22
- package/dist/assets/cesium/Workers/{Color-a84038cb.js → Color-f107c84d.js} +59 -59
- package/dist/assets/cesium/Workers/{ComponentDatatype-f7b11d02.js → ComponentDatatype-cf1fa08e.js} +16 -16
- package/dist/assets/cesium/Workers/{CoplanarPolygonGeometryLibrary-3272c1b3.js → CoplanarPolygonGeometryLibrary-78d71993.js} +1 -1
- package/dist/assets/cesium/Workers/{CorridorGeometryLibrary-0170e093.js → CorridorGeometryLibrary-50d99b33.js} +1 -1
- package/dist/assets/cesium/Workers/{CylinderGeometry-7c5da648.js → CylinderGeometry-51b0d9bf.js} +12 -12
- package/dist/assets/cesium/Workers/{CylinderGeometryLibrary-372c07d8.js → CylinderGeometryLibrary-7bf291b4.js} +1 -1
- package/dist/assets/cesium/Workers/{EllipseGeometry-797d580e.js → EllipseGeometry-bcfb5d87.js} +20 -20
- package/dist/assets/cesium/Workers/{EllipseGeometryLibrary-2939e1dc.js → EllipseGeometryLibrary-e94f8472.js} +1 -1
- package/dist/assets/cesium/Workers/{EllipseOutlineGeometry-8b50870f.js → EllipseOutlineGeometry-28e3a1bb.js} +15 -15
- package/dist/assets/cesium/Workers/{EllipsoidGeodesic-98c62a56.js → EllipsoidGeodesic-5b3623dc.js} +6 -6
- package/dist/assets/cesium/Workers/{EllipsoidGeometry-21c0e3a5.js → EllipsoidGeometry-b222fa63.js} +14 -14
- package/dist/assets/cesium/Workers/{EllipsoidOutlineGeometry-eff247c8.js → EllipsoidOutlineGeometry-38a3fb5b.js} +15 -15
- package/dist/assets/cesium/Workers/{EllipsoidRhumbLine-19756602.js → EllipsoidRhumbLine-ef872433.js} +9 -9
- package/dist/assets/cesium/Workers/{EllipsoidTangentPlane-214683dc.js → EllipsoidTangentPlane-8c89f28c.js} +1 -1
- package/dist/assets/cesium/Workers/{EncodedCartesian3-81f70735.js → EncodedCartesian3-57415c8a.js} +6 -6
- package/dist/assets/cesium/Workers/{FrustumGeometry-ac42a6d9.js → FrustumGeometry-bdd3a04d.js} +139 -111
- package/dist/assets/cesium/Workers/{GeometryAttribute-7d6f1732.js → GeometryAttribute-153115c5.js} +20 -20
- package/dist/assets/cesium/Workers/{GeometryAttributes-f06a2792.js → GeometryAttributes-ad136444.js} +1 -1
- package/dist/assets/cesium/Workers/{GeometryInstance-451dc1cd.js → GeometryInstance-34d9e21e.js} +6 -6
- package/dist/assets/cesium/Workers/{GeometryPipeline-ce4339ed.js → GeometryPipeline-acb2399c.js} +22 -22
- package/dist/assets/cesium/Workers/{IndexDatatype-a55ceaa1.js → IndexDatatype-2643aa47.js} +13 -13
- package/dist/assets/cesium/Workers/{IntersectionTests-f6e6bd8a.js → IntersectionTests-271e513e.js} +37 -37
- package/dist/assets/cesium/Workers/{Math-2dbd6b93.js → Math-0a2ac845.js} +149 -139
- package/dist/assets/cesium/Workers/{Matrix2-13178034.js → Matrix2-e1298525.js} +256 -256
- package/dist/assets/cesium/Workers/{Matrix3-315394f6.js → Matrix3-41c58dde.js} +150 -150
- package/dist/assets/cesium/Workers/{OrientedBoundingBox-04920dc7.js → OrientedBoundingBox-5e04e31f.js} +19 -17
- package/dist/assets/cesium/Workers/{Plane-900aa728.js → Plane-4c3d403b.js} +5 -5
- package/dist/assets/cesium/Workers/{PolygonGeometryLibrary-a8680d96.js → PolygonGeometryLibrary-6762b65b.js} +6 -6
- package/dist/assets/cesium/Workers/PolygonPipeline-7dc7a431.js +1344 -0
- package/dist/assets/cesium/Workers/{PolylinePipeline-32f36d2a.js → PolylinePipeline-15fde655.js} +16 -16
- package/dist/assets/cesium/Workers/{PolylineVolumeGeometryLibrary-a510d657.js → PolylineVolumeGeometryLibrary-ba7dfed5.js} +7 -7
- package/dist/assets/cesium/Workers/{PrimitivePipeline-ba38434a.js → PrimitivePipeline-68f0b9a2.js} +6 -6
- package/dist/assets/cesium/Workers/{RectangleGeometryLibrary-bdba697e.js → RectangleGeometryLibrary-8eaf23da.js} +1 -1
- package/dist/assets/cesium/Workers/{RuntimeError-06c93819.js → RuntimeError-ef395448.js} +5 -5
- package/dist/assets/cesium/Workers/{TerrainEncoding-833187da.js → TerrainEncoding-eb8a645a.js} +30 -30
- package/dist/assets/cesium/Workers/Transforms-f6451f99.js +14698 -0
- package/dist/assets/cesium/Workers/{VertexFormat-6b480673.js → VertexFormat-030f11ff.js} +14 -14
- package/dist/assets/cesium/Workers/{WallGeometryLibrary-919eed92.js → WallGeometryLibrary-feef3109.js} +1 -1
- package/dist/assets/cesium/Workers/{WebGLConstants-a8cc3e8c.js → WebGLConstants-0b1ce7ba.js} +1 -1
- package/dist/assets/cesium/Workers/{WebMercatorProjection-13a90d41.js → WebMercatorProjection-13ed1a6e.js} +6 -6
- package/dist/assets/cesium/Workers/{arrayRemoveDuplicates-c2038105.js → arrayRemoveDuplicates-d2061e85.js} +5 -5
- package/dist/assets/cesium/Workers/cesiumWorkerBootstrapper.js +5 -5
- package/dist/assets/cesium/Workers/{combine-ca22a614.js → combine-d9581036.js} +5 -5
- package/dist/assets/cesium/Workers/combineGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createBoxGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createBoxOutlineGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createCircleGeometry.js +13 -13
- package/dist/assets/cesium/Workers/createCircleOutlineGeometry.js +13 -13
- package/dist/assets/cesium/Workers/createCoplanarPolygonGeometry.js +11 -11
- package/dist/assets/cesium/Workers/createCoplanarPolygonOutlineGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createCorridorGeometry.js +14 -14
- package/dist/assets/cesium/Workers/createCorridorOutlineGeometry.js +12 -12
- package/dist/assets/cesium/Workers/createCylinderGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createCylinderOutlineGeometry.js +13 -13
- package/dist/assets/cesium/Workers/createEllipseGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createEllipseOutlineGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createEllipsoidGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createEllipsoidOutlineGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createFrustumGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createFrustumOutlineGeometry.js +8 -8
- package/dist/assets/cesium/Workers/createGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createGroundPolylineGeometry.js +33 -33
- package/dist/assets/cesium/Workers/createPlaneGeometry.js +8 -8
- package/dist/assets/cesium/Workers/createPlaneOutlineGeometry.js +6 -6
- package/dist/assets/cesium/Workers/createPolygonGeometry.js +25 -25
- package/dist/assets/cesium/Workers/createPolygonOutlineGeometry.js +17 -17
- package/dist/assets/cesium/Workers/createPolylineGeometry.js +11 -11
- package/dist/assets/cesium/Workers/createPolylineVolumeGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createPolylineVolumeOutlineGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createRectangleGeometry.js +16 -16
- package/dist/assets/cesium/Workers/createRectangleOutlineGeometry.js +12 -12
- package/dist/assets/cesium/Workers/createSimplePolylineGeometry.js +10 -10
- package/dist/assets/cesium/Workers/createSphereGeometry.js +11 -11
- package/dist/assets/cesium/Workers/createSphereOutlineGeometry.js +12 -12
- package/dist/assets/cesium/Workers/createTaskProcessorWorker.js +2 -2
- package/dist/assets/cesium/Workers/createVectorTileClampedPolylines.js +1 -1
- package/dist/assets/cesium/Workers/createVectorTileGeometries.js +8 -8
- package/dist/assets/cesium/Workers/createVectorTilePoints.js +1 -1
- package/dist/assets/cesium/Workers/createVectorTilePolygons.js +1 -1
- package/dist/assets/cesium/Workers/createVectorTilePolylines.js +1 -1
- package/dist/assets/cesium/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +1 -1
- package/dist/assets/cesium/Workers/createVerticesFromHeightmap.js +27 -28
- package/dist/assets/cesium/Workers/createVerticesFromQuantizedTerrainMesh.js +33 -38
- package/dist/assets/cesium/Workers/createWallGeometry.js +14 -14
- package/dist/assets/cesium/Workers/createWallOutlineGeometry.js +14 -14
- package/dist/assets/cesium/Workers/decodeDraco.js +10 -2
- package/dist/assets/cesium/Workers/decodeGoogleEarthEnterprisePacket.js +15 -15
- package/dist/assets/cesium/Workers/decodeI3S.js +1 -1
- package/dist/assets/cesium/Workers/{defaultValue-0a909f67.js → defaultValue-fe22d8c0.js} +2 -2
- package/dist/assets/cesium/Workers/package.js +1 -1
- package/dist/assets/cesium/Workers/transcodeKTX2.js +46 -26
- package/dist/assets/cesium/Workers/transferTypedArrayTest.js +1 -1
- package/dist/assets/cesium/Workers/upsampleQuantizedTerrainMesh.js +24 -24
- package/dist/assets/{cesium.166f91.js → cesium.253914.js} +36578 -33768
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core.9342a1.js → core.3a8205.js} +53 -58
- package/dist/assets/core.js +1 -1
- package/dist/assets/{index.fd041928.js → index.91ae2d55.js} +1 -1
- package/dist/assets/{ol.d2cba3.js → ol.1c946a.js} +5550 -5491
- package/dist/assets/ol.js +1 -1
- package/dist/assets/ui.0025be.css +5 -0
- package/dist/assets/{ui.c27597.js → ui.0025be.js} +5494 -4759
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +2 -2
- package/dist/assets/{vuetify.2f1432.css → vuetify.6efa21.css} +2 -2
- package/dist/assets/{vuetify.2f1432.js → vuetify.6efa21.js} +1 -1
- package/dist/assets/vuetify.js +2 -2
- package/dist/index.html +27 -7
- package/index.html +26 -6
- package/index.js +65 -15
- package/lib/cesium.js +1 -1
- package/lib/core.js +1 -1
- package/lib/ui.js +1 -1
- package/lib/vue.js +2 -2
- package/lib/vuetify.js +2 -2
- package/package.json +18 -9
- package/plugins/.eslintrc +9 -0
- package/plugins/@vcmap/create-link/fallbackCreateLink.vue +13 -9
- package/plugins/@vcmap/create-link/index.js +15 -6
- package/plugins/@vcmap/project-selector/ModulesListComponent.vue +4 -8
- package/plugins/@vcmap/project-selector/ProjectSelectorComponent.vue +5 -10
- package/plugins/@vcmap/project-selector/README.md +4 -2
- package/plugins/@vcmap/project-selector/config.json +13 -13
- package/plugins/@vcmap/project-selector/de.json +2 -2
- package/plugins/@vcmap/project-selector/en.json +2 -2
- package/plugins/@vcmap/project-selector/index.js +63 -28
- package/plugins/@vcmap/search-nominatim/LICENSE.md +5 -6
- package/plugins/@vcmap/search-nominatim/README.md +2 -1
- package/plugins/@vcmap/search-nominatim/config.json +1 -2
- package/plugins/@vcmap/search-nominatim/index.js +7 -4
- package/plugins/@vcmap/search-nominatim/nominatim.js +7 -2
- package/plugins/@vcmap/search-nominatim/package.json +2 -36
- package/plugins/@vcmap/simple-graph/README.md +29 -9
- package/plugins/@vcmap/simple-graph/SimpleGraphComponent.vue +2 -7
- package/plugins/@vcmap/simple-graph/index.js +1 -1
- package/plugins/@vcmap/simple-graph/simpleGraphView.js +3 -1
- package/plugins/@vcmap/theme-changer/README.md +5 -3
- package/plugins/@vcmap/theme-changer/ThemeChangerComponent.vue +6 -10
- package/plugins/@vcmap/theme-changer/config.json +67 -67
- package/plugins/@vcmap/theme-changer/index.js +11 -5
- package/plugins/@vcmap-show-case/buttons-example/ButtonsExample.vue +76 -11
- package/plugins/@vcmap-show-case/buttons-example/index.js +10 -8
- package/plugins/@vcmap-show-case/category-tester/Categories.vue +143 -116
- package/plugins/@vcmap-show-case/category-tester/Category.vue +46 -26
- package/plugins/@vcmap-show-case/category-tester/index.js +9 -3
- package/plugins/@vcmap-show-case/config-editor/{editor.vue → ConfigEditor.vue} +20 -24
- package/plugins/@vcmap-show-case/config-editor/index.js +13 -11
- package/plugins/@vcmap-show-case/context-menu-tester/index.js +18 -10
- package/plugins/@vcmap-show-case/form-inputs-example/FormInputsExample.vue +89 -118
- package/plugins/@vcmap-show-case/form-inputs-example/config.json +3 -3
- package/plugins/@vcmap-show-case/form-inputs-example/exampleActions.js +14 -4
- package/plugins/@vcmap-show-case/form-inputs-example/index.js +41 -19
- package/plugins/@vcmap-show-case/form-inputs-example/validation.js +2 -1
- package/plugins/@vcmap-show-case/icons-example/README.md +1 -1
- package/plugins/@vcmap-show-case/icons-example/allIconsComponent.vue +10 -10
- package/plugins/@vcmap-show-case/icons-example/index.js +10 -8
- package/plugins/@vcmap-show-case/list-example/ListExample.vue +221 -103
- package/plugins/@vcmap-show-case/list-example/index.js +10 -8
- package/plugins/@vcmap-show-case/notifier-tester/index.js +9 -3
- package/plugins/@vcmap-show-case/notifier-tester/notifierTester.vue +15 -21
- package/plugins/@vcmap-show-case/table-example/DataTableExample.vue +22 -41
- package/plugins/@vcmap-show-case/table-example/index.js +10 -8
- package/plugins/@vcmap-show-case/textfields-example/TextfieldsExample.vue +7 -30
- package/plugins/@vcmap-show-case/textfields-example/index.js +10 -4
- package/plugins/@vcmap-show-case/window-tester/WindowExample.vue +16 -13
- package/plugins/@vcmap-show-case/window-tester/emptyComponent.vue +4 -7
- package/plugins/@vcmap-show-case/window-tester/index.js +26 -20
- package/plugins/@vcmap-show-case/window-tester/myCustomHeader.vue +7 -3
- package/plugins/@vcmap-show-case/window-tester/toolbox-data.js +82 -5
- package/plugins/@vcmap-show-case/window-tester/windowExampleContent.vue +3 -7
- package/plugins/@vcmap-show-case/wizard-example/index.js +9 -3
- package/plugins/@vcmap-show-case/wizard-example/wizardExample.vue +36 -38
- package/src/actions/actionHelper.js +49 -11
- package/src/actions/styleSelector.vue +20 -11
- package/src/application/VcsApp.vue +117 -80
- package/src/application/VcsAttributions.vue +8 -9
- package/src/application/VcsAttributionsFooter.vue +12 -9
- package/src/application/VcsMap.vue +9 -5
- package/src/application/VcsNavbar.vue +44 -27
- package/src/application/VcsSettings.vue +5 -12
- package/src/application/attributionsHelper.js +23 -11
- package/src/application/vcsAppWrapper.vue +1 -3
- package/src/components/buttons/VcsActionButtonList.vue +20 -17
- package/src/components/buttons/VcsButton.vue +19 -23
- package/src/components/buttons/VcsFormButton.vue +176 -0
- package/src/components/form-inputs-controls/VcsCheckbox.vue +6 -7
- package/src/components/form-inputs-controls/VcsDatePicker.vue +50 -19
- package/src/components/form-inputs-controls/VcsFormSection.vue +11 -12
- package/src/components/form-inputs-controls/VcsLabel.vue +9 -10
- package/src/components/form-inputs-controls/VcsRadio.vue +44 -44
- package/src/components/form-inputs-controls/VcsSelect.vue +16 -13
- package/src/components/form-inputs-controls/VcsTextArea.vue +21 -14
- package/src/components/form-inputs-controls/VcsTextField.vue +26 -12
- package/src/components/form-inputs-controls/VcsWizard.vue +78 -78
- package/src/components/form-inputs-controls/VcsWizardStep.vue +20 -20
- package/src/components/form-inputs-controls/composables.js +13 -8
- package/src/components/form-output/VcsFormattedNumber.vue +26 -26
- package/src/components/icons/+all.js +13 -5
- package/src/components/icons/2DAreaIcon.vue +62 -10
- package/src/components/icons/2DDistanceIcon.vue +14 -2
- package/src/components/icons/3DAreaIcon.vue +62 -10
- package/src/components/icons/3DDistanceIcon.vue +14 -2
- package/src/components/icons/3DHeightIcon.vue +14 -2
- package/src/components/icons/AngleIcon.vue +12 -3
- package/src/components/icons/AssociationsIcon.vue +6 -1
- package/src/components/icons/AxisIcon.vue +34 -5
- package/src/components/icons/BoundingBoxIcon.vue +31 -5
- package/src/components/icons/CheckboxCheckedIcon.vue +4 -1
- package/src/components/icons/CheckboxIcon.vue +1 -8
- package/src/components/icons/CheckboxIndeterminateIcon.vue +9 -2
- package/src/components/icons/CircleIcon.vue +24 -4
- package/src/components/icons/ClippingHorizontalIcon.vue +14 -2
- package/src/components/icons/ClippingIcon.vue +13 -2
- package/src/components/icons/ClippingVerticalIcon.vue +14 -2
- package/src/components/icons/ColorPickerIcon.vue +13 -2
- package/src/components/icons/ColorSwatchIcon.vue +7 -1
- package/src/components/icons/CommentIcon.vue +6 -1
- package/src/components/icons/CompassIcon.vue +21 -3
- package/src/components/icons/ComponentsIcon.vue +14 -2
- package/src/components/icons/ConeIcon.vue +26 -4
- package/src/components/icons/DimensionsHouseIcon.vue +7 -1
- package/src/components/icons/EditIcon.vue +13 -2
- package/src/components/icons/ElevationProfileIcon.vue +6 -1
- package/src/components/icons/ExportAreaIcon.vue +13 -2
- package/src/components/icons/ExportFlightIcon.vue +13 -2
- package/src/components/icons/ExportIcon.vue +14 -2
- package/src/components/icons/ExternalLinkIcon.vue +18 -3
- package/src/components/icons/EyeIcon.vue +12 -2
- package/src/components/icons/FastForwardIcon.vue +13 -2
- package/src/components/icons/FilterIcon.vue +13 -2
- package/src/components/icons/GlobalTerrainIcon.vue +12 -2
- package/src/components/icons/GlobeNatureIcon.vue +7 -1
- package/src/components/icons/GroundIcon.vue +12 -2
- package/src/components/icons/HealthCareIndustriesIcon.vue +6 -1
- package/src/components/icons/HelpIcon.vue +12 -2
- package/src/components/icons/HideIcon.vue +17 -3
- package/src/components/icons/HomePointIcon.vue +13 -3
- package/src/components/icons/HospitalsIcon.vue +6 -1
- package/src/components/icons/HouseIcon.vue +20 -3
- package/src/components/icons/ImportIcon.vue +21 -3
- package/src/components/icons/InfoIcon.vue +19 -3
- package/src/components/icons/KebabIcon.vue +12 -2
- package/src/components/icons/LabelIcon.vue +21 -3
- package/src/components/icons/LayersIcon.vue +12 -2
- package/src/components/icons/LegendIcon.vue +13 -3
- package/src/components/icons/LineIcon.vue +20 -3
- package/src/components/icons/LinkIcon.vue +13 -2
- package/src/components/icons/LogoutIcon.vue +13 -2
- package/src/components/icons/MapIcon.vue +14 -2
- package/src/components/icons/MenuIcon.vue +7 -1
- package/src/components/icons/MinusIcon.vue +14 -2
- package/src/components/icons/ObjectAttributeIcon.vue +13 -2
- package/src/components/icons/ObjectSelectIcon.vue +14 -2
- package/src/components/icons/ObliqueViewIcon.vue +11 -2
- package/src/components/icons/PdfIcon.vue +12 -2
- package/src/components/icons/PedestrianIcon.vue +13 -2
- package/src/components/icons/PenIcon.vue +13 -3
- package/src/components/icons/PlayCircleIcon.vue +20 -3
- package/src/components/icons/PlusIcon.vue +14 -3
- package/src/components/icons/PoiIcon.vue +17 -3
- package/src/components/icons/PointSelectIcon.vue +12 -2
- package/src/components/icons/PolygonIcon.vue +7 -1
- package/src/components/icons/PresentationModeIcon.vue +13 -2
- package/src/components/icons/ProgressIcon.vue +8 -6
- package/src/components/icons/QueryIcon.vue +31 -5
- package/src/components/icons/RectangleIcon.vue +24 -4
- package/src/components/icons/ReturnIcon.vue +13 -2
- package/src/components/icons/RewindIcon.vue +13 -2
- package/src/components/icons/RotateLeftIcon.vue +13 -2
- package/src/components/icons/RotateRightIcon.vue +13 -2
- package/src/components/icons/ScreenshotIcon.vue +52 -10
- package/src/components/icons/SearchIcon.vue +13 -3
- package/src/components/icons/ShadowIcon.vue +14 -3
- package/src/components/icons/ShapesIcon.vue +13 -3
- package/src/components/icons/ShareIcon.vue +17 -4
- package/src/components/icons/SimpleCircleFilledIcon.vue +14 -10
- package/src/components/icons/SimpleCircleHalfFilledIcon.vue +6 -1
- package/src/components/icons/SimpleCircleOutlinedIcon.vue +14 -10
- package/src/components/icons/SkipNextIcon.vue +11 -2
- package/src/components/icons/SkipPreviousIcon.vue +17 -3
- package/src/components/icons/SplitViewIcon.vue +6 -1
- package/src/components/icons/TerrainBoxIcon.vue +12 -2
- package/src/components/icons/TextStyleIcon.vue +7 -1
- package/src/components/icons/ThreeDimensionsIcon.vue +13 -2
- package/src/components/icons/ToolsIcon.vue +12 -2
- package/src/components/icons/TouchIcon.vue +13 -2
- package/src/components/icons/TrashCanIcon.vue +13 -2
- package/src/components/icons/TriangleIcon.vue +6 -2
- package/src/components/icons/TwoDimensionsIcon.vue +14 -2
- package/src/components/icons/UploadIcon.vue +13 -2
- package/src/components/icons/UserProfileIcon.vue +13 -2
- package/src/components/icons/UserShareIcon.vue +12 -2
- package/src/components/icons/VideoRecorderIcon.vue +16 -3
- package/src/components/icons/ViewpointFlightIcon.vue +22 -4
- package/src/components/icons/ViewpointIcon.vue +22 -4
- package/src/components/icons/Viewshed360Icon.vue +14 -2
- package/src/components/icons/ViewshedConeIcon.vue +13 -2
- package/src/components/icons/ViewshedIcon.vue +14 -2
- package/src/components/icons/WalkingIcon.vue +13 -2
- package/src/components/icons/WallIcon.vue +19 -3
- package/src/components/icons/WandIcon.vue +129 -21
- package/src/components/imageElementInjector.vue +1 -3
- package/src/components/lists/VcsActionList.vue +21 -18
- package/src/components/lists/VcsList.vue +208 -98
- package/src/components/lists/VcsTreeview.vue +30 -26
- package/src/components/lists/VcsTreeviewLeaf.vue +23 -22
- package/src/components/lists/VcsTreeviewSearchbar.vue +19 -15
- package/src/components/notification/VcsBadge.vue +4 -6
- package/src/components/notification/VcsTooltip.vue +95 -94
- package/src/components/notification/validation.js +1 -1
- package/src/components/tables/VcsDataTable.vue +107 -95
- package/src/components/tables/VcsTable.vue +38 -30
- package/src/contentTree/LayerTree.vue +2 -3
- package/src/contentTree/contentTreeCollection.js +48 -22
- package/src/contentTree/contentTreeItem.js +36 -14
- package/src/contentTree/groupContentTreeItem.js +44 -22
- package/src/contentTree/layerContentTreeItem.js +42 -20
- package/src/contentTree/layerGroupContentTreeItem.js +53 -31
- package/src/contentTree/nodeContentTreeItem.js +18 -7
- package/src/contentTree/obliqueCollectionContentTreeItem.js +45 -20
- package/src/contentTree/subContentTreeItem.js +13 -4
- package/src/contentTree/vcsObjectContentTreeItem.js +24 -15
- package/src/contentTree/viewpointContentTreeItem.js +19 -6
- package/src/downloadHelper.js +4 -1
- package/src/featureInfo/AddressBalloonComponent.vue +11 -16
- package/src/featureInfo/BalloonComponent.vue +35 -26
- package/src/featureInfo/abstractFeatureInfoView.js +29 -13
- package/src/featureInfo/addressBalloonFeatureInfoView.js +19 -7
- package/src/featureInfo/balloonFeatureInfoView.js +22 -9
- package/src/featureInfo/balloonHelper.js +61 -42
- package/src/featureInfo/featureInfo.js +71 -31
- package/src/featureInfo/featureInfoInteraction.js +13 -7
- package/src/featureInfo/iframeFeatureInfoView.js +3 -1
- package/src/featureInfo/tableFeatureInfoView.js +15 -5
- package/src/i18n/i18nCollection.js +183 -155
- package/src/init.js +124 -121
- package/src/legend/legendHelper.js +11 -6
- package/src/legend/styleLegendItem.vue +18 -12
- package/src/legend/vcsLegend.vue +15 -17
- package/src/manager/buttonManager.js +6 -3
- package/src/manager/categoryManager/CategoryComponent.vue +52 -25
- package/src/manager/categoryManager/CategoryComponentList.vue +33 -8
- package/src/manager/categoryManager/CategoryManager.vue +4 -5
- package/src/manager/categoryManager/categoryManager.js +82 -37
- package/src/manager/contextMenu/contextMenuComponent.vue +2 -6
- package/src/manager/contextMenu/contextMenuInteraction.js +6 -1
- package/src/manager/contextMenu/contextMenuManager.js +37 -22
- package/src/manager/navbarManager.js +15 -8
- package/src/manager/toolbox/GroupToolboxComponent.vue +22 -21
- package/src/manager/toolbox/SelectToolboxComponent.vue +36 -35
- package/src/manager/toolbox/ToolboxManager.vue +18 -10
- package/src/manager/toolbox/toolboxManager.js +30 -12
- package/src/manager/window/WindowComponent.vue +18 -21
- package/src/manager/window/WindowComponentHeader.vue +34 -26
- package/src/manager/window/WindowManager.vue +33 -22
- package/src/manager/window/windowHelper.js +79 -23
- package/src/manager/window/windowManager.js +61 -32
- package/src/navigation/mapNavCompass.vue +17 -3
- package/src/navigation/mapNavigation.vue +59 -40
- package/src/navigation/obliqueRotation.vue +6 -8
- package/src/navigation/orientationToolsButton.vue +6 -9
- package/src/navigation/overviewMap.js +72 -41
- package/src/navigation/overviewMapClickedInteraction.js +6 -1
- package/src/navigation/tiltSlider.vue +6 -10
- package/src/navigation/vcsCompass.vue +1 -9
- package/src/navigation/vcsZoomButton.vue +16 -17
- package/src/notifier/notifier.js +22 -13
- package/src/notifier/notifierComponent.vue +21 -21
- package/src/pluginHelper.js +23 -9
- package/src/search/resultItem.vue +10 -15
- package/src/search/resultsComponent.vue +30 -24
- package/src/search/search.js +36 -19
- package/src/search/searchComponent.vue +20 -10
- package/src/setup.js +9 -9
- package/src/state.js +22 -6
- package/src/styles/_typography.scss +0 -1
- package/src/styles/shades.scss +4 -2
- package/src/styles/utils/_border.scss +1 -1
- package/src/styles/utils/_display.scss +1 -1
- package/src/styles/variables.scss +39 -34
- package/src/styles/vcsFont.scss +6 -5
- package/src/styles/vcsGrid.scss +9 -0
- package/src/uiConfig.js +3 -1
- package/src/vcsUiApp.js +156 -59
- package/src/vuePlugins/i18n.js +4 -4
- package/src/vuePlugins/vuetify.js +4 -0
- package/dist/assets/cesium/Workers/PolygonPipeline-844aab0a.js +0 -1345
- package/dist/assets/cesium/Workers/Transforms-40229881.js +0 -14696
- package/dist/assets/ui.c27597.css +0 -5
- /package/dist/assets/cesium/Workers/{GeometryOffsetAttribute-04332ce7.js → GeometryOffsetAttribute-9ad0019c.js} +0 -0
- /package/dist/assets/{vue.5d00e9.js → vue.c1ece7.js} +0 -0
package/dist/assets/cesium.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from "./cesium.
|
1
|
+
export * from "./cesium.253914.js";
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ol$proj$getTransform as Le, ol$proj$get as Uc, ol$proj$equivalent as qc, ol$proj$proj4$register as _o, ol$geom$Circle as _t, ol$geom$GeometryCollection as or, ol$style$Style as K, ol$style$Fill as at, ol$style$Stroke as Re, ol$style$Text as ka, ol$has$DEVICE_PIXEL_RATIO as Wc, ol$style$RegularShape as Br, ol$style$Circle as bi, ol$style$Icon as Oi, ol$style$Image as $l, ol$Feature as te, ol$Map as Xc, ol$interaction$defaults as Yc, ol$Observable$unByKey as fe, ol$View as za, ol$easing$inAndOut as Zc, ol$extent$containsXY as Bl, ol$extent$boundingExtent as Rs, ol$layer$Vector as Ul, ol$extent$getBottomLeft as Ha, ol$geom$SimpleGeometry as Kc, ol$geom$Point as Dt, ol$geom$LineString as Kt, ol$geom$Polygon as Gt, ol$geom$MultiPoint as ql, ol$geom$MultiLineString as Wl, ol$geom$MultiPolygon as vn, ol$sphere$offset as Tr, ol$geom$Polygon$fromCircle as Xl, ol$geom$Polygon$circular as Jc, Feature as At, ol$ImageState as wr, ol$extent$getBottomRight as Yl, ol$extent$getTopRight as Zl, ol$extent$getTopLeft as Sn, ol$proj$transform as Ei, ol$source$Vector as Gs, ol$tilegrid$createXYZ as Kl, ol$proj$Projection as Qc, ol$tilegrid$TileGrid as Jl, ol$source$TileImage as eu, ol$layer$Tile as ls, ol$extent$containsCoordinate as tu, ol$extent$buffer as Ql, ol$extent$getCenter as ks, ol$geom$Polygon$fromExtent as iu, ol$proj$transformExtent as vo, ol$sphere$getDistance as su, ol$format$GeoJSON as eh, ol$extent$getWidth as da, ol$source$TileWMS as ru, ol$format$GML2 as fa, ol$format$WFS as th, ol$format$GML3 as ga, ol$extent$createEmpty as zs, ol$structs$LRUCache as nu, ol$extent$createOrUpdateFromCoordinate as au, ol$render$canvas$Immediate as ou, ol$geom$flat$transform$transform2D as lu, ol$extent$intersects as hu, ol$geom$SimpleGeometry$transformGeom2D as cu, ol$transform$scale as uu, ol$transform$create as du, ol$transform$compose as fu, ol$extent$extend as Hs, ol$source$OSM as gu, ol$layer$Image as mu, ol$source$ImageStatic as yu, ol$source$TileDebug as pu, ol$source$XYZ as _u, ol$source$VectorTile as vu, ol$TileState as Su, ol$layer$VectorTile as Mu, ol$tilegrid$WMTS as wu, ol$source$WMTS as Cu, ol$format$MVT as xu, ol$interaction$DragPan as bu, ol$extent$isEmpty as So, ol$geom$LinearRing as Ou } from "./ol.
|
2
|
-
import { Math as O, Cartesian3 as _, Cartographic as ee, Cesium3DTileStyle as ma, Cesium3DTileColorBlendMode as Nr, Color as $, VerticalOrigin as rt, Cesium3DTileFeature as yi, Cesium3DTilePointFeature as pi, Entity as Fi, Material as Et, Cartesian2 as G, Matrix3 as U, Quaternion as Eu, EasingFunction as Iu, ConditionsExpression as Pu, Expression as Lu, HeightReference as Ye, ClassificationType as is, NearFarScalar as Ns, SplitDirection as pe, SceneTransforms as Tu, MaterialAppearance as Ur, GeometryInstance as mt, ColorGeometryInstanceAttribute as ja, PerInstanceColorAppearance as Mn, ShadowMode as lr, ClassificationPrimitive as ih, GroundPrimitive as Mo, Primitive as xt, PolylineMaterialAppearance as ya, GroundPolylinePrimitive as wo, PolygonGeometry as Nu, PolygonOutlineGeometry as Du, GroundPolylineGeometry as Va, PolylineGeometry as Ii, PolygonHierarchy as pa, CircleGeometry as Au, CircleOutlineGeometry as Fu, HeadingPitchRoll as $a, Matrix4 as T, Transforms as ui, Model as Ba, ModelAnimationLoop as Ru, sampleTerrainMostDetailed as wn, CylinderOutlineGeometry as Gu, CylinderGeometry as sh, EllipsoidOutlineGeometry as ku, EllipsoidGeometry as rh, SphereOutlineGeometry as zu, SphereGeometry as Hu, BoxOutlineGeometry as ju, BoxGeometry as nh, WallGeometry as Vu, WallOutlineGeometry as $u, LabelStyle as Fn, HorizontalOrigin as Rn, CatmullRomSpline as Bu, ArcType as qr, PrimitiveCollection as Pi, BillboardCollection as Uu, LabelCollection as qu, CesiumTerrainProvider as Co, Cartesian4 as xo, sampleTerrain as Wu, Ellipsoid as _a, Clock as Xu, DataSourceClock as Yu, JulianDate as ah, KeyboardEventModifier as Gn, ScreenSpaceEventType as ii, CesiumWidget as Zu, DataSourceDisplay as bo, DataSourceCollection as Oo, RequestScheduler as Ku, ScreenSpaceEventHandler as Ju, Ray as oh, Camera as Qu, ImageryLayer as Ri, CustomDataSource as lh, BoundingSphere as hh, Intersect as ed, BillboardVisualizer as td, LabelVisualizer as id, PointVisualizer as sd, Rectangle as lt, Cesium3DTileset as Ua, Composite3DTileContent as rd, HeadingPitchRange as nd, BoundingSphereState as Eo, OpenStreetMapImageryProvider as ad, SingleTileImageryProvider as od, WebMercatorTilingScheme as qa, GeographicTilingScheme as ch, TileMapServiceImageryProvider as ld, Event as hd, WebMapServiceImageryProvider as cd, WebMapTileServiceImageryProvider as ud, EntityCollection as dd, CzmlDataSource as fd, Plane as Z, ClippingPlaneCollection as js, ClippingPlane as Vs, ConstantProperty as gd, Globe as md, CoplanarPolygonGeometry as yd, IntersectionTests as pd } from "./cesium.
|
1
|
+
import { ol$proj$getTransform as Le, ol$proj$get as Uc, ol$proj$equivalent as qc, ol$proj$proj4$register as _o, ol$geom$Circle as _t, ol$geom$GeometryCollection as or, ol$style$Style as K, ol$style$Fill as at, ol$style$Stroke as Re, ol$style$Text as ka, ol$has$DEVICE_PIXEL_RATIO as Wc, ol$style$RegularShape as Br, ol$style$Circle as bi, ol$style$Icon as Oi, ol$style$Image as $l, ol$Feature as te, ol$Map as Xc, ol$interaction$defaults as Yc, ol$Observable$unByKey as fe, ol$View as za, ol$easing$inAndOut as Zc, ol$extent$containsXY as Bl, ol$extent$boundingExtent as Rs, ol$layer$Vector as Ul, ol$extent$getBottomLeft as Ha, ol$geom$SimpleGeometry as Kc, ol$geom$Point as Dt, ol$geom$LineString as Kt, ol$geom$Polygon as Gt, ol$geom$MultiPoint as ql, ol$geom$MultiLineString as Wl, ol$geom$MultiPolygon as vn, ol$sphere$offset as Tr, ol$geom$Polygon$fromCircle as Xl, ol$geom$Polygon$circular as Jc, Feature as At, ol$ImageState as wr, ol$extent$getBottomRight as Yl, ol$extent$getTopRight as Zl, ol$extent$getTopLeft as Sn, ol$proj$transform as Ei, ol$source$Vector as Gs, ol$tilegrid$createXYZ as Kl, ol$proj$Projection as Qc, ol$tilegrid$TileGrid as Jl, ol$source$TileImage as eu, ol$layer$Tile as ls, ol$extent$containsCoordinate as tu, ol$extent$buffer as Ql, ol$extent$getCenter as ks, ol$geom$Polygon$fromExtent as iu, ol$proj$transformExtent as vo, ol$sphere$getDistance as su, ol$format$GeoJSON as eh, ol$extent$getWidth as da, ol$source$TileWMS as ru, ol$format$GML2 as fa, ol$format$WFS as th, ol$format$GML3 as ga, ol$extent$createEmpty as zs, ol$structs$LRUCache as nu, ol$extent$createOrUpdateFromCoordinate as au, ol$render$canvas$Immediate as ou, ol$geom$flat$transform$transform2D as lu, ol$extent$intersects as hu, ol$geom$SimpleGeometry$transformGeom2D as cu, ol$transform$scale as uu, ol$transform$create as du, ol$transform$compose as fu, ol$extent$extend as Hs, ol$source$OSM as gu, ol$layer$Image as mu, ol$source$ImageStatic as yu, ol$source$TileDebug as pu, ol$source$XYZ as _u, ol$source$VectorTile as vu, ol$TileState as Su, ol$layer$VectorTile as Mu, ol$tilegrid$WMTS as wu, ol$source$WMTS as Cu, ol$format$MVT as xu, ol$interaction$DragPan as bu, ol$extent$isEmpty as So, ol$geom$LinearRing as Ou } from "./ol.1c946a.js";
|
2
|
+
import { Math as O, Cartesian3 as _, Cartographic as ee, Cesium3DTileStyle as ma, Cesium3DTileColorBlendMode as Nr, Color as $, VerticalOrigin as rt, Cesium3DTileFeature as yi, Cesium3DTilePointFeature as pi, Entity as Fi, Material as Et, Cartesian2 as G, Matrix3 as U, Quaternion as Eu, EasingFunction as Iu, ConditionsExpression as Pu, Expression as Lu, HeightReference as Ye, ClassificationType as is, NearFarScalar as Ns, SplitDirection as pe, SceneTransforms as Tu, MaterialAppearance as Ur, GeometryInstance as mt, ColorGeometryInstanceAttribute as ja, PerInstanceColorAppearance as Mn, ShadowMode as lr, ClassificationPrimitive as ih, GroundPrimitive as Mo, Primitive as xt, PolylineMaterialAppearance as ya, GroundPolylinePrimitive as wo, PolygonGeometry as Nu, PolygonOutlineGeometry as Du, GroundPolylineGeometry as Va, PolylineGeometry as Ii, PolygonHierarchy as pa, CircleGeometry as Au, CircleOutlineGeometry as Fu, HeadingPitchRoll as $a, Matrix4 as T, Transforms as ui, Model as Ba, ModelAnimationLoop as Ru, sampleTerrainMostDetailed as wn, CylinderOutlineGeometry as Gu, CylinderGeometry as sh, EllipsoidOutlineGeometry as ku, EllipsoidGeometry as rh, SphereOutlineGeometry as zu, SphereGeometry as Hu, BoxOutlineGeometry as ju, BoxGeometry as nh, WallGeometry as Vu, WallOutlineGeometry as $u, LabelStyle as Fn, HorizontalOrigin as Rn, CatmullRomSpline as Bu, ArcType as qr, PrimitiveCollection as Pi, BillboardCollection as Uu, LabelCollection as qu, CesiumTerrainProvider as Co, Cartesian4 as xo, sampleTerrain as Wu, Ellipsoid as _a, Clock as Xu, DataSourceClock as Yu, JulianDate as ah, KeyboardEventModifier as Gn, ScreenSpaceEventType as ii, CesiumWidget as Zu, DataSourceDisplay as bo, DataSourceCollection as Oo, RequestScheduler as Ku, ScreenSpaceEventHandler as Ju, Ray as oh, Camera as Qu, ImageryLayer as Ri, CustomDataSource as lh, BoundingSphere as hh, Intersect as ed, BillboardVisualizer as td, LabelVisualizer as id, PointVisualizer as sd, Rectangle as lt, Cesium3DTileset as Ua, Composite3DTileContent as rd, HeadingPitchRange as nd, BoundingSphereState as Eo, OpenStreetMapImageryProvider as ad, SingleTileImageryProvider as od, WebMercatorTilingScheme as qa, GeographicTilingScheme as ch, TileMapServiceImageryProvider as ld, Event as hd, WebMapServiceImageryProvider as cd, WebMapTileServiceImageryProvider as ud, EntityCollection as dd, CzmlDataSource as fd, Plane as Z, ClippingPlaneCollection as js, ClippingPlane as Vs, ConstantProperty as gd, Globe as md, CoplanarPolygonGeometry as yd, IntersectionTests as pd } from "./cesium.253914.js";
|
3
3
|
const xs = [
|
4
4
|
[String, "string"],
|
5
5
|
[Number, "number"],
|
@@ -8566,11 +8566,11 @@ function uS(i) {
|
|
8566
8566
|
);
|
8567
8567
|
}
|
8568
8568
|
const Hi = {};
|
8569
|
-
function Ws(i) {
|
8570
|
-
if (!Hi[i
|
8571
|
-
return Hi[i
|
8572
|
-
let
|
8573
|
-
return (
|
8569
|
+
async function Ws(i, e) {
|
8570
|
+
if (!Hi[i])
|
8571
|
+
return Hi[i] = await Co.fromUrl(i, e), Hi[i];
|
8572
|
+
let t = Hi[i];
|
8573
|
+
return (e.requestVertexNormals !== void 0 && t.requestVertexNormals !== e.requestVertexNormals || e.requestWaterMask !== void 0 && t.requestWaterMask !== e.requestWaterMask) && (Hi[i] = await Co.fromUrl(i, e), t = Hi[i]), t;
|
8574
8574
|
}
|
8575
8575
|
function ys(i, e, t, s) {
|
8576
8576
|
const r = t ? Le(t.proj, ie.proj) : null, n = e.map((o) => {
|
@@ -8584,8 +8584,6 @@ function ys(i, e, t, s) {
|
|
8584
8584
|
);
|
8585
8585
|
}
|
8586
8586
|
function A0(i, e, t) {
|
8587
|
-
if (!i.ready)
|
8588
|
-
return !1;
|
8589
8587
|
const s = i.tilingScheme.positionToTileXY(
|
8590
8588
|
t,
|
8591
8589
|
e,
|
@@ -9444,7 +9442,7 @@ class _l {
|
|
9444
9442
|
constructor(e, t, s) {
|
9445
9443
|
this.url = e, /\.json$/.test(this.url) || (this.url = this.url.replace(/\/?$/, "/image.json")), this.baseUrl = this.url.replace(/\/?([^/]+\.json)?$/, "");
|
9446
9444
|
let r = t;
|
9447
|
-
r && !(r instanceof A) && (r = new A(r)), this.projection = r, this._terrainProviderOptions = s ? { ...s } : void 0, this._terrainProvider =
|
9445
|
+
r && !(r instanceof A) && (r = new A(r)), this.projection = r, this._terrainProviderOptions = s ? { ...s } : void 0, this._terrainProvider = void 0, this._imageMetas = [], this.imagesLoaded = new E(), this._tiles = /* @__PURE__ */ new Map(), this._loadingPromises = /* @__PURE__ */ new Map(), this._state = Se.PENDING, this._tileLevel = null, this._tileGrid = Kl(), this._images = [], this.copyright = void 0;
|
9448
9446
|
}
|
9449
9447
|
get images() {
|
9450
9448
|
return this._images.slice();
|
@@ -9452,10 +9450,7 @@ class _l {
|
|
9452
9450
|
get state() {
|
9453
9451
|
return this._state;
|
9454
9452
|
}
|
9455
|
-
|
9456
|
-
return this._terrainProvider;
|
9457
|
-
}
|
9458
|
-
load() {
|
9453
|
+
async load() {
|
9459
9454
|
return this._loadingPromise || (this._state = Se.LOADING, this._loadingPromise = Qt(this.url).then((e) => this._initialize(e)).catch((e) => Promise.reject(e))), this._loadingPromise;
|
9460
9455
|
}
|
9461
9456
|
getTiles() {
|
@@ -9464,12 +9459,23 @@ class _l {
|
|
9464
9459
|
e[s] = t;
|
9465
9460
|
}), e;
|
9466
9461
|
}
|
9467
|
-
initialize(e) {
|
9462
|
+
async initialize(e) {
|
9468
9463
|
if (this._state !== Se.PENDING)
|
9469
9464
|
throw new Error("DataSet has already been loaded");
|
9470
|
-
this._loadingPromise = Promise.resolve(), this._initialize(e);
|
9465
|
+
this._loadingPromise = Promise.resolve(), await this._initialize(e);
|
9471
9466
|
}
|
9472
|
-
_initialize(e) {
|
9467
|
+
async _initialize(e) {
|
9468
|
+
var t;
|
9469
|
+
if ((t = this._terrainProviderOptions) != null && t.url) {
|
9470
|
+
const s = {
|
9471
|
+
requestVertexNormals: this._terrainProviderOptions.requestVertexNormals,
|
9472
|
+
requestWaterMask: this._terrainProviderOptions.requestWaterMask
|
9473
|
+
};
|
9474
|
+
this._terrainProvider = await Ws(
|
9475
|
+
this._terrainProviderOptions.url,
|
9476
|
+
s
|
9477
|
+
);
|
9478
|
+
}
|
9473
9479
|
this._parseMetaData(e), this._state = Se.READY;
|
9474
9480
|
}
|
9475
9481
|
_parseMetaData(e) {
|
@@ -9477,7 +9483,7 @@ class _l {
|
|
9477
9483
|
e,
|
9478
9484
|
this.baseUrl,
|
9479
9485
|
this.projection,
|
9480
|
-
this.
|
9486
|
+
this._terrainProvider
|
9481
9487
|
);
|
9482
9488
|
const { version: t, buildNumber: s } = Cc(e);
|
9483
9489
|
if (e.tileLevel)
|
@@ -10677,27 +10683,21 @@ class Ys {
|
|
10677
10683
|
e.mode,
|
10678
10684
|
ra,
|
10679
10685
|
t.mode
|
10680
|
-
), this._terrainUrl = e.terrainUrl || t.terrainUrl, this.
|
10686
|
+
), this._terrainUrl = e.terrainUrl || t.terrainUrl, this.limit = D(e.limit, t.limit), this.level = e.level === null ? null : J(e.level, t.level), this.lastCheckedPosition = new ee(), this._terrainHeight = null, this._updatingTerrainHeight = !1;
|
10681
10687
|
}
|
10682
10688
|
get terrainUrl() {
|
10683
10689
|
return this._terrainUrl;
|
10684
10690
|
}
|
10685
10691
|
set terrainUrl(e) {
|
10686
|
-
re(e, String), this._terrainUrl !== e && (this._terrainUrl = e
|
10692
|
+
re(e, String), this._terrainUrl !== e && (this._terrainUrl = e);
|
10687
10693
|
}
|
10688
|
-
_limitWithLevel(e) {
|
10689
|
-
|
10690
|
-
|
10691
|
-
this.level,
|
10692
|
-
e
|
10693
|
-
) ? Wu(this._terrainProvider, this.level, [
|
10694
|
-
e
|
10695
|
-
]) : this._limitMostDetailed(e);
|
10694
|
+
async _limitWithLevel(e) {
|
10695
|
+
const t = await Ws(this.terrainUrl, {});
|
10696
|
+
return A0(t, this.level, e) ? Wu(t, this.level, [e]) : this._limitMostDetailed(e);
|
10696
10697
|
}
|
10697
|
-
_limitMostDetailed(e) {
|
10698
|
-
|
10699
|
-
|
10700
|
-
]);
|
10698
|
+
async _limitMostDetailed(e) {
|
10699
|
+
const t = await Ws(this.terrainUrl, {});
|
10700
|
+
return wn(t, [e]);
|
10701
10701
|
}
|
10702
10702
|
async _updateTerrainHeight(e) {
|
10703
10703
|
if (!this._updatingTerrainHeight && !e.equalsEpsilon(
|
@@ -10713,7 +10713,7 @@ class Ys {
|
|
10713
10713
|
let t = Promise.resolve();
|
10714
10714
|
const s = ee.fromCartesian(e.position);
|
10715
10715
|
if (s)
|
10716
|
-
if (this.mode === ra.DISTANCE && this.
|
10716
|
+
if (this.mode === ra.DISTANCE && this.terrainUrl) {
|
10717
10717
|
if (t = this._updateTerrainHeight(s), this._terrainHeight && s.height - this._terrainHeight < this.limit) {
|
10718
10718
|
const r = this._terrainHeight + this.limit;
|
10719
10719
|
ee.toCartesian(
|
@@ -10937,7 +10937,7 @@ class H extends gi {
|
|
10937
10937
|
this._cesiumWidget = new Zu(this.mapElement, {
|
10938
10938
|
requestRenderMode: !1,
|
10939
10939
|
scene3DOnly: !0,
|
10940
|
-
|
10940
|
+
baseLayer: !1,
|
10941
10941
|
shadows: !1,
|
10942
10942
|
terrainShadows: lr.ENABLED,
|
10943
10943
|
contextOptions: {
|
@@ -12502,7 +12502,7 @@ class E_ {
|
|
12502
12502
|
}
|
12503
12503
|
const Si = Symbol("cesiumTilesetLastUpdated");
|
12504
12504
|
function Nc(i) {
|
12505
|
-
if (!i
|
12505
|
+
if (!i)
|
12506
12506
|
return zs();
|
12507
12507
|
const { rectangle: e } = i.root.boundingVolume;
|
12508
12508
|
if (e) {
|
@@ -12535,13 +12535,16 @@ class Ci extends Gi {
|
|
12535
12535
|
super(e, t), this.cesium3DTileset = null, this.tilesetOptions = t.tilesetOptions, this.splitDirection = t.splitDirection, this.style = t.style, this.featureVisibility = t.featureVisibility, this.globalHider = t.globalHider, this.tilesetProperties = t.tilesetProperties, this.modelMatrix = t.modelMatrix, this.offset = t.offset, this._initializedPromise = null, this._originalOrigin = null, this._styleLastUpdated = Date.now();
|
12536
12536
|
}
|
12537
12537
|
async initialize() {
|
12538
|
-
this._initializedPromise || (this.
|
12538
|
+
this._initializedPromise || (this._initializedPromise = Ua.fromUrl(
|
12539
|
+
this.url,
|
12540
|
+
this.tilesetOptions
|
12541
|
+
), this.cesium3DTileset = await this._initializedPromise, this.tilesetProperties && this.tilesetProperties.forEach(({ key: e, value: t }) => {
|
12539
12542
|
this.cesium3DTileset[e] = t;
|
12540
12543
|
}), this.cesium3DTileset[B] = this.name, this.cesium3DTileset.tileVisible.addEventListener(
|
12541
12544
|
this.applyStyle.bind(this)
|
12542
12545
|
), this.cesium3DTileset.tileUnload.addEventListener((e) => {
|
12543
12546
|
delete e[Si];
|
12544
|
-
}), this.
|
12547
|
+
}), this._originalOrigin = _.clone(
|
12545
12548
|
this.cesium3DTileset.boundingSphere.center
|
12546
12549
|
), this.modelMatrix ? this.cesium3DTileset.modelMatrix = this.modelMatrix : this.offset && this._calculateOffset(), this.map.addPrimitiveCollection(this.cesium3DTileset), await super.initialize(), this.splitDirection && (this.cesium3DTileset.splitDirection = this.splitDirection), this.updateStyle(this.style)), await this._initializedPromise;
|
12547
12550
|
}
|
@@ -12579,19 +12582,18 @@ class Ci extends Gi {
|
|
12579
12582
|
() => {
|
12580
12583
|
this.cesium3DTileset.makeStyleDirty(), this._styleLastUpdated = Date.now();
|
12581
12584
|
}
|
12582
|
-
), this._styleLastUpdated = Date.now(), this.cesium3DTileset.
|
12583
|
-
this.cesium3DTileset.colorBlendMode !== this.style.colorBlendMode && (this.style.colorBlendMode !== Nr.HIGHLIGHT ? this.cesium3DTileset.extras && this.cesium3DTileset.extras._3DTILESDIFFUSE && (this.cesium3DTileset.colorBlendMode = this.style.colorBlendMode) : this.cesium3DTileset.colorBlendMode = this.style.colorBlendMode);
|
12584
|
-
}));
|
12585
|
+
), this._styleLastUpdated = Date.now(), this.cesium3DTileset.colorBlendMode !== this.style.colorBlendMode && (this.style.colorBlendMode !== Nr.HIGHLIGHT ? this.cesium3DTileset.extras && this.cesium3DTileset.extras._3DTILESDIFFUSE && (this.cesium3DTileset.colorBlendMode = this.style.colorBlendMode) : this.cesium3DTileset.colorBlendMode = this.style.colorBlendMode));
|
12585
12586
|
}
|
12586
12587
|
updateSplitDirection(e) {
|
12587
12588
|
this.splitDirection = e, this.cesium3DTileset && (this.cesium3DTileset.splitDirection = e);
|
12588
12589
|
}
|
12589
12590
|
applyStyle(e) {
|
12590
|
-
if (e.
|
12591
|
-
|
12592
|
-
|
12593
|
-
|
12594
|
-
|
12591
|
+
if (e.contentReady)
|
12592
|
+
if (e.content instanceof rd)
|
12593
|
+
for (let t = 0; t < e.content.innerContents.length; t++)
|
12594
|
+
this.styleContent(e.content.innerContents[t]);
|
12595
|
+
else
|
12596
|
+
this.styleContent(e.content);
|
12595
12597
|
}
|
12596
12598
|
styleContent(e) {
|
12597
12599
|
if (!e[Si] || e[Si] < this.featureVisibility.lastUpdated || e[Si] < this.globalHider.lastUpdated || e[Si] < this._styleLastUpdated) {
|
@@ -12812,9 +12814,8 @@ class N_ extends Gi {
|
|
12812
12814
|
constructor(e, t) {
|
12813
12815
|
super(e, t), this.requestVertexNormals = t.requestVertexNormals, this.requestWaterMask = t.requestWaterMask;
|
12814
12816
|
}
|
12815
|
-
initialize() {
|
12816
|
-
return this.initialized || (this.terrainProvider = Ws({
|
12817
|
-
url: this.url,
|
12817
|
+
async initialize() {
|
12818
|
+
return this.initialized || (this.terrainProvider = await Ws(this.url, {
|
12818
12819
|
requestVertexNormals: this.requestVertexNormals,
|
12819
12820
|
requestWaterMask: this.requestWaterMask
|
12820
12821
|
}), this.terrainProvider[B] = this.name), super.initialize();
|
@@ -13553,7 +13554,6 @@ class mi extends Jt {
|
|
13553
13554
|
);
|
13554
13555
|
const s = e.tilesetOptions || t.tilesetOptions;
|
13555
13556
|
this.tilesetOptions = {
|
13556
|
-
url: this.url,
|
13557
13557
|
maximumScreenSpaceError: hn() ? this.screenSpaceErrorMobile : this.screenSpaceError,
|
13558
13558
|
maximumMemoryUsage: this.maximumMemoryUsage,
|
13559
13559
|
...s
|
@@ -13628,9 +13628,7 @@ class mi extends Jt {
|
|
13628
13628
|
toJSON() {
|
13629
13629
|
const e = super.toJSON(), t = mi.getDefaultOptions();
|
13630
13630
|
this.highlightStyle && (e.highlightStyle = this.highlightStyle.toJSON()), this.screenSpaceError !== t.screenSpaceError && (e.screenSpaceError = this.screenSpaceError), this.screenSpaceErrorMobile !== t.screenSpaceErrorMobile && (e.screenSpaceErrorMobile = this.screenSpaceErrorMobile), this.maximumMemoryUsage !== t.maximumMemoryUsage && (e.maximumMemoryUsage = this.maximumMemoryUsage);
|
13631
|
-
const s = { ...this.tilesetOptions };
|
13632
|
-
s.url === this.url && delete s.url;
|
13633
|
-
const r = hn() ? this.screenSpaceErrorMobile : this.screenSpaceError;
|
13631
|
+
const s = { ...this.tilesetOptions }, r = hn() ? this.screenSpaceErrorMobile : this.screenSpaceError;
|
13634
13632
|
return s.maximumScreenSpaceError === r && delete s.maximumScreenSpaceError, s.maximumMemoryUsage === this.maximumMemoryUsage && delete s.maximumMemoryUsage, Object.keys(s).length > 0 && (e.tilesetOptions = s), Array.isArray(this.offset) && (e.offset = this.offset.slice()), e;
|
13635
13633
|
}
|
13636
13634
|
destroy() {
|
@@ -14615,9 +14613,8 @@ class ir extends Te {
|
|
14615
14613
|
createImplementationsForMap(e) {
|
14616
14614
|
return e instanceof H ? [new N_(e, this.getImplementationOptions())] : [];
|
14617
14615
|
}
|
14618
|
-
getHeightForWGS84Coordinates(e) {
|
14619
|
-
const t = Ws({
|
14620
|
-
url: this.url,
|
14616
|
+
async getHeightForWGS84Coordinates(e) {
|
14617
|
+
const t = await Ws(this.url, {
|
14621
14618
|
requestVertexNormals: this.requestVertexNormals,
|
14622
14619
|
requestWaterMask: this.requestWaterMask
|
14623
14620
|
});
|
@@ -15220,9 +15217,7 @@ class Lr {
|
|
15220
15217
|
if (r.length > 0)
|
15221
15218
|
r.forEach(
|
15222
15219
|
(n) => {
|
15223
|
-
|
15224
|
-
this.layerNames.includes(e.name) && e.active && (this.targets.set(e.name, a), this.targetsUpdated.raiseEvent());
|
15225
|
-
});
|
15220
|
+
this.layerNames.includes(e.name) && e.active && (this.targets.set(e.name, n), this.targetsUpdated.raiseEvent());
|
15226
15221
|
}
|
15227
15222
|
);
|
15228
15223
|
else {
|
package/dist/assets/core.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from "./core.
|
1
|
+
export * from "./core.3a8205.js";
|
@@ -1 +1 @@
|
|
1
|
-
import{initAppFromAppConfig as s}from"./ui.
|
1
|
+
import{initAppFromAppConfig as s}from"./ui.0025be.js";(function(){const o=document.createElement("link").relList;if(o&&o.supports&&o.supports("modulepreload"))return;for(const e of document.querySelectorAll('link[rel="modulepreload"]'))i(e);new MutationObserver(e=>{for(const r of e)if(r.type==="childList")for(const t of r.addedNodes)t.tagName==="LINK"&&t.rel==="modulepreload"&&i(t)}).observe(document,{childList:!0,subtree:!0});function n(e){const r={};return e.integrity&&(r.integrity=e.integrity),e.referrerpolicy&&(r.referrerPolicy=e.referrerpolicy),e.crossorigin==="use-credentials"?r.credentials="include":e.crossorigin==="anonymous"?r.credentials="omit":r.credentials="same-origin",r}function i(e){if(e.ep)return;e.ep=!0;const r=n(e);fetch(e.href,r)}})();s("#app","app.config.json");
|