@npm9912/v-map 0.1.0
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/LICENSE +21 -0
- package/README.md +185 -0
- package/dist/cjs/_commonjsHelpers-B83fTs8d.js +36 -0
- package/dist/cjs/app-globals-V2Kpy_OQ.js +5 -0
- package/dist/cjs/cesium-provider-BiFFyAl9.js +2598 -0
- package/dist/cjs/deck-provider-Ctq3Q8a1.js +47824 -0
- package/dist/cjs/geotiff-CEwvF9cG.js +47 -0
- package/dist/cjs/geotiff-source-RaNzzWkC.js +1522 -0
- package/dist/cjs/index-B1oGO1g-.js +10658 -0
- package/dist/cjs/index-B8LHqjyg.js +1765 -0
- package/dist/cjs/index-BIL4VsgP.js +310 -0
- package/dist/cjs/index-Blku2QY8.js +167 -0
- package/dist/cjs/index-CJvvX4yx.js +21 -0
- package/dist/cjs/index-CbVT-Con.js +699 -0
- package/dist/cjs/index-ISOEpMC3.js +20478 -0
- package/dist/cjs/index-JSwBbvGA.js +1621 -0
- package/dist/cjs/index.browser-DQhD8Jwl.js +6873 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/layer-extension-B_olS0rc.js +65 -0
- package/dist/cjs/leaflet-provider-DOqfs7g5.js +1815 -0
- package/dist/cjs/loader.cjs.js +13 -0
- package/dist/cjs/main-dist-7TykwFci.js +2655 -0
- package/dist/cjs/messages-D7h4m8Tx.js +186 -0
- package/dist/cjs/openlayers-provider-Dfeg6L4n.js +1604 -0
- package/dist/cjs/polygon-layer-B9PrN7vr.js +1300 -0
- package/dist/cjs/scenegraph-layer-DwNoxQdi.js +2530 -0
- package/dist/cjs/styleconfig-CVRqArk-.js +23 -0
- package/dist/cjs/v-map-builder.cjs.entry.js +3786 -0
- package/dist/cjs/v-map-layer-geojson_12.cjs.entry.js +40894 -0
- package/dist/cjs/v-map-layer-helper-iAzxAg9I.js +285 -0
- package/dist/cjs/v-map-layer-terrain-geotiff.cjs.entry.js +258 -0
- package/dist/cjs/v-map-layercontrol.cjs.entry.js +247 -0
- package/dist/cjs/v-map.cjs.js +25 -0
- package/dist/cjs/v-map.v-map-layer-osm.v-map-layergroup-BsXp3BoL.js +582 -0
- package/dist/cjs/v-map_3.cjs.entry.js +12 -0
- package/dist/collection/collection-manifest.json +30 -0
- package/dist/collection/components/v-map/v-map.css +3 -0
- package/dist/collection/components/v-map/v-map.js +467 -0
- package/dist/collection/components/v-map/v-map.test.js +33 -0
- package/dist/collection/components/v-map-builder/v-map-builder.css +1 -0
- package/dist/collection/components/v-map-builder/v-map-builder.js +913 -0
- package/dist/collection/components/v-map-builder/v-map-builder.test.js +56 -0
- package/dist/collection/components/v-map-layer-geojson/v-map-layer-geojson.js +862 -0
- package/dist/collection/components/v-map-layer-geojson/v-map-layer-geojson.test.js +42 -0
- package/dist/collection/components/v-map-layer-geotiff/v-map-layer-geotiff.css +4 -0
- package/dist/collection/components/v-map-layer-geotiff/v-map-layer-geotiff.js +500 -0
- package/dist/collection/components/v-map-layer-geotiff/v-map-layer-geotiff.test.js +38 -0
- package/dist/collection/components/v-map-layer-google/v-map-layer-google.css +1 -0
- package/dist/collection/components/v-map-layer-google/v-map-layer-google.js +442 -0
- package/dist/collection/components/v-map-layer-osm/error-api.test.js +108 -0
- package/dist/collection/components/v-map-layer-osm/v-map-layer-osm.css +4 -0
- package/dist/collection/components/v-map-layer-osm/v-map-layer-osm.js +311 -0
- package/dist/collection/components/v-map-layer-osm/v-map-layer-osm.test.js +36 -0
- package/dist/collection/components/v-map-layer-scatterplot/v-map-layer-scatterplot.css +1 -0
- package/dist/collection/components/v-map-layer-scatterplot/v-map-layer-scatterplot.js +305 -0
- package/dist/collection/components/v-map-layer-terrain/v-map-layer-terrain.css +3 -0
- package/dist/collection/components/v-map-layer-terrain/v-map-layer-terrain.js +548 -0
- package/dist/collection/components/v-map-layer-terrain/v-map-layer-terrain.test.js +36 -0
- package/dist/collection/components/v-map-layer-terrain-geotiff/v-map-layer-terrain-geotiff.css +3 -0
- package/dist/collection/components/v-map-layer-terrain-geotiff/v-map-layer-terrain-geotiff.js +735 -0
- package/dist/collection/components/v-map-layer-terrain-geotiff/v-map-layer-terrain-geotiff.test.js +42 -0
- package/dist/collection/components/v-map-layer-tile3d/v-map-layer-tile3d.css +3 -0
- package/dist/collection/components/v-map-layer-tile3d/v-map-layer-tile3d.js +449 -0
- package/dist/collection/components/v-map-layer-tile3d/v-map-layer-tile3d.test.js +50 -0
- package/dist/collection/components/v-map-layer-wcs/v-map-layer-wcs.css +1 -0
- package/dist/collection/components/v-map-layer-wcs/v-map-layer-wcs.js +448 -0
- package/dist/collection/components/v-map-layer-wcs/v-map-layer-wcs.test.js +39 -0
- package/dist/collection/components/v-map-layer-wfs/v-map-layer-wfs.css +1 -0
- package/dist/collection/components/v-map-layer-wfs/v-map-layer-wfs.js +489 -0
- package/dist/collection/components/v-map-layer-wfs/v-map-layer-wfs.test.js +43 -0
- package/dist/collection/components/v-map-layer-wkt/v-map-layer-wkt.css +1 -0
- package/dist/collection/components/v-map-layer-wkt/v-map-layer-wkt.js +811 -0
- package/dist/collection/components/v-map-layer-wkt/v-map-layer-wkt.test.js +34 -0
- package/dist/collection/components/v-map-layer-wms/v-map-layer-wms.css +1 -0
- package/dist/collection/components/v-map-layer-wms/v-map-layer-wms.js +453 -0
- package/dist/collection/components/v-map-layer-wms/v-map-layer-wms.test.js +36 -0
- package/dist/collection/components/v-map-layer-xyz/v-map-layer-xyz.css +1 -0
- package/dist/collection/components/v-map-layer-xyz/v-map-layer-xyz.js +331 -0
- package/dist/collection/components/v-map-layer-xyz/v-map-layer-xyz.test.js +28 -0
- package/dist/collection/components/v-map-layercontrol/v-map-layercontrol.css +74 -0
- package/dist/collection/components/v-map-layercontrol/v-map-layercontrol.js +277 -0
- package/dist/collection/components/v-map-layercontrol/v-map-layercontrol.test.js +134 -0
- package/dist/collection/components/v-map-layergroup/v-map-layergroup.css +4 -0
- package/dist/collection/components/v-map-layergroup/v-map-layergroup.js +212 -0
- package/dist/collection/components/v-map-layergroup/v-map-layergroup.test.js +39 -0
- package/dist/collection/components/v-map-style/v-map-style.css +38 -0
- package/dist/collection/components/v-map-style/v-map-style.js +492 -0
- package/dist/collection/components/v-map-style/v-map-style.unit.js +62 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/layer/v-map-layer-helper.js +281 -0
- package/dist/collection/layer/v-map-layer-helper.unit.js +234 -0
- package/dist/collection/lib/cesium-loader.js +58 -0
- package/dist/collection/lib/ensure-importmap.js +12 -0
- package/dist/collection/lib/ensure-importmap.unit.js +57 -0
- package/dist/collection/lib/versions.gen.js +6 -0
- package/dist/collection/lib/vstyle.js +8 -0
- package/dist/collection/map-provider/cesium/CesiumGeoTIFFTerrainProvider.js +285 -0
- package/dist/collection/map-provider/cesium/CesiumLayerGroups.js +159 -0
- package/dist/collection/map-provider/cesium/GeoTIFFImageryProvider.js +192 -0
- package/dist/collection/map-provider/cesium/GeoTIFFImageryProvider.test.js +57 -0
- package/dist/collection/map-provider/cesium/cesium-provider.js +1408 -0
- package/dist/collection/map-provider/cesium/i-layer.js +1 -0
- package/dist/collection/map-provider/cesium/layer-manager.js +467 -0
- package/dist/collection/map-provider/deck/DeckGLGeoTIFFLayer.js +483 -0
- package/dist/collection/map-provider/deck/DeckGLGeoTIFFTerrainLayer.js +410 -0
- package/dist/collection/map-provider/deck/LayerGroupWithModel.js +169 -0
- package/dist/collection/map-provider/deck/LayerGroups.js +192 -0
- package/dist/collection/map-provider/deck/LayerModel.js +1 -0
- package/dist/collection/map-provider/deck/RenderableGroup.js +1 -0
- package/dist/collection/map-provider/deck/deck-provider.js +1563 -0
- package/dist/collection/map-provider/geotiff/geotiff-source.js +172 -0
- package/dist/collection/map-provider/geotiff/utils/AABB2D.js +24 -0
- package/dist/collection/map-provider/geotiff/utils/BVHNode2D.js +166 -0
- package/dist/collection/map-provider/geotiff/utils/GeoTIFFTileProcessor.js +484 -0
- package/dist/collection/map-provider/geotiff/utils/Triangle.js +1 -0
- package/dist/collection/map-provider/geotiff/utils/Triangulation.js +321 -0
- package/dist/collection/map-provider/geotiff/utils/colormap-utils.js +190 -0
- package/dist/collection/map-provider/geotiff/utils/normalization-utils.js +122 -0
- package/dist/collection/map-provider/geotiff/utils/sampling-utils.js +108 -0
- package/dist/collection/map-provider/leaflet/GeoTIFFGridLayer.js +147 -0
- package/dist/collection/map-provider/leaflet/WCSGridLayer.js +124 -0
- package/dist/collection/map-provider/leaflet/google-map-tiles-layer.js +352 -0
- package/dist/collection/map-provider/leaflet/leaflet-helpers.js +94 -0
- package/dist/collection/map-provider/leaflet/leaflet-provider.js +1095 -0
- package/dist/collection/map-provider/ol/CustomGeoTiff.js +145 -0
- package/dist/collection/map-provider/ol/openlayers-helper.js +26 -0
- package/dist/collection/map-provider/ol/openlayers-provider.js +1427 -0
- package/dist/collection/map-provider/provider-factory.js +44 -0
- package/dist/collection/map-provider/provider-factory.unit.js +66 -0
- package/dist/collection/testing/browser-test-utils.js +49 -0
- package/dist/collection/testing/e2e-testing.js +122 -0
- package/dist/collection/testing/e2e-utils.js +70 -0
- package/dist/collection/testing/geotiff-test-server.js +100 -0
- package/dist/collection/testing/mocks/geostyler-lyrx-parser.js +12 -0
- package/dist/collection/testing/mocks/geostyler-mapbox-parser.js +12 -0
- package/dist/collection/testing/mocks/geostyler-qgis-parser.js +12 -0
- package/dist/collection/testing/mocks/geostyler-sld-parser.js +13 -0
- package/dist/collection/testing/mocks/geostyler-style.js +5 -0
- package/dist/collection/testing/setupTests.browser.js +1 -0
- package/dist/collection/testing/setupTests.stencil.js +20 -0
- package/dist/collection/testing/setupTests.vitest.js +59 -0
- package/dist/collection/testing/stencil-testing-wrapper.js +43 -0
- package/dist/collection/testing/styleMock.js +1 -0
- package/dist/collection/types/color.js +1 -0
- package/dist/collection/types/cssmode.js +1 -0
- package/dist/collection/types/flavour.js +1 -0
- package/dist/collection/types/layerconfig.js +1 -0
- package/dist/collection/types/lonlat.js +1 -0
- package/dist/collection/types/mapinitoptions.js +1 -0
- package/dist/collection/types/mapprovider.js +1 -0
- package/dist/collection/types/provideroptions.js +1 -0
- package/dist/collection/types/styleconfig.js +19 -0
- package/dist/collection/types/styling.js +13 -0
- package/dist/collection/types/styling.unit.js +37 -0
- package/dist/collection/types/vmaplayer.js +1 -0
- package/dist/collection/utils/async-mutex.js +28 -0
- package/dist/collection/utils/diff.js +142 -0
- package/dist/collection/utils/diff.unit.js +59 -0
- package/dist/collection/utils/dom-env.js +43 -0
- package/dist/collection/utils/dom-env.unit.js +92 -0
- package/dist/collection/utils/events.js +8 -0
- package/dist/collection/utils/logger.js +183 -0
- package/dist/collection/utils/logger.unit.js +98 -0
- package/dist/collection/utils/messages.js +12 -0
- package/dist/collection/utils/spatial-utils.js +27 -0
- package/dist/collection/utils/spatial-utils.unit.js +24 -0
- package/dist/components/_commonjsHelpers.js +1 -0
- package/dist/components/cesium-provider.js +1 -0
- package/dist/components/deck-provider.js +1 -0
- package/dist/components/events.js +1 -0
- package/dist/components/geotiff-source.js +1 -0
- package/dist/components/geotiff.js +4 -0
- package/dist/components/index.browser.js +15 -0
- package/dist/components/index.d.ts +35 -0
- package/dist/components/index.js +1 -0
- package/dist/components/index2.js +1 -0
- package/dist/components/index3.js +1 -0
- package/dist/components/index4.js +1 -0
- package/dist/components/index5.js +1 -0
- package/dist/components/index6.js +1 -0
- package/dist/components/index7.js +1 -0
- package/dist/components/index8.js +7 -0
- package/dist/components/layer-extension.js +1 -0
- package/dist/components/leaflet-provider.js +1 -0
- package/dist/components/main-dist.js +1 -0
- package/dist/components/messages.js +1 -0
- package/dist/components/openlayers-provider.js +1 -0
- package/dist/components/polygon-layer.js +1 -0
- package/dist/components/scenegraph-layer.js +1 -0
- package/dist/components/styleconfig.js +1 -0
- package/dist/components/styling.js +1 -0
- package/dist/components/v-map-builder.d.ts +11 -0
- package/dist/components/v-map-builder.js +2 -0
- package/dist/components/v-map-layer-geojson.d.ts +11 -0
- package/dist/components/v-map-layer-geojson.js +1 -0
- package/dist/components/v-map-layer-geojson2.js +1 -0
- package/dist/components/v-map-layer-geotiff.d.ts +11 -0
- package/dist/components/v-map-layer-geotiff.js +1 -0
- package/dist/components/v-map-layer-geotiff2.js +1 -0
- package/dist/components/v-map-layer-google.d.ts +11 -0
- package/dist/components/v-map-layer-google.js +1 -0
- package/dist/components/v-map-layer-google2.js +1 -0
- package/dist/components/v-map-layer-helper.js +1 -0
- package/dist/components/v-map-layer-osm.d.ts +11 -0
- package/dist/components/v-map-layer-osm.js +1 -0
- package/dist/components/v-map-layer-osm2.js +1 -0
- package/dist/components/v-map-layer-scatterplot.d.ts +11 -0
- package/dist/components/v-map-layer-scatterplot.js +1 -0
- package/dist/components/v-map-layer-scatterplot2.js +1 -0
- package/dist/components/v-map-layer-terrain-geotiff.d.ts +11 -0
- package/dist/components/v-map-layer-terrain-geotiff.js +1 -0
- package/dist/components/v-map-layer-terrain.d.ts +11 -0
- package/dist/components/v-map-layer-terrain.js +1 -0
- package/dist/components/v-map-layer-terrain2.js +1 -0
- package/dist/components/v-map-layer-tile3d.d.ts +11 -0
- package/dist/components/v-map-layer-tile3d.js +1 -0
- package/dist/components/v-map-layer-tile3d2.js +1 -0
- package/dist/components/v-map-layer-wcs.d.ts +11 -0
- package/dist/components/v-map-layer-wcs.js +1 -0
- package/dist/components/v-map-layer-wcs2.js +1 -0
- package/dist/components/v-map-layer-wfs.d.ts +11 -0
- package/dist/components/v-map-layer-wfs.js +1 -0
- package/dist/components/v-map-layer-wfs2.js +1 -0
- package/dist/components/v-map-layer-wkt.d.ts +11 -0
- package/dist/components/v-map-layer-wkt.js +1 -0
- package/dist/components/v-map-layer-wkt2.js +1 -0
- package/dist/components/v-map-layer-wms.d.ts +11 -0
- package/dist/components/v-map-layer-wms.js +1 -0
- package/dist/components/v-map-layer-wms2.js +1 -0
- package/dist/components/v-map-layer-xyz.d.ts +11 -0
- package/dist/components/v-map-layer-xyz.js +1 -0
- package/dist/components/v-map-layer-xyz2.js +1 -0
- package/dist/components/v-map-layercontrol.d.ts +11 -0
- package/dist/components/v-map-layercontrol.js +1 -0
- package/dist/components/v-map-layergroup.d.ts +11 -0
- package/dist/components/v-map-layergroup.js +1 -0
- package/dist/components/v-map-layergroup2.js +1 -0
- package/dist/components/v-map-style.d.ts +11 -0
- package/dist/components/v-map-style.js +1 -0
- package/dist/components/v-map-style2.js +10 -0
- package/dist/components/v-map.d.ts +11 -0
- package/dist/components/v-map.js +1 -0
- package/dist/components/v-map2.js +1 -0
- package/dist/esm/_commonjsHelpers-E-ZsRS8r.js +32 -0
- package/dist/esm/app-globals-DQuL1Twl.js +3 -0
- package/dist/esm/cesium-provider-BJfAup3w.js +2596 -0
- package/dist/esm/deck-provider-C7U9VDEq.js +47709 -0
- package/dist/esm/geotiff-BEWxTIfH.js +45 -0
- package/dist/esm/geotiff-source-esnDnC-u.js +1516 -0
- package/dist/esm/index-B1zwA4IC.js +685 -0
- package/dist/esm/index-BBpiaTpT.js +165 -0
- package/dist/esm/index-BIEmlzCf.js +1697 -0
- package/dist/esm/index-BUHa4Jj0.js +307 -0
- package/dist/esm/index-DbSdn93t.js +20461 -0
- package/dist/esm/index-RpJarvr_.js +10656 -0
- package/dist/esm/index-jN06TXUp.js +14 -0
- package/dist/esm/index-jzneDarq.js +1613 -0
- package/dist/esm/index.browser-DhQAXuA7.js +6860 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/layer-extension-CZXK5goK.js +63 -0
- package/dist/esm/leaflet-provider-Q41TB6ku.js +1794 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/main-dist-CwnA7_Xn.js +2652 -0
- package/dist/esm/messages-CMKJzsgL.js +180 -0
- package/dist/esm/openlayers-provider-CMsDsQTQ.js +1602 -0
- package/dist/esm/polygon-layer-ByhxGhWC.js +1295 -0
- package/dist/esm/scenegraph-layer-09K_B6DT.js +2526 -0
- package/dist/esm/styleconfig-B-bAcABs.js +21 -0
- package/dist/esm/v-map-builder.entry.js +3784 -0
- package/dist/esm/v-map-layer-geojson_12.entry.js +40881 -0
- package/dist/esm/v-map-layer-helper-Dys44Cgo.js +283 -0
- package/dist/esm/v-map-layer-terrain-geotiff.entry.js +256 -0
- package/dist/esm/v-map-layercontrol.entry.js +245 -0
- package/dist/esm/v-map.js +21 -0
- package/dist/esm/v-map.v-map-layer-osm.v-map-layergroup-B4pFHuSf.js +572 -0
- package/dist/esm/v-map_3.entry.js +4 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/cesium-augment.d.ts +5 -0
- package/dist/types/components/v-map/v-map.d.ts +70 -0
- package/dist/types/components/v-map/v-map.test.d.ts +1 -0
- package/dist/types/components/v-map-builder/v-map-builder.d.ts +48 -0
- package/dist/types/components/v-map-builder/v-map-builder.test.d.ts +1 -0
- package/dist/types/components/v-map-layer-geojson/v-map-layer-geojson.d.ts +129 -0
- package/dist/types/components/v-map-layer-geojson/v-map-layer-geojson.test.d.ts +1 -0
- package/dist/types/components/v-map-layer-geotiff/v-map-layer-geotiff.d.ts +74 -0
- package/dist/types/components/v-map-layer-geotiff/v-map-layer-geotiff.test.d.ts +1 -0
- package/dist/types/components/v-map-layer-google/v-map-layer-google.d.ts +78 -0
- package/dist/types/components/v-map-layer-osm/error-api.test.d.ts +1 -0
- package/dist/types/components/v-map-layer-osm/v-map-layer-osm.d.ts +50 -0
- package/dist/types/components/v-map-layer-osm/v-map-layer-osm.test.d.ts +1 -0
- package/dist/types/components/v-map-layer-scatterplot/v-map-layer-scatterplot.d.ts +54 -0
- package/dist/types/components/v-map-layer-terrain/v-map-layer-terrain.d.ts +74 -0
- package/dist/types/components/v-map-layer-terrain/v-map-layer-terrain.test.d.ts +1 -0
- package/dist/types/components/v-map-layer-terrain-geotiff/v-map-layer-terrain-geotiff.d.ts +117 -0
- package/dist/types/components/v-map-layer-terrain-geotiff/v-map-layer-terrain-geotiff.test.d.ts +1 -0
- package/dist/types/components/v-map-layer-tile3d/v-map-layer-tile3d.d.ts +69 -0
- package/dist/types/components/v-map-layer-tile3d/v-map-layer-tile3d.test.d.ts +1 -0
- package/dist/types/components/v-map-layer-wcs/v-map-layer-wcs.d.ts +47 -0
- package/dist/types/components/v-map-layer-wcs/v-map-layer-wcs.test.d.ts +1 -0
- package/dist/types/components/v-map-layer-wfs/v-map-layer-wfs.d.ts +59 -0
- package/dist/types/components/v-map-layer-wfs/v-map-layer-wfs.test.d.ts +1 -0
- package/dist/types/components/v-map-layer-wkt/v-map-layer-wkt.d.ts +132 -0
- package/dist/types/components/v-map-layer-wkt/v-map-layer-wkt.test.d.ts +1 -0
- package/dist/types/components/v-map-layer-wms/v-map-layer-wms.d.ts +76 -0
- package/dist/types/components/v-map-layer-wms/v-map-layer-wms.test.d.ts +1 -0
- package/dist/types/components/v-map-layer-xyz/v-map-layer-xyz.d.ts +59 -0
- package/dist/types/components/v-map-layer-xyz/v-map-layer-xyz.test.d.ts +1 -0
- package/dist/types/components/v-map-layercontrol/v-map-layercontrol.d.ts +44 -0
- package/dist/types/components/v-map-layercontrol/v-map-layercontrol.test.d.ts +1 -0
- package/dist/types/components/v-map-layergroup/v-map-layergroup.d.ts +31 -0
- package/dist/types/components/v-map-layergroup/v-map-layergroup.test.d.ts +1 -0
- package/dist/types/components/v-map-style/v-map-style.d.ts +75 -0
- package/dist/types/components/v-map-style/v-map-style.unit.d.ts +1 -0
- package/dist/types/components.d.ts +2391 -0
- package/dist/types/globals.d.ts +16 -0
- package/dist/types/index.d.ts +10 -0
- package/dist/types/layer/v-map-layer-helper.d.ts +45 -0
- package/dist/types/layer/v-map-layer-helper.unit.d.ts +1 -0
- package/dist/types/leaflet-augment.d.ts +15 -0
- package/dist/types/lib/cesium-loader.d.ts +3 -0
- package/dist/types/lib/ensure-importmap.d.ts +3 -0
- package/dist/types/lib/ensure-importmap.unit.d.ts +1 -0
- package/dist/types/lib/versions.gen.d.ts +5 -0
- package/dist/types/lib/vstyle.d.ts +44 -0
- package/dist/types/map-provider/cesium/CesiumGeoTIFFTerrainProvider.d.ts +92 -0
- package/dist/types/map-provider/cesium/CesiumLayerGroups.d.ts +64 -0
- package/dist/types/map-provider/cesium/GeoTIFFImageryProvider.d.ts +75 -0
- package/dist/types/map-provider/cesium/GeoTIFFImageryProvider.test.d.ts +1 -0
- package/dist/types/map-provider/cesium/cesium-provider.d.ts +87 -0
- package/dist/types/map-provider/cesium/i-layer.d.ts +11 -0
- package/dist/types/map-provider/cesium/layer-manager.d.ts +31 -0
- package/dist/types/map-provider/deck/DeckGLGeoTIFFLayer.d.ts +91 -0
- package/dist/types/map-provider/deck/DeckGLGeoTIFFTerrainLayer.d.ts +82 -0
- package/dist/types/map-provider/deck/LayerGroupWithModel.d.ts +55 -0
- package/dist/types/map-provider/deck/LayerGroups.d.ts +63 -0
- package/dist/types/map-provider/deck/LayerModel.d.ts +8 -0
- package/dist/types/map-provider/deck/RenderableGroup.d.ts +20 -0
- package/dist/types/map-provider/deck/deck-provider.d.ts +92 -0
- package/dist/types/map-provider/geotiff/geotiff-source.d.ts +30 -0
- package/dist/types/map-provider/geotiff/utils/AABB2D.d.ts +28 -0
- package/dist/types/map-provider/geotiff/utils/BVHNode2D.d.ts +36 -0
- package/dist/types/map-provider/geotiff/utils/GeoTIFFTileProcessor.d.ts +116 -0
- package/dist/types/map-provider/geotiff/utils/Triangle.d.ts +5 -0
- package/dist/types/map-provider/geotiff/utils/Triangulation.d.ts +94 -0
- package/dist/types/map-provider/geotiff/utils/colormap-utils.d.ts +47 -0
- package/dist/types/map-provider/geotiff/utils/normalization-utils.d.ts +39 -0
- package/dist/types/map-provider/geotiff/utils/sampling-utils.d.ts +13 -0
- package/dist/types/map-provider/leaflet/GeoTIFFGridLayer.d.ts +34 -0
- package/dist/types/map-provider/leaflet/WCSGridLayer.d.ts +38 -0
- package/dist/types/map-provider/leaflet/google-map-tiles-layer.d.ts +73 -0
- package/dist/types/map-provider/leaflet/leaflet-helpers.d.ts +6 -0
- package/dist/types/map-provider/leaflet/leaflet-provider.d.ts +73 -0
- package/dist/types/map-provider/ol/CustomGeoTiff.d.ts +14 -0
- package/dist/types/map-provider/ol/openlayers-helper.d.ts +2 -0
- package/dist/types/map-provider/ol/openlayers-provider.d.ts +80 -0
- package/dist/types/map-provider/provider-factory.d.ts +12 -0
- package/dist/types/map-provider/provider-factory.unit.d.ts +1 -0
- package/dist/types/namespaces.d.ts +3 -0
- package/dist/types/ol-augment.d.ts +3 -0
- package/dist/types/ol-override.d.ts +7 -0
- package/dist/types/ol.d.ts +10 -0
- package/dist/types/stencil-public-runtime.d.ts +1860 -0
- package/dist/types/testing/browser-test-utils.d.ts +6 -0
- package/dist/types/testing/e2e-testing.d.ts +5 -0
- package/dist/types/testing/e2e-utils.d.ts +4 -0
- package/dist/types/testing/geotiff-test-server.d.ts +5 -0
- package/dist/types/testing/mocks/geostyler-lyrx-parser.d.ts +11 -0
- package/dist/types/testing/mocks/geostyler-mapbox-parser.d.ts +11 -0
- package/dist/types/testing/mocks/geostyler-qgis-parser.d.ts +11 -0
- package/dist/types/testing/mocks/geostyler-sld-parser.d.ts +11 -0
- package/dist/types/testing/mocks/geostyler-style.d.ts +5 -0
- package/dist/types/testing/setupTests.browser.d.ts +1 -0
- package/dist/types/testing/setupTests.stencil.d.ts +1 -0
- package/dist/types/testing/setupTests.vitest.d.ts +1 -0
- package/dist/types/testing/stencil-testing-wrapper.d.ts +3 -0
- package/dist/types/types/color.d.ts +1 -0
- package/dist/types/types/cssmode.d.ts +1 -0
- package/dist/types/types/flavour.d.ts +1 -0
- package/dist/types/types/layerconfig.d.ts +207 -0
- package/dist/types/types/lonlat.d.ts +1 -0
- package/dist/types/types/mapinitoptions.d.ts +4 -0
- package/dist/types/types/mapprovider.d.ts +46 -0
- package/dist/types/types/provideroptions.d.ts +8 -0
- package/dist/types/types/styleconfig.d.ts +27 -0
- package/dist/types/types/styling.d.ts +24 -0
- package/dist/types/types/styling.unit.d.ts +1 -0
- package/dist/types/types/vmaplayer.d.ts +10 -0
- package/dist/types/utils/async-mutex.d.ts +7 -0
- package/dist/types/utils/diff.d.ts +64 -0
- package/dist/types/utils/diff.unit.d.ts +1 -0
- package/dist/types/utils/dom-env.d.ts +5 -0
- package/dist/types/utils/dom-env.unit.d.ts +1 -0
- package/dist/types/utils/events.d.ts +29 -0
- package/dist/types/utils/logger.d.ts +47 -0
- package/dist/types/utils/logger.unit.d.ts +1 -0
- package/dist/types/utils/messages.d.ts +12 -0
- package/dist/types/utils/spatial-utils.d.ts +6 -0
- package/dist/types/utils/spatial-utils.unit.d.ts +1 -0
- package/dist/types/versions.d.ts +7 -0
- package/dist/v-map/index.esm.js +0 -0
- package/dist/v-map/p--vVleK-M.js +1 -0
- package/dist/v-map/p-09d10db0.entry.js +1 -0
- package/dist/v-map/p-5eba6058.entry.js +10 -0
- package/dist/v-map/p-6b102336.entry.js +1 -0
- package/dist/v-map/p-B-bAcABs.js +1 -0
- package/dist/v-map/p-BBpiaTpT.js +1 -0
- package/dist/v-map/p-BdijL4Av.js +1 -0
- package/dist/v-map/p-Be3r33VF.js +4 -0
- package/dist/v-map/p-BeFu0ap4.js +1 -0
- package/dist/v-map/p-BxFJezdK.js +1 -0
- package/dist/v-map/p-CMKJzsgL.js +1 -0
- package/dist/v-map/p-CXfA_q8m.js +1 -0
- package/dist/v-map/p-CZqY0yW4.js +1 -0
- package/dist/v-map/p-CafTHT9i.js +1 -0
- package/dist/v-map/p-DCTHyf58.js +1 -0
- package/dist/v-map/p-DQuL1Twl.js +1 -0
- package/dist/v-map/p-DR9McdNX.js +1 -0
- package/dist/v-map/p-Dckgonw8.js +1 -0
- package/dist/v-map/p-DhQAXuA7.js +15 -0
- package/dist/v-map/p-DmICdG34.js +7 -0
- package/dist/v-map/p-DrOQ9V4h.js +1 -0
- package/dist/v-map/p-DvHXtWUg.js +1 -0
- package/dist/v-map/p-E-ZsRS8r.js +1 -0
- package/dist/v-map/p-MyTSFnEk.js +1 -0
- package/dist/v-map/p-RpJarvr_.js +1 -0
- package/dist/v-map/p-WaMDUuAz.js +1 -0
- package/dist/v-map/p-aa410e64.entry.js +2 -0
- package/dist/v-map/p-c21c93fe.entry.js +1 -0
- package/dist/v-map/p-jzneDarq.js +2 -0
- package/dist/v-map/p-uiIP-taz.js +1 -0
- package/dist/v-map/v-map.esm.js +1 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/package.json +193 -0
|
@@ -0,0 +1,2391 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This is an autogenerated file created by the Stencil compiler.
|
|
5
|
+
* It contains typing information for all components that exist in this project.
|
|
6
|
+
*/
|
|
7
|
+
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
import { Flavour } from "./types/flavour";
|
|
9
|
+
import { CssMode } from "./types/cssmode";
|
|
10
|
+
import { MapProviderDetail, VMapErrorDetail } from "./utils/events";
|
|
11
|
+
import { BuilderConfig } from "./utils/diff";
|
|
12
|
+
import { ColorMap as GeoStylerColorMap } from "geostyler-style";
|
|
13
|
+
import { Color } from "./components/v-map-layer-scatterplot/v-map-layer-scatterplot";
|
|
14
|
+
import { ResolvedStyle, StyleEvent, StyleFormat } from "./types/styling";
|
|
15
|
+
export { Flavour } from "./types/flavour";
|
|
16
|
+
export { CssMode } from "./types/cssmode";
|
|
17
|
+
export { MapProviderDetail, VMapErrorDetail } from "./utils/events";
|
|
18
|
+
export { BuilderConfig } from "./utils/diff";
|
|
19
|
+
export { ColorMap as GeoStylerColorMap } from "geostyler-style";
|
|
20
|
+
export { Color } from "./components/v-map-layer-scatterplot/v-map-layer-scatterplot";
|
|
21
|
+
export { ResolvedStyle, StyleEvent, StyleFormat } from "./types/styling";
|
|
22
|
+
export namespace Components {
|
|
23
|
+
interface VMap {
|
|
24
|
+
/**
|
|
25
|
+
* Mittelpunkt der Karte im **WGS84**-Koordinatensystem. Erwartet [lon, lat] (Längengrad, Breitengrad).
|
|
26
|
+
* @default [0, 0]
|
|
27
|
+
* @example <v-map center="[11.5761, 48.1371]" zoom="12"></v-map>
|
|
28
|
+
*/
|
|
29
|
+
"center": string;
|
|
30
|
+
/**
|
|
31
|
+
* Aktiviert ein „CSS-Only“-Rendering (z. B. für einfache Tests/Layouts). Bei `true` werden keine Provider initialisiert.
|
|
32
|
+
* @default false
|
|
33
|
+
*/
|
|
34
|
+
"cssMode": CssMode;
|
|
35
|
+
/**
|
|
36
|
+
* Zu verwendender Karten-Provider. Unterstützte Werte: "ol" | "leaflet" | "cesium" | "deck".
|
|
37
|
+
* @default "ol"
|
|
38
|
+
* @example <v-map flavour="leaflet"></v-map>
|
|
39
|
+
*/
|
|
40
|
+
"flavour": Flavour;
|
|
41
|
+
/**
|
|
42
|
+
* Gibt zurück, ob der Karten-Provider initialisiert wurde und verwendet werden kann.
|
|
43
|
+
* @returns Promise mit `true`, sobald der Provider bereit ist, sonst `false`.
|
|
44
|
+
*/
|
|
45
|
+
"isMapProviderReady": () => Promise<boolean>;
|
|
46
|
+
/**
|
|
47
|
+
* Setzt Kartenzentrum und Zoom (optional animiert).
|
|
48
|
+
* @param center [lon, lat] in WGS84
|
|
49
|
+
* @param zoom Zoomstufe
|
|
50
|
+
* @param options Zusätzliche Optionen (z. B. { animate: true, duration: 300 })
|
|
51
|
+
* @example await mapEl.setView([7.1, 50.7], 10, { animate: true, duration: 400 });
|
|
52
|
+
*/
|
|
53
|
+
"setView": (coordinates: [number, number], zoom: number) => Promise<void>;
|
|
54
|
+
/**
|
|
55
|
+
* Falls true, injiziert v-map automatisch die Import-Map.
|
|
56
|
+
* @default true
|
|
57
|
+
*/
|
|
58
|
+
"useDefaultImportMap": boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Anfangs-Zoomstufe. Skala abhängig vom Provider (typisch 0–20).
|
|
61
|
+
* @default 3
|
|
62
|
+
*/
|
|
63
|
+
"zoom": number;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* A component that builds map configurations dynamically from JSON/YAML configuration scripts.
|
|
67
|
+
*/
|
|
68
|
+
interface VMapBuilder {
|
|
69
|
+
/**
|
|
70
|
+
* Configuration object for the map builder. Can be any structure that will be normalized to BuilderConfig.
|
|
71
|
+
*/
|
|
72
|
+
"mapconfig"?: unknown;
|
|
73
|
+
}
|
|
74
|
+
interface VMapLayerGeojson {
|
|
75
|
+
/**
|
|
76
|
+
* Fill color for polygon geometries (CSS color value)
|
|
77
|
+
* @default 'rgba(0,100,255,0.3)'
|
|
78
|
+
*/
|
|
79
|
+
"fillColor"?: string;
|
|
80
|
+
/**
|
|
81
|
+
* Fill opacity for polygon geometries (0-1)
|
|
82
|
+
* @default 0.3
|
|
83
|
+
*/
|
|
84
|
+
"fillOpacity"?: number;
|
|
85
|
+
/**
|
|
86
|
+
* Prop, die du intern nutzt/weiterverarbeitest
|
|
87
|
+
*/
|
|
88
|
+
"geojson"?: string;
|
|
89
|
+
/**
|
|
90
|
+
* Returns the last error detail, if any.
|
|
91
|
+
*/
|
|
92
|
+
"getError": () => Promise<VMapErrorDetail | undefined>;
|
|
93
|
+
/**
|
|
94
|
+
* Returns the internal layer ID used by the map provider.
|
|
95
|
+
*/
|
|
96
|
+
"getLayerId": () => Promise<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Icon size as [width, height] in pixels (comma-separated string like "32,32")
|
|
99
|
+
* @default "32,32"
|
|
100
|
+
*/
|
|
101
|
+
"iconSize"?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Icon URL for point features (alternative to pointColor/pointRadius)
|
|
104
|
+
*/
|
|
105
|
+
"iconUrl"?: string;
|
|
106
|
+
/**
|
|
107
|
+
* Current load state of the layer.
|
|
108
|
+
* @default 'idle'
|
|
109
|
+
*/
|
|
110
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
111
|
+
/**
|
|
112
|
+
* Opazität der geojson-Kacheln (0–1).
|
|
113
|
+
* @default 1
|
|
114
|
+
*/
|
|
115
|
+
"opacity": number;
|
|
116
|
+
/**
|
|
117
|
+
* Point color for point geometries (CSS color value)
|
|
118
|
+
* @default 'rgba(0,100,255,1)'
|
|
119
|
+
*/
|
|
120
|
+
"pointColor"?: string;
|
|
121
|
+
/**
|
|
122
|
+
* Point radius for point geometries in pixels
|
|
123
|
+
* @default 6
|
|
124
|
+
*/
|
|
125
|
+
"pointRadius"?: number;
|
|
126
|
+
/**
|
|
127
|
+
* Stroke color for lines and polygon outlines (CSS color value)
|
|
128
|
+
* @default 'rgba(0,100,255,1)'
|
|
129
|
+
*/
|
|
130
|
+
"strokeColor"?: string;
|
|
131
|
+
/**
|
|
132
|
+
* Stroke opacity (0-1)
|
|
133
|
+
* @default 1
|
|
134
|
+
*/
|
|
135
|
+
"strokeOpacity"?: number;
|
|
136
|
+
/**
|
|
137
|
+
* Stroke width in pixels
|
|
138
|
+
* @default 2
|
|
139
|
+
*/
|
|
140
|
+
"strokeWidth"?: number;
|
|
141
|
+
/**
|
|
142
|
+
* Text color for labels (CSS color value)
|
|
143
|
+
* @default '#000000'
|
|
144
|
+
*/
|
|
145
|
+
"textColor"?: string;
|
|
146
|
+
/**
|
|
147
|
+
* Text property name from feature properties to display as label
|
|
148
|
+
*/
|
|
149
|
+
"textProperty"?: string;
|
|
150
|
+
/**
|
|
151
|
+
* Text size for labels in pixels
|
|
152
|
+
* @default 12
|
|
153
|
+
*/
|
|
154
|
+
"textSize"?: number;
|
|
155
|
+
/**
|
|
156
|
+
* URL to fetch GeoJSON data from. Alternative to providing data via slot.
|
|
157
|
+
* @default null
|
|
158
|
+
*/
|
|
159
|
+
"url": string | null;
|
|
160
|
+
/**
|
|
161
|
+
* Whether the layer is visible on the map.
|
|
162
|
+
* @default true
|
|
163
|
+
*/
|
|
164
|
+
"visible": boolean;
|
|
165
|
+
/**
|
|
166
|
+
* Z-index for layer stacking order. Higher values render on top.
|
|
167
|
+
* @default 1000
|
|
168
|
+
*/
|
|
169
|
+
"zIndex": number;
|
|
170
|
+
}
|
|
171
|
+
interface VMapLayerGeotiff {
|
|
172
|
+
/**
|
|
173
|
+
* ColorMap für die Visualisierung (kann entweder ein vordefinierter Name oder eine GeoStyler ColorMap sein).
|
|
174
|
+
* @default null
|
|
175
|
+
*/
|
|
176
|
+
"colorMap"?: string | GeoStylerColorMap;
|
|
177
|
+
/**
|
|
178
|
+
* Returns the last error detail, if any.
|
|
179
|
+
*/
|
|
180
|
+
"getError": () => Promise<VMapErrorDetail | undefined>;
|
|
181
|
+
/**
|
|
182
|
+
* Returns the internal layer ID used by the map provider.
|
|
183
|
+
*/
|
|
184
|
+
"getLayerId": () => Promise<string>;
|
|
185
|
+
/**
|
|
186
|
+
* Current load state of the layer.
|
|
187
|
+
* @default 'idle'
|
|
188
|
+
*/
|
|
189
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
190
|
+
/**
|
|
191
|
+
* NoData Values to discard (overriding any nodata values in the metadata).
|
|
192
|
+
* @default null
|
|
193
|
+
*/
|
|
194
|
+
"nodata"?: number;
|
|
195
|
+
/**
|
|
196
|
+
* Opazität der GeoTIFF-Kacheln (0–1).
|
|
197
|
+
* @default 1
|
|
198
|
+
*/
|
|
199
|
+
"opacity": number;
|
|
200
|
+
/**
|
|
201
|
+
* URL to the GeoTIFF file to be displayed on the map.
|
|
202
|
+
* @default null
|
|
203
|
+
*/
|
|
204
|
+
"url": string;
|
|
205
|
+
/**
|
|
206
|
+
* Value range for colormap normalization [min, max].
|
|
207
|
+
* @default null
|
|
208
|
+
*/
|
|
209
|
+
"valueRange"?: [number, number];
|
|
210
|
+
/**
|
|
211
|
+
* Sichtbarkeit des Layers
|
|
212
|
+
* @default true
|
|
213
|
+
*/
|
|
214
|
+
"visible": boolean;
|
|
215
|
+
/**
|
|
216
|
+
* Z-index for layer stacking order. Higher values render on top.
|
|
217
|
+
* @default 100
|
|
218
|
+
*/
|
|
219
|
+
"zIndex": number;
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* Google Maps Basemap Layer
|
|
223
|
+
*/
|
|
224
|
+
interface VMapLayerGoogle {
|
|
225
|
+
/**
|
|
226
|
+
* Google Maps API-Schlüssel.
|
|
227
|
+
* @example <v-map-layer-google api-key="YOUR_KEY"></v-map-layer-google>
|
|
228
|
+
*/
|
|
229
|
+
"apiKey"?: string;
|
|
230
|
+
/**
|
|
231
|
+
* Returns the last error detail, if any.
|
|
232
|
+
*/
|
|
233
|
+
"getError": () => Promise<VMapErrorDetail | undefined>;
|
|
234
|
+
/**
|
|
235
|
+
* Sprach-Lokalisierung (BCP-47, z. B. "de", "en-US").
|
|
236
|
+
* @default "en"
|
|
237
|
+
*/
|
|
238
|
+
"language"?: string;
|
|
239
|
+
/**
|
|
240
|
+
* Google Maps libraries to load (comma-separated string).
|
|
241
|
+
* @example "geometry,places,drawing"
|
|
242
|
+
*/
|
|
243
|
+
"libraries"?: string;
|
|
244
|
+
/**
|
|
245
|
+
* Current load state of the layer.
|
|
246
|
+
* @default 'idle'
|
|
247
|
+
*/
|
|
248
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
249
|
+
/**
|
|
250
|
+
* Karten-Typ: "roadmap" | "satellite" | "hybrid" | "terrain".
|
|
251
|
+
* @default "roadmap"
|
|
252
|
+
*/
|
|
253
|
+
"mapType": | 'roadmap'
|
|
254
|
+
| 'satellite'
|
|
255
|
+
| 'terrain'
|
|
256
|
+
| 'hybrid';
|
|
257
|
+
/**
|
|
258
|
+
* Maximum zoom level for the layer.
|
|
259
|
+
*/
|
|
260
|
+
"maxZoom"?: number;
|
|
261
|
+
/**
|
|
262
|
+
* Opazität des Layers (0–1).
|
|
263
|
+
* @default 1
|
|
264
|
+
*/
|
|
265
|
+
"opacity": number;
|
|
266
|
+
/**
|
|
267
|
+
* Region-Bias (ccTLD/Region-Code, z. B. "DE", "US"). Beeinflusst Labels/Suchergebnisse.
|
|
268
|
+
*/
|
|
269
|
+
"region"?: string;
|
|
270
|
+
/**
|
|
271
|
+
* Scale factor for tile display.
|
|
272
|
+
* @default "scaleFactor1x"
|
|
273
|
+
*/
|
|
274
|
+
"scale"?: 'scaleFactor1x' | 'scaleFactor2x' | 'scaleFactor4x';
|
|
275
|
+
/**
|
|
276
|
+
* Custom styles for the Google Map (JSON array of styling objects). Can be passed as JSON string or array.
|
|
277
|
+
*/
|
|
278
|
+
"styles"?: Record<string, unknown>[] | string;
|
|
279
|
+
/**
|
|
280
|
+
* Sichtbarkeit des Layers.
|
|
281
|
+
* @default true
|
|
282
|
+
*/
|
|
283
|
+
"visible": boolean;
|
|
284
|
+
}
|
|
285
|
+
interface VMapLayerOsm {
|
|
286
|
+
/**
|
|
287
|
+
* Returns the last error detail, if any.
|
|
288
|
+
*/
|
|
289
|
+
"getError": () => Promise<VMapErrorDetail | undefined>;
|
|
290
|
+
/**
|
|
291
|
+
* Returns the internal layer ID used by the map provider.
|
|
292
|
+
*/
|
|
293
|
+
"getLayerId": () => Promise<string>;
|
|
294
|
+
/**
|
|
295
|
+
* Current load state of the layer.
|
|
296
|
+
* @default 'idle'
|
|
297
|
+
*/
|
|
298
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
299
|
+
/**
|
|
300
|
+
* Opazität der OSM-Kacheln (0–1).
|
|
301
|
+
* @default 1
|
|
302
|
+
*/
|
|
303
|
+
"opacity": number;
|
|
304
|
+
/**
|
|
305
|
+
* Base URL for OpenStreetMap tile server. Defaults to the standard OSM tile server.
|
|
306
|
+
* @default 'https://tile.openstreetmap.org'
|
|
307
|
+
*/
|
|
308
|
+
"url": string;
|
|
309
|
+
/**
|
|
310
|
+
* Sichtbarkeit des Layers
|
|
311
|
+
* @default true
|
|
312
|
+
*/
|
|
313
|
+
"visible": boolean;
|
|
314
|
+
/**
|
|
315
|
+
* Z-index for layer stacking order. Higher values render on top.
|
|
316
|
+
* @default 10
|
|
317
|
+
*/
|
|
318
|
+
"zIndex": number;
|
|
319
|
+
}
|
|
320
|
+
interface VMapLayerScatterplot {
|
|
321
|
+
/**
|
|
322
|
+
* Datenquelle für Punkte. Erwartet Objekte mit mindestens einer Position in [lon, lat]. Zusätzliche Felder sind erlaubt.
|
|
323
|
+
*/
|
|
324
|
+
"data"?: string;
|
|
325
|
+
/**
|
|
326
|
+
* Returns the last error detail, if any.
|
|
327
|
+
*/
|
|
328
|
+
"getError": () => Promise<VMapErrorDetail | undefined>;
|
|
329
|
+
/**
|
|
330
|
+
* Funktion zur Bestimmung der Füllfarbe je Punkt. Rückgabe z. B. [r,g,b] oder CSS-Farbe (providerabhängig).
|
|
331
|
+
* @default '#3388ff'
|
|
332
|
+
*/
|
|
333
|
+
"getFillColor": Color;
|
|
334
|
+
/**
|
|
335
|
+
* Funktion/konstanter Wert für den Punkt-Radius.
|
|
336
|
+
* @default 4
|
|
337
|
+
*/
|
|
338
|
+
"getRadius": number;
|
|
339
|
+
/**
|
|
340
|
+
* Current load state of the layer.
|
|
341
|
+
* @default 'idle'
|
|
342
|
+
*/
|
|
343
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
344
|
+
/**
|
|
345
|
+
* Globale Opazität (0–1).
|
|
346
|
+
* @default 1
|
|
347
|
+
*/
|
|
348
|
+
"opacity": number;
|
|
349
|
+
/**
|
|
350
|
+
* Optionaler Remote-Pfad für JSON/CSV/GeoJSON, der zu `data` geladen wird.
|
|
351
|
+
*/
|
|
352
|
+
"url"?: string;
|
|
353
|
+
/**
|
|
354
|
+
* Sichtbarkeit des Layers.
|
|
355
|
+
* @default true
|
|
356
|
+
*/
|
|
357
|
+
"visible": boolean;
|
|
358
|
+
}
|
|
359
|
+
interface VMapLayerTerrain {
|
|
360
|
+
/**
|
|
361
|
+
* Basisfarbe für das Terrain. Erwartet Hex oder RGB (z. B. '#ff0000' oder '255,0,0').
|
|
362
|
+
*/
|
|
363
|
+
"color"?: string;
|
|
364
|
+
/**
|
|
365
|
+
* URL zu Höhenraster im Heightmap-Format (z. B. GeoTIFF oder PNG Heightmap).
|
|
366
|
+
*/
|
|
367
|
+
"elevationData": string;
|
|
368
|
+
/**
|
|
369
|
+
* JSON-Repräsentation eines Elevation-Decoders (z. B. '{"r":1,"g":1,"b":1,"offset":0}').
|
|
370
|
+
*/
|
|
371
|
+
"elevationDecoder"?: string;
|
|
372
|
+
/**
|
|
373
|
+
* Returns the last error detail, if any.
|
|
374
|
+
*/
|
|
375
|
+
"getError": () => Promise<VMapErrorDetail | undefined>;
|
|
376
|
+
/**
|
|
377
|
+
* Liefert `true`, sobald das Terrain-Layer initialisiert wurde.
|
|
378
|
+
*/
|
|
379
|
+
"isReady": () => Promise<boolean>;
|
|
380
|
+
/**
|
|
381
|
+
* Current load state of the layer.
|
|
382
|
+
* @default 'idle'
|
|
383
|
+
*/
|
|
384
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
385
|
+
/**
|
|
386
|
+
* Maximale Zoomstufe für das Terrain.
|
|
387
|
+
*/
|
|
388
|
+
"maxZoom"?: number;
|
|
389
|
+
/**
|
|
390
|
+
* Fehler-Toleranz für das Mesh (wird an TerrainRenderer durchgereicht).
|
|
391
|
+
*/
|
|
392
|
+
"meshMaxError"?: number;
|
|
393
|
+
/**
|
|
394
|
+
* Minimale Zoomstufe für das Terrain.
|
|
395
|
+
*/
|
|
396
|
+
"minZoom"?: number;
|
|
397
|
+
/**
|
|
398
|
+
* Opazität des Layers.
|
|
399
|
+
* @default 1
|
|
400
|
+
*/
|
|
401
|
+
"opacity": number;
|
|
402
|
+
/**
|
|
403
|
+
* Optionale Textur (RGB) für das Terrain.
|
|
404
|
+
*/
|
|
405
|
+
"texture"?: string;
|
|
406
|
+
/**
|
|
407
|
+
* Sichtbarkeit des Layers.
|
|
408
|
+
* @default true
|
|
409
|
+
*/
|
|
410
|
+
"visible": boolean;
|
|
411
|
+
/**
|
|
412
|
+
* Darstellung des Mesh als Drahtgitter.
|
|
413
|
+
*/
|
|
414
|
+
"wireframe"?: boolean;
|
|
415
|
+
/**
|
|
416
|
+
* Z-Index für die Darstellung.
|
|
417
|
+
* @default 1000
|
|
418
|
+
*/
|
|
419
|
+
"zIndex": number;
|
|
420
|
+
}
|
|
421
|
+
interface VMapLayerTerrainGeotiff {
|
|
422
|
+
/**
|
|
423
|
+
* Color for the terrain (if no texture is provided). [r, g, b] with values 0-255.
|
|
424
|
+
* @default [255, 255, 255]
|
|
425
|
+
*/
|
|
426
|
+
"color"?: [number, number, number];
|
|
427
|
+
/**
|
|
428
|
+
* ColorMap for elevation data visualization. Only relevant when no texture is set.
|
|
429
|
+
* @default null
|
|
430
|
+
*/
|
|
431
|
+
"colorMap"?: string | GeoStylerColorMap;
|
|
432
|
+
/**
|
|
433
|
+
* Elevation exaggeration factor.
|
|
434
|
+
* @default 1.0
|
|
435
|
+
*/
|
|
436
|
+
"elevationScale"?: number;
|
|
437
|
+
/**
|
|
438
|
+
* Erzwingt die Verwendung der projection-Prop, ignoriert GeoKeys
|
|
439
|
+
* @default false
|
|
440
|
+
*/
|
|
441
|
+
"forceProjection"?: boolean;
|
|
442
|
+
/**
|
|
443
|
+
* Returns the last error detail, if any.
|
|
444
|
+
*/
|
|
445
|
+
"getError": () => Promise<VMapErrorDetail | undefined>;
|
|
446
|
+
/**
|
|
447
|
+
* Returns the internal layer ID used by the map provider.
|
|
448
|
+
*/
|
|
449
|
+
"getLayerId": () => Promise<string>;
|
|
450
|
+
/**
|
|
451
|
+
* Current load state of the layer.
|
|
452
|
+
* @default 'idle'
|
|
453
|
+
*/
|
|
454
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
455
|
+
/**
|
|
456
|
+
* Maximum zoom level.
|
|
457
|
+
* @default 24
|
|
458
|
+
*/
|
|
459
|
+
"maxZoom"?: number;
|
|
460
|
+
/**
|
|
461
|
+
* Mesh error tolerance in meters (Martini). Smaller values = more detailed mesh, but slower.
|
|
462
|
+
* @default 4.0
|
|
463
|
+
*/
|
|
464
|
+
"meshMaxError"?: number;
|
|
465
|
+
/**
|
|
466
|
+
* Minimum zoom level.
|
|
467
|
+
* @default 0
|
|
468
|
+
*/
|
|
469
|
+
"minZoom"?: number;
|
|
470
|
+
/**
|
|
471
|
+
* NoData value to discard (overriding any nodata values in the metadata).
|
|
472
|
+
* @default null
|
|
473
|
+
*/
|
|
474
|
+
"nodata"?: number;
|
|
475
|
+
/**
|
|
476
|
+
* Opacity of the terrain layer (0–1).
|
|
477
|
+
* @default 1
|
|
478
|
+
*/
|
|
479
|
+
"opacity": number;
|
|
480
|
+
/**
|
|
481
|
+
* Quell-Projektion des GeoTIFF (z. B. "EPSG:32632" oder proj4-String)
|
|
482
|
+
* @default null
|
|
483
|
+
*/
|
|
484
|
+
"projection"?: string;
|
|
485
|
+
/**
|
|
486
|
+
* Rendering mode for GeoTIFF terrain.
|
|
487
|
+
* @default terrain
|
|
488
|
+
*/
|
|
489
|
+
"renderMode"?: 'terrain' | 'colormap';
|
|
490
|
+
/**
|
|
491
|
+
* Optional texture URL (can be an image or tile URL).
|
|
492
|
+
* @default null
|
|
493
|
+
*/
|
|
494
|
+
"texture"?: string;
|
|
495
|
+
/**
|
|
496
|
+
* Tile size in pixels.
|
|
497
|
+
* @default 256
|
|
498
|
+
*/
|
|
499
|
+
"tileSize"?: number;
|
|
500
|
+
/**
|
|
501
|
+
* URL to the GeoTIFF file containing elevation data.
|
|
502
|
+
* @default null
|
|
503
|
+
*/
|
|
504
|
+
"url": string;
|
|
505
|
+
/**
|
|
506
|
+
* Value range for colormap normalization [min, max].
|
|
507
|
+
* @default null
|
|
508
|
+
*/
|
|
509
|
+
"valueRange"?: [number, number];
|
|
510
|
+
/**
|
|
511
|
+
* Sichtbarkeit des Layers
|
|
512
|
+
* @default true
|
|
513
|
+
*/
|
|
514
|
+
"visible": boolean;
|
|
515
|
+
/**
|
|
516
|
+
* Enable wireframe mode (show only mesh lines).
|
|
517
|
+
* @default false
|
|
518
|
+
*/
|
|
519
|
+
"wireframe"?: boolean;
|
|
520
|
+
/**
|
|
521
|
+
* Z-index for layer stacking order. Higher values render on top.
|
|
522
|
+
* @default 100
|
|
523
|
+
*/
|
|
524
|
+
"zIndex": number;
|
|
525
|
+
}
|
|
526
|
+
interface VMapLayerTile3d {
|
|
527
|
+
/**
|
|
528
|
+
* Returns the last error detail, if any.
|
|
529
|
+
*/
|
|
530
|
+
"getError": () => Promise<VMapErrorDetail | undefined>;
|
|
531
|
+
/**
|
|
532
|
+
* Indicates whether the tileset has been initialised and added to the map.
|
|
533
|
+
*/
|
|
534
|
+
"isReady": () => Promise<boolean>;
|
|
535
|
+
/**
|
|
536
|
+
* Current load state of the layer.
|
|
537
|
+
* @default 'idle'
|
|
538
|
+
*/
|
|
539
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
540
|
+
/**
|
|
541
|
+
* Global opacity factor (0-1).
|
|
542
|
+
* @default 1
|
|
543
|
+
*/
|
|
544
|
+
"opacity": number;
|
|
545
|
+
/**
|
|
546
|
+
* Optional JSON string or object with Cesium3DTileset options.
|
|
547
|
+
*/
|
|
548
|
+
"tilesetOptions"?: string | Record<string, unknown>;
|
|
549
|
+
/**
|
|
550
|
+
* URL pointing to the Cesium 3D Tileset.
|
|
551
|
+
*/
|
|
552
|
+
"url": string;
|
|
553
|
+
/**
|
|
554
|
+
* Whether the tileset should be visible.
|
|
555
|
+
* @default true
|
|
556
|
+
*/
|
|
557
|
+
"visible": boolean;
|
|
558
|
+
/**
|
|
559
|
+
* Z-index used for ordering tilesets.
|
|
560
|
+
* @default 1000
|
|
561
|
+
*/
|
|
562
|
+
"zIndex": number;
|
|
563
|
+
}
|
|
564
|
+
interface VMapLayerWcs {
|
|
565
|
+
/**
|
|
566
|
+
* Coverage-Name/ID.
|
|
567
|
+
*/
|
|
568
|
+
"coverageName": string;
|
|
569
|
+
/**
|
|
570
|
+
* Ausgabeformat, z. B. image/tiff.
|
|
571
|
+
* @default 'image/tiff'
|
|
572
|
+
*/
|
|
573
|
+
"format": string;
|
|
574
|
+
/**
|
|
575
|
+
* Returns the last error detail, if any.
|
|
576
|
+
*/
|
|
577
|
+
"getError": () => Promise<VMapErrorDetail | undefined>;
|
|
578
|
+
/**
|
|
579
|
+
* Gibt `true` zurück, sobald der Layer initialisiert wurde.
|
|
580
|
+
*/
|
|
581
|
+
"isReady": () => Promise<boolean>;
|
|
582
|
+
/**
|
|
583
|
+
* Current load state of the layer.
|
|
584
|
+
* @default 'idle'
|
|
585
|
+
*/
|
|
586
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
587
|
+
/**
|
|
588
|
+
* Opazität (0–1).
|
|
589
|
+
* @default 1
|
|
590
|
+
*/
|
|
591
|
+
"opacity": number;
|
|
592
|
+
/**
|
|
593
|
+
* Zusätzliche Parameter als JSON-String.
|
|
594
|
+
*/
|
|
595
|
+
"params"?: string;
|
|
596
|
+
/**
|
|
597
|
+
* Projektion (Projection) für die Quelle.
|
|
598
|
+
*/
|
|
599
|
+
"projection"?: string;
|
|
600
|
+
/**
|
|
601
|
+
* Auflösungen als JSON-Array, z. B. [1000,500].
|
|
602
|
+
*/
|
|
603
|
+
"resolutions"?: string;
|
|
604
|
+
/**
|
|
605
|
+
* Basis-URL des WCS-Dienstes.
|
|
606
|
+
*/
|
|
607
|
+
"url": string;
|
|
608
|
+
/**
|
|
609
|
+
* WCS-Version.
|
|
610
|
+
* @default '1.1.0'
|
|
611
|
+
*/
|
|
612
|
+
"version": string;
|
|
613
|
+
/**
|
|
614
|
+
* Sichtbarkeit des Layers.
|
|
615
|
+
* @default true
|
|
616
|
+
*/
|
|
617
|
+
"visible": boolean;
|
|
618
|
+
/**
|
|
619
|
+
* Z-Index für die Darstellung.
|
|
620
|
+
* @default 1000
|
|
621
|
+
*/
|
|
622
|
+
"zIndex": number;
|
|
623
|
+
}
|
|
624
|
+
interface VMapLayerWfs {
|
|
625
|
+
/**
|
|
626
|
+
* Returns the last error detail, if any.
|
|
627
|
+
*/
|
|
628
|
+
"getError": () => Promise<VMapErrorDetail | undefined>;
|
|
629
|
+
/**
|
|
630
|
+
* Gibt `true` zurück, sobald der Layer initialisiert wurde.
|
|
631
|
+
*/
|
|
632
|
+
"isReady": () => Promise<boolean>;
|
|
633
|
+
/**
|
|
634
|
+
* Current load state of the layer.
|
|
635
|
+
* @default 'idle'
|
|
636
|
+
*/
|
|
637
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
638
|
+
/**
|
|
639
|
+
* Opazität (0–1).
|
|
640
|
+
* @default 1
|
|
641
|
+
*/
|
|
642
|
+
"opacity": number;
|
|
643
|
+
/**
|
|
644
|
+
* Ausgabeformat, z. B. application/json.
|
|
645
|
+
* @default 'application/json'
|
|
646
|
+
*/
|
|
647
|
+
"outputFormat": string;
|
|
648
|
+
/**
|
|
649
|
+
* Zusätzliche Parameter als JSON-String.
|
|
650
|
+
*/
|
|
651
|
+
"params"?: string;
|
|
652
|
+
/**
|
|
653
|
+
* Ziel-Referenzsystem, Standard EPSG:3857.
|
|
654
|
+
* @default 'EPSG:3857'
|
|
655
|
+
*/
|
|
656
|
+
"srsName": string;
|
|
657
|
+
/**
|
|
658
|
+
* Feature-Typ (typeName) des WFS.
|
|
659
|
+
*/
|
|
660
|
+
"typeName": string;
|
|
661
|
+
/**
|
|
662
|
+
* WFS Endpunkt (z. B. https://server/wfs).
|
|
663
|
+
*/
|
|
664
|
+
"url": string;
|
|
665
|
+
/**
|
|
666
|
+
* WFS Version, Standard 1.1.0.
|
|
667
|
+
* @default '1.1.0'
|
|
668
|
+
*/
|
|
669
|
+
"version": string;
|
|
670
|
+
/**
|
|
671
|
+
* Sichtbarkeit des Layers.
|
|
672
|
+
* @default true
|
|
673
|
+
*/
|
|
674
|
+
"visible": boolean;
|
|
675
|
+
/**
|
|
676
|
+
* Z-Index für Rendering.
|
|
677
|
+
* @default 1000
|
|
678
|
+
*/
|
|
679
|
+
"zIndex": number;
|
|
680
|
+
}
|
|
681
|
+
interface VMapLayerWkt {
|
|
682
|
+
/**
|
|
683
|
+
* Fill color for polygon geometries (CSS color value)
|
|
684
|
+
* @default 'rgba(0,100,255,0.3)'
|
|
685
|
+
*/
|
|
686
|
+
"fillColor"?: string;
|
|
687
|
+
/**
|
|
688
|
+
* Fill opacity for polygon geometries (0-1)
|
|
689
|
+
* @default 0.3
|
|
690
|
+
*/
|
|
691
|
+
"fillOpacity"?: number;
|
|
692
|
+
/**
|
|
693
|
+
* Returns the last error detail, if any.
|
|
694
|
+
*/
|
|
695
|
+
"getError": () => Promise<VMapErrorDetail | undefined>;
|
|
696
|
+
/**
|
|
697
|
+
* Returns the internal layer ID used by the map provider.
|
|
698
|
+
*/
|
|
699
|
+
"getLayerId": () => Promise<string>;
|
|
700
|
+
/**
|
|
701
|
+
* Icon size as [width, height] in pixels (comma-separated string like "32,32")
|
|
702
|
+
* @default "32,32"
|
|
703
|
+
*/
|
|
704
|
+
"iconSize"?: string;
|
|
705
|
+
/**
|
|
706
|
+
* Icon URL for point features (alternative to pointColor/pointRadius)
|
|
707
|
+
*/
|
|
708
|
+
"iconUrl"?: string;
|
|
709
|
+
/**
|
|
710
|
+
* Current load state of the layer.
|
|
711
|
+
* @default 'idle'
|
|
712
|
+
*/
|
|
713
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
714
|
+
/**
|
|
715
|
+
* Globale Opazität (0–1).
|
|
716
|
+
* @default 1
|
|
717
|
+
*/
|
|
718
|
+
"opacity": number;
|
|
719
|
+
/**
|
|
720
|
+
* Point color for point geometries (CSS color value)
|
|
721
|
+
* @default 'rgba(0,100,255,1)'
|
|
722
|
+
*/
|
|
723
|
+
"pointColor"?: string;
|
|
724
|
+
/**
|
|
725
|
+
* Point radius for point geometries in pixels
|
|
726
|
+
* @default 6
|
|
727
|
+
*/
|
|
728
|
+
"pointRadius"?: number;
|
|
729
|
+
/**
|
|
730
|
+
* Stroke color for lines and polygon outlines (CSS color value)
|
|
731
|
+
* @default 'rgba(0,100,255,1)'
|
|
732
|
+
*/
|
|
733
|
+
"strokeColor"?: string;
|
|
734
|
+
/**
|
|
735
|
+
* Stroke opacity (0-1)
|
|
736
|
+
* @default 1
|
|
737
|
+
*/
|
|
738
|
+
"strokeOpacity"?: number;
|
|
739
|
+
/**
|
|
740
|
+
* Stroke width in pixels
|
|
741
|
+
* @default 2
|
|
742
|
+
*/
|
|
743
|
+
"strokeWidth"?: number;
|
|
744
|
+
/**
|
|
745
|
+
* Text color for labels (CSS color value)
|
|
746
|
+
* @default '#000000'
|
|
747
|
+
*/
|
|
748
|
+
"textColor"?: string;
|
|
749
|
+
/**
|
|
750
|
+
* Text property name from feature properties to display as label
|
|
751
|
+
*/
|
|
752
|
+
"textProperty"?: string;
|
|
753
|
+
/**
|
|
754
|
+
* Text size for labels in pixels
|
|
755
|
+
* @default 12
|
|
756
|
+
*/
|
|
757
|
+
"textSize"?: number;
|
|
758
|
+
/**
|
|
759
|
+
* URL, von der eine WKT-Geometrie geladen wird (alternativ zu `wkt`).
|
|
760
|
+
*/
|
|
761
|
+
"url"?: string;
|
|
762
|
+
/**
|
|
763
|
+
* Sichtbarkeit des Layers.
|
|
764
|
+
* @default true
|
|
765
|
+
*/
|
|
766
|
+
"visible": boolean;
|
|
767
|
+
/**
|
|
768
|
+
* WKT-Geometrie (z. B. "POINT(11.57 48.14)" oder "POLYGON((...))").
|
|
769
|
+
*/
|
|
770
|
+
"wkt"?: string;
|
|
771
|
+
/**
|
|
772
|
+
* Z-index for layer stacking order. Higher values render on top.
|
|
773
|
+
* @default 1000
|
|
774
|
+
*/
|
|
775
|
+
"zIndex": number;
|
|
776
|
+
}
|
|
777
|
+
/**
|
|
778
|
+
* OGC WMS Layer
|
|
779
|
+
*/
|
|
780
|
+
interface VMapLayerWms {
|
|
781
|
+
/**
|
|
782
|
+
* Bildformat des GetMap-Requests.
|
|
783
|
+
* @default "image/png"
|
|
784
|
+
*/
|
|
785
|
+
"format": string;
|
|
786
|
+
/**
|
|
787
|
+
* Returns the last error detail, if any.
|
|
788
|
+
*/
|
|
789
|
+
"getError": () => Promise<VMapErrorDetail | undefined>;
|
|
790
|
+
/**
|
|
791
|
+
* Kommagetrennte Layer-Namen (z. B. "topp:states").
|
|
792
|
+
*/
|
|
793
|
+
"layers": string;
|
|
794
|
+
/**
|
|
795
|
+
* Current load state of the layer.
|
|
796
|
+
* @default 'idle'
|
|
797
|
+
*/
|
|
798
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
799
|
+
/**
|
|
800
|
+
* Globale Opazität des WMS-Layers (0–1).
|
|
801
|
+
* @default 1
|
|
802
|
+
*/
|
|
803
|
+
"opacity": number;
|
|
804
|
+
/**
|
|
805
|
+
* WMS-`STYLES` Parameter (kommagetrennt).
|
|
806
|
+
* @default ""
|
|
807
|
+
*/
|
|
808
|
+
"styles"?: string;
|
|
809
|
+
/**
|
|
810
|
+
* Tiled/geslicete Requests verwenden (falls Server unterstützt).
|
|
811
|
+
* @default true
|
|
812
|
+
*/
|
|
813
|
+
"tiled": boolean;
|
|
814
|
+
/**
|
|
815
|
+
* Transparente Kacheln anfordern.
|
|
816
|
+
* @default true
|
|
817
|
+
*/
|
|
818
|
+
"transparent": boolean;
|
|
819
|
+
/**
|
|
820
|
+
* Basis-URL des WMS-Dienstes (GetMap-Endpunkt ohne Query-Parameter).
|
|
821
|
+
*/
|
|
822
|
+
"url": string;
|
|
823
|
+
/**
|
|
824
|
+
* Sichtbarkeit des WMS-Layers.
|
|
825
|
+
* @default true
|
|
826
|
+
*/
|
|
827
|
+
"visible": boolean;
|
|
828
|
+
/**
|
|
829
|
+
* Z-index for layer stacking order. Higher values render on top.
|
|
830
|
+
* @default 10
|
|
831
|
+
*/
|
|
832
|
+
"zIndex": number;
|
|
833
|
+
}
|
|
834
|
+
/**
|
|
835
|
+
* XYZ Tile Layer
|
|
836
|
+
*/
|
|
837
|
+
interface VMapLayerXyz {
|
|
838
|
+
/**
|
|
839
|
+
* Attributions-/Copyright-Text (HTML erlaubt).
|
|
840
|
+
*/
|
|
841
|
+
"attributions"?: string;
|
|
842
|
+
/**
|
|
843
|
+
* Returns the last error detail, if any.
|
|
844
|
+
*/
|
|
845
|
+
"getError": () => Promise<VMapErrorDetail | undefined>;
|
|
846
|
+
/**
|
|
847
|
+
* Current load state of the layer.
|
|
848
|
+
* @default 'idle'
|
|
849
|
+
*/
|
|
850
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
851
|
+
/**
|
|
852
|
+
* Maximaler Zoomlevel, den der Tile-Server liefert.
|
|
853
|
+
* @default 19
|
|
854
|
+
*/
|
|
855
|
+
"maxZoom"?: number;
|
|
856
|
+
/**
|
|
857
|
+
* Opazität (0–1).
|
|
858
|
+
* @default 1
|
|
859
|
+
*/
|
|
860
|
+
"opacity": number;
|
|
861
|
+
/**
|
|
862
|
+
* Subdomains für parallele Tile-Anfragen (z. B. "a,b,c").
|
|
863
|
+
*/
|
|
864
|
+
"subdomains"?: string;
|
|
865
|
+
/**
|
|
866
|
+
* Größe einer Kachel in Pixeln.
|
|
867
|
+
* @default 256
|
|
868
|
+
*/
|
|
869
|
+
"tileSize"?: number;
|
|
870
|
+
/**
|
|
871
|
+
* URL-Template für Kacheln, z. B. "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png".
|
|
872
|
+
*/
|
|
873
|
+
"url": string;
|
|
874
|
+
/**
|
|
875
|
+
* Sichtbarkeit des XYZ-Layers.
|
|
876
|
+
* @default true
|
|
877
|
+
*/
|
|
878
|
+
"visible": boolean;
|
|
879
|
+
}
|
|
880
|
+
interface VMapLayercontrol {
|
|
881
|
+
/**
|
|
882
|
+
* ID der zu steuernden Karte (DOM-Element mit dieser id)
|
|
883
|
+
*/
|
|
884
|
+
"for": string;
|
|
885
|
+
}
|
|
886
|
+
interface VMapLayergroup {
|
|
887
|
+
/**
|
|
888
|
+
* Base map identifier for this layer group. When set, layers in this group will be treated as base map layers.
|
|
889
|
+
* @default null
|
|
890
|
+
*/
|
|
891
|
+
"basemapid": string | null;
|
|
892
|
+
/**
|
|
893
|
+
* Returns the internal group identifier used by the map provider.
|
|
894
|
+
*/
|
|
895
|
+
"getGroupId": () => Promise<string>;
|
|
896
|
+
/**
|
|
897
|
+
* Globale Opazität (0–1) für alle Kinder.
|
|
898
|
+
* @default 1
|
|
899
|
+
*/
|
|
900
|
+
"opacity": number;
|
|
901
|
+
/**
|
|
902
|
+
* Sichtbarkeit der gesamten Gruppe.
|
|
903
|
+
* @default true
|
|
904
|
+
*/
|
|
905
|
+
"visible": boolean;
|
|
906
|
+
}
|
|
907
|
+
interface VMapStyle {
|
|
908
|
+
/**
|
|
909
|
+
* Whether to automatically apply the style when loaded.
|
|
910
|
+
* @default true
|
|
911
|
+
*/
|
|
912
|
+
"autoApply": boolean;
|
|
913
|
+
/**
|
|
914
|
+
* Inline style content as string (alternative to src).
|
|
915
|
+
*/
|
|
916
|
+
"content"?: string;
|
|
917
|
+
/**
|
|
918
|
+
* The styling format to parse (supports 'sld', 'mapbox-gl', 'qgis', 'lyrx', 'cesium-3d-tiles').
|
|
919
|
+
* @default 'sld'
|
|
920
|
+
*/
|
|
921
|
+
"format": StyleFormat;
|
|
922
|
+
/**
|
|
923
|
+
* Get the target layer IDs as array. async
|
|
924
|
+
*/
|
|
925
|
+
"getLayerTargetIds": () => Promise<string[]>;
|
|
926
|
+
/**
|
|
927
|
+
* Get the currently parsed style.
|
|
928
|
+
*/
|
|
929
|
+
"getStyle": () => Promise<ResolvedStyle | undefined>;
|
|
930
|
+
/**
|
|
931
|
+
* Target layer IDs to apply this style to. If not specified, applies to all compatible layers.
|
|
932
|
+
*/
|
|
933
|
+
"layerTargets"?: string;
|
|
934
|
+
/**
|
|
935
|
+
* The style source - can be a URL to fetch from or inline SLD/style content.
|
|
936
|
+
*/
|
|
937
|
+
"src"?: string;
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
export interface VMapCustomEvent<T> extends CustomEvent<T> {
|
|
941
|
+
detail: T;
|
|
942
|
+
target: HTMLVMapElement;
|
|
943
|
+
}
|
|
944
|
+
export interface VMapBuilderCustomEvent<T> extends CustomEvent<T> {
|
|
945
|
+
detail: T;
|
|
946
|
+
target: HTMLVMapBuilderElement;
|
|
947
|
+
}
|
|
948
|
+
export interface VMapLayerGeotiffCustomEvent<T> extends CustomEvent<T> {
|
|
949
|
+
detail: T;
|
|
950
|
+
target: HTMLVMapLayerGeotiffElement;
|
|
951
|
+
}
|
|
952
|
+
export interface VMapLayerGoogleCustomEvent<T> extends CustomEvent<T> {
|
|
953
|
+
detail: T;
|
|
954
|
+
target: HTMLVMapLayerGoogleElement;
|
|
955
|
+
}
|
|
956
|
+
export interface VMapLayerOsmCustomEvent<T> extends CustomEvent<T> {
|
|
957
|
+
detail: T;
|
|
958
|
+
target: HTMLVMapLayerOsmElement;
|
|
959
|
+
}
|
|
960
|
+
export interface VMapLayerScatterplotCustomEvent<T> extends CustomEvent<T> {
|
|
961
|
+
detail: T;
|
|
962
|
+
target: HTMLVMapLayerScatterplotElement;
|
|
963
|
+
}
|
|
964
|
+
export interface VMapLayerTerrainGeotiffCustomEvent<T> extends CustomEvent<T> {
|
|
965
|
+
detail: T;
|
|
966
|
+
target: HTMLVMapLayerTerrainGeotiffElement;
|
|
967
|
+
}
|
|
968
|
+
export interface VMapLayerTile3dCustomEvent<T> extends CustomEvent<T> {
|
|
969
|
+
detail: T;
|
|
970
|
+
target: HTMLVMapLayerTile3dElement;
|
|
971
|
+
}
|
|
972
|
+
export interface VMapLayerWktCustomEvent<T> extends CustomEvent<T> {
|
|
973
|
+
detail: T;
|
|
974
|
+
target: HTMLVMapLayerWktElement;
|
|
975
|
+
}
|
|
976
|
+
export interface VMapLayerWmsCustomEvent<T> extends CustomEvent<T> {
|
|
977
|
+
detail: T;
|
|
978
|
+
target: HTMLVMapLayerWmsElement;
|
|
979
|
+
}
|
|
980
|
+
export interface VMapLayerXyzCustomEvent<T> extends CustomEvent<T> {
|
|
981
|
+
detail: T;
|
|
982
|
+
target: HTMLVMapLayerXyzElement;
|
|
983
|
+
}
|
|
984
|
+
export interface VMapStyleCustomEvent<T> extends CustomEvent<T> {
|
|
985
|
+
detail: T;
|
|
986
|
+
target: HTMLVMapStyleElement;
|
|
987
|
+
}
|
|
988
|
+
declare global {
|
|
989
|
+
interface HTMLVMapElementEventMap {
|
|
990
|
+
"mapProviderReady": MapProviderDetail;
|
|
991
|
+
}
|
|
992
|
+
interface HTMLVMapElement extends Components.VMap, HTMLStencilElement {
|
|
993
|
+
addEventListener<K extends keyof HTMLVMapElementEventMap>(type: K, listener: (this: HTMLVMapElement, ev: VMapCustomEvent<HTMLVMapElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
994
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
995
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
996
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
997
|
+
removeEventListener<K extends keyof HTMLVMapElementEventMap>(type: K, listener: (this: HTMLVMapElement, ev: VMapCustomEvent<HTMLVMapElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
998
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
999
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1000
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1001
|
+
}
|
|
1002
|
+
var HTMLVMapElement: {
|
|
1003
|
+
prototype: HTMLVMapElement;
|
|
1004
|
+
new (): HTMLVMapElement;
|
|
1005
|
+
};
|
|
1006
|
+
interface HTMLVMapBuilderElementEventMap {
|
|
1007
|
+
"configReady": BuilderConfig;
|
|
1008
|
+
"configError": {
|
|
1009
|
+
message: string;
|
|
1010
|
+
errors?: string[];
|
|
1011
|
+
};
|
|
1012
|
+
}
|
|
1013
|
+
/**
|
|
1014
|
+
* A component that builds map configurations dynamically from JSON/YAML configuration scripts.
|
|
1015
|
+
*/
|
|
1016
|
+
interface HTMLVMapBuilderElement extends Components.VMapBuilder, HTMLStencilElement {
|
|
1017
|
+
addEventListener<K extends keyof HTMLVMapBuilderElementEventMap>(type: K, listener: (this: HTMLVMapBuilderElement, ev: VMapBuilderCustomEvent<HTMLVMapBuilderElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1018
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1019
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1020
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1021
|
+
removeEventListener<K extends keyof HTMLVMapBuilderElementEventMap>(type: K, listener: (this: HTMLVMapBuilderElement, ev: VMapBuilderCustomEvent<HTMLVMapBuilderElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1022
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1023
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1024
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1025
|
+
}
|
|
1026
|
+
var HTMLVMapBuilderElement: {
|
|
1027
|
+
prototype: HTMLVMapBuilderElement;
|
|
1028
|
+
new (): HTMLVMapBuilderElement;
|
|
1029
|
+
};
|
|
1030
|
+
interface HTMLVMapLayerGeojsonElement extends Components.VMapLayerGeojson, HTMLStencilElement {
|
|
1031
|
+
}
|
|
1032
|
+
var HTMLVMapLayerGeojsonElement: {
|
|
1033
|
+
prototype: HTMLVMapLayerGeojsonElement;
|
|
1034
|
+
new (): HTMLVMapLayerGeojsonElement;
|
|
1035
|
+
};
|
|
1036
|
+
interface HTMLVMapLayerGeotiffElementEventMap {
|
|
1037
|
+
"ready": void;
|
|
1038
|
+
}
|
|
1039
|
+
interface HTMLVMapLayerGeotiffElement extends Components.VMapLayerGeotiff, HTMLStencilElement {
|
|
1040
|
+
addEventListener<K extends keyof HTMLVMapLayerGeotiffElementEventMap>(type: K, listener: (this: HTMLVMapLayerGeotiffElement, ev: VMapLayerGeotiffCustomEvent<HTMLVMapLayerGeotiffElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1041
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1042
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1043
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1044
|
+
removeEventListener<K extends keyof HTMLVMapLayerGeotiffElementEventMap>(type: K, listener: (this: HTMLVMapLayerGeotiffElement, ev: VMapLayerGeotiffCustomEvent<HTMLVMapLayerGeotiffElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1045
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1046
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1047
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1048
|
+
}
|
|
1049
|
+
var HTMLVMapLayerGeotiffElement: {
|
|
1050
|
+
prototype: HTMLVMapLayerGeotiffElement;
|
|
1051
|
+
new (): HTMLVMapLayerGeotiffElement;
|
|
1052
|
+
};
|
|
1053
|
+
interface HTMLVMapLayerGoogleElementEventMap {
|
|
1054
|
+
"ready": void;
|
|
1055
|
+
}
|
|
1056
|
+
/**
|
|
1057
|
+
* Google Maps Basemap Layer
|
|
1058
|
+
*/
|
|
1059
|
+
interface HTMLVMapLayerGoogleElement extends Components.VMapLayerGoogle, HTMLStencilElement {
|
|
1060
|
+
addEventListener<K extends keyof HTMLVMapLayerGoogleElementEventMap>(type: K, listener: (this: HTMLVMapLayerGoogleElement, ev: VMapLayerGoogleCustomEvent<HTMLVMapLayerGoogleElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1061
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1062
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1063
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1064
|
+
removeEventListener<K extends keyof HTMLVMapLayerGoogleElementEventMap>(type: K, listener: (this: HTMLVMapLayerGoogleElement, ev: VMapLayerGoogleCustomEvent<HTMLVMapLayerGoogleElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1065
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1066
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1067
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1068
|
+
}
|
|
1069
|
+
var HTMLVMapLayerGoogleElement: {
|
|
1070
|
+
prototype: HTMLVMapLayerGoogleElement;
|
|
1071
|
+
new (): HTMLVMapLayerGoogleElement;
|
|
1072
|
+
};
|
|
1073
|
+
interface HTMLVMapLayerOsmElementEventMap {
|
|
1074
|
+
"ready": void;
|
|
1075
|
+
}
|
|
1076
|
+
interface HTMLVMapLayerOsmElement extends Components.VMapLayerOsm, HTMLStencilElement {
|
|
1077
|
+
addEventListener<K extends keyof HTMLVMapLayerOsmElementEventMap>(type: K, listener: (this: HTMLVMapLayerOsmElement, ev: VMapLayerOsmCustomEvent<HTMLVMapLayerOsmElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1078
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1079
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1080
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1081
|
+
removeEventListener<K extends keyof HTMLVMapLayerOsmElementEventMap>(type: K, listener: (this: HTMLVMapLayerOsmElement, ev: VMapLayerOsmCustomEvent<HTMLVMapLayerOsmElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1082
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1083
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1084
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1085
|
+
}
|
|
1086
|
+
var HTMLVMapLayerOsmElement: {
|
|
1087
|
+
prototype: HTMLVMapLayerOsmElement;
|
|
1088
|
+
new (): HTMLVMapLayerOsmElement;
|
|
1089
|
+
};
|
|
1090
|
+
interface HTMLVMapLayerScatterplotElementEventMap {
|
|
1091
|
+
"ready": void;
|
|
1092
|
+
}
|
|
1093
|
+
interface HTMLVMapLayerScatterplotElement extends Components.VMapLayerScatterplot, HTMLStencilElement {
|
|
1094
|
+
addEventListener<K extends keyof HTMLVMapLayerScatterplotElementEventMap>(type: K, listener: (this: HTMLVMapLayerScatterplotElement, ev: VMapLayerScatterplotCustomEvent<HTMLVMapLayerScatterplotElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1095
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1096
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1097
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1098
|
+
removeEventListener<K extends keyof HTMLVMapLayerScatterplotElementEventMap>(type: K, listener: (this: HTMLVMapLayerScatterplotElement, ev: VMapLayerScatterplotCustomEvent<HTMLVMapLayerScatterplotElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1099
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1100
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1101
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1102
|
+
}
|
|
1103
|
+
var HTMLVMapLayerScatterplotElement: {
|
|
1104
|
+
prototype: HTMLVMapLayerScatterplotElement;
|
|
1105
|
+
new (): HTMLVMapLayerScatterplotElement;
|
|
1106
|
+
};
|
|
1107
|
+
interface HTMLVMapLayerTerrainElement extends Components.VMapLayerTerrain, HTMLStencilElement {
|
|
1108
|
+
}
|
|
1109
|
+
var HTMLVMapLayerTerrainElement: {
|
|
1110
|
+
prototype: HTMLVMapLayerTerrainElement;
|
|
1111
|
+
new (): HTMLVMapLayerTerrainElement;
|
|
1112
|
+
};
|
|
1113
|
+
interface HTMLVMapLayerTerrainGeotiffElementEventMap {
|
|
1114
|
+
"ready": void;
|
|
1115
|
+
}
|
|
1116
|
+
interface HTMLVMapLayerTerrainGeotiffElement extends Components.VMapLayerTerrainGeotiff, HTMLStencilElement {
|
|
1117
|
+
addEventListener<K extends keyof HTMLVMapLayerTerrainGeotiffElementEventMap>(type: K, listener: (this: HTMLVMapLayerTerrainGeotiffElement, ev: VMapLayerTerrainGeotiffCustomEvent<HTMLVMapLayerTerrainGeotiffElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1118
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1119
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1120
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1121
|
+
removeEventListener<K extends keyof HTMLVMapLayerTerrainGeotiffElementEventMap>(type: K, listener: (this: HTMLVMapLayerTerrainGeotiffElement, ev: VMapLayerTerrainGeotiffCustomEvent<HTMLVMapLayerTerrainGeotiffElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1122
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1123
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1124
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1125
|
+
}
|
|
1126
|
+
var HTMLVMapLayerTerrainGeotiffElement: {
|
|
1127
|
+
prototype: HTMLVMapLayerTerrainGeotiffElement;
|
|
1128
|
+
new (): HTMLVMapLayerTerrainGeotiffElement;
|
|
1129
|
+
};
|
|
1130
|
+
interface HTMLVMapLayerTile3dElementEventMap {
|
|
1131
|
+
"ready": void;
|
|
1132
|
+
}
|
|
1133
|
+
interface HTMLVMapLayerTile3dElement extends Components.VMapLayerTile3d, HTMLStencilElement {
|
|
1134
|
+
addEventListener<K extends keyof HTMLVMapLayerTile3dElementEventMap>(type: K, listener: (this: HTMLVMapLayerTile3dElement, ev: VMapLayerTile3dCustomEvent<HTMLVMapLayerTile3dElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1135
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1136
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1137
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1138
|
+
removeEventListener<K extends keyof HTMLVMapLayerTile3dElementEventMap>(type: K, listener: (this: HTMLVMapLayerTile3dElement, ev: VMapLayerTile3dCustomEvent<HTMLVMapLayerTile3dElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1139
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1140
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1141
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1142
|
+
}
|
|
1143
|
+
var HTMLVMapLayerTile3dElement: {
|
|
1144
|
+
prototype: HTMLVMapLayerTile3dElement;
|
|
1145
|
+
new (): HTMLVMapLayerTile3dElement;
|
|
1146
|
+
};
|
|
1147
|
+
interface HTMLVMapLayerWcsElement extends Components.VMapLayerWcs, HTMLStencilElement {
|
|
1148
|
+
}
|
|
1149
|
+
var HTMLVMapLayerWcsElement: {
|
|
1150
|
+
prototype: HTMLVMapLayerWcsElement;
|
|
1151
|
+
new (): HTMLVMapLayerWcsElement;
|
|
1152
|
+
};
|
|
1153
|
+
interface HTMLVMapLayerWfsElement extends Components.VMapLayerWfs, HTMLStencilElement {
|
|
1154
|
+
}
|
|
1155
|
+
var HTMLVMapLayerWfsElement: {
|
|
1156
|
+
prototype: HTMLVMapLayerWfsElement;
|
|
1157
|
+
new (): HTMLVMapLayerWfsElement;
|
|
1158
|
+
};
|
|
1159
|
+
interface HTMLVMapLayerWktElementEventMap {
|
|
1160
|
+
"ready": void;
|
|
1161
|
+
}
|
|
1162
|
+
interface HTMLVMapLayerWktElement extends Components.VMapLayerWkt, HTMLStencilElement {
|
|
1163
|
+
addEventListener<K extends keyof HTMLVMapLayerWktElementEventMap>(type: K, listener: (this: HTMLVMapLayerWktElement, ev: VMapLayerWktCustomEvent<HTMLVMapLayerWktElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1164
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1165
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1166
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1167
|
+
removeEventListener<K extends keyof HTMLVMapLayerWktElementEventMap>(type: K, listener: (this: HTMLVMapLayerWktElement, ev: VMapLayerWktCustomEvent<HTMLVMapLayerWktElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1168
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1169
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1170
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1171
|
+
}
|
|
1172
|
+
var HTMLVMapLayerWktElement: {
|
|
1173
|
+
prototype: HTMLVMapLayerWktElement;
|
|
1174
|
+
new (): HTMLVMapLayerWktElement;
|
|
1175
|
+
};
|
|
1176
|
+
interface HTMLVMapLayerWmsElementEventMap {
|
|
1177
|
+
"ready": void;
|
|
1178
|
+
}
|
|
1179
|
+
/**
|
|
1180
|
+
* OGC WMS Layer
|
|
1181
|
+
*/
|
|
1182
|
+
interface HTMLVMapLayerWmsElement extends Components.VMapLayerWms, HTMLStencilElement {
|
|
1183
|
+
addEventListener<K extends keyof HTMLVMapLayerWmsElementEventMap>(type: K, listener: (this: HTMLVMapLayerWmsElement, ev: VMapLayerWmsCustomEvent<HTMLVMapLayerWmsElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1184
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1185
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1186
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1187
|
+
removeEventListener<K extends keyof HTMLVMapLayerWmsElementEventMap>(type: K, listener: (this: HTMLVMapLayerWmsElement, ev: VMapLayerWmsCustomEvent<HTMLVMapLayerWmsElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1188
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1189
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1190
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1191
|
+
}
|
|
1192
|
+
var HTMLVMapLayerWmsElement: {
|
|
1193
|
+
prototype: HTMLVMapLayerWmsElement;
|
|
1194
|
+
new (): HTMLVMapLayerWmsElement;
|
|
1195
|
+
};
|
|
1196
|
+
interface HTMLVMapLayerXyzElementEventMap {
|
|
1197
|
+
"ready": void;
|
|
1198
|
+
}
|
|
1199
|
+
/**
|
|
1200
|
+
* XYZ Tile Layer
|
|
1201
|
+
*/
|
|
1202
|
+
interface HTMLVMapLayerXyzElement extends Components.VMapLayerXyz, HTMLStencilElement {
|
|
1203
|
+
addEventListener<K extends keyof HTMLVMapLayerXyzElementEventMap>(type: K, listener: (this: HTMLVMapLayerXyzElement, ev: VMapLayerXyzCustomEvent<HTMLVMapLayerXyzElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1204
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1205
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1206
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1207
|
+
removeEventListener<K extends keyof HTMLVMapLayerXyzElementEventMap>(type: K, listener: (this: HTMLVMapLayerXyzElement, ev: VMapLayerXyzCustomEvent<HTMLVMapLayerXyzElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1208
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1209
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1210
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1211
|
+
}
|
|
1212
|
+
var HTMLVMapLayerXyzElement: {
|
|
1213
|
+
prototype: HTMLVMapLayerXyzElement;
|
|
1214
|
+
new (): HTMLVMapLayerXyzElement;
|
|
1215
|
+
};
|
|
1216
|
+
interface HTMLVMapLayercontrolElement extends Components.VMapLayercontrol, HTMLStencilElement {
|
|
1217
|
+
}
|
|
1218
|
+
var HTMLVMapLayercontrolElement: {
|
|
1219
|
+
prototype: HTMLVMapLayercontrolElement;
|
|
1220
|
+
new (): HTMLVMapLayercontrolElement;
|
|
1221
|
+
};
|
|
1222
|
+
interface HTMLVMapLayergroupElement extends Components.VMapLayergroup, HTMLStencilElement {
|
|
1223
|
+
}
|
|
1224
|
+
var HTMLVMapLayergroupElement: {
|
|
1225
|
+
prototype: HTMLVMapLayergroupElement;
|
|
1226
|
+
new (): HTMLVMapLayergroupElement;
|
|
1227
|
+
};
|
|
1228
|
+
interface HTMLVMapStyleElementEventMap {
|
|
1229
|
+
"styleReady": StyleEvent;
|
|
1230
|
+
"styleError": Error;
|
|
1231
|
+
}
|
|
1232
|
+
interface HTMLVMapStyleElement extends Components.VMapStyle, HTMLStencilElement {
|
|
1233
|
+
addEventListener<K extends keyof HTMLVMapStyleElementEventMap>(type: K, listener: (this: HTMLVMapStyleElement, ev: VMapStyleCustomEvent<HTMLVMapStyleElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1234
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1235
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1236
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1237
|
+
removeEventListener<K extends keyof HTMLVMapStyleElementEventMap>(type: K, listener: (this: HTMLVMapStyleElement, ev: VMapStyleCustomEvent<HTMLVMapStyleElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1238
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1239
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1240
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1241
|
+
}
|
|
1242
|
+
var HTMLVMapStyleElement: {
|
|
1243
|
+
prototype: HTMLVMapStyleElement;
|
|
1244
|
+
new (): HTMLVMapStyleElement;
|
|
1245
|
+
};
|
|
1246
|
+
interface HTMLElementTagNameMap {
|
|
1247
|
+
"v-map": HTMLVMapElement;
|
|
1248
|
+
"v-map-builder": HTMLVMapBuilderElement;
|
|
1249
|
+
"v-map-layer-geojson": HTMLVMapLayerGeojsonElement;
|
|
1250
|
+
"v-map-layer-geotiff": HTMLVMapLayerGeotiffElement;
|
|
1251
|
+
"v-map-layer-google": HTMLVMapLayerGoogleElement;
|
|
1252
|
+
"v-map-layer-osm": HTMLVMapLayerOsmElement;
|
|
1253
|
+
"v-map-layer-scatterplot": HTMLVMapLayerScatterplotElement;
|
|
1254
|
+
"v-map-layer-terrain": HTMLVMapLayerTerrainElement;
|
|
1255
|
+
"v-map-layer-terrain-geotiff": HTMLVMapLayerTerrainGeotiffElement;
|
|
1256
|
+
"v-map-layer-tile3d": HTMLVMapLayerTile3dElement;
|
|
1257
|
+
"v-map-layer-wcs": HTMLVMapLayerWcsElement;
|
|
1258
|
+
"v-map-layer-wfs": HTMLVMapLayerWfsElement;
|
|
1259
|
+
"v-map-layer-wkt": HTMLVMapLayerWktElement;
|
|
1260
|
+
"v-map-layer-wms": HTMLVMapLayerWmsElement;
|
|
1261
|
+
"v-map-layer-xyz": HTMLVMapLayerXyzElement;
|
|
1262
|
+
"v-map-layercontrol": HTMLVMapLayercontrolElement;
|
|
1263
|
+
"v-map-layergroup": HTMLVMapLayergroupElement;
|
|
1264
|
+
"v-map-style": HTMLVMapStyleElement;
|
|
1265
|
+
}
|
|
1266
|
+
}
|
|
1267
|
+
declare namespace LocalJSX {
|
|
1268
|
+
type OneOf<K extends string, PropT, AttrT = PropT> = { [P in K]: PropT } & { [P in `attr:${K}` | `prop:${K}`]?: never } | { [P in `attr:${K}`]: AttrT } & { [P in K | `prop:${K}`]?: never } | { [P in `prop:${K}`]: PropT } & { [P in K | `attr:${K}`]?: never };
|
|
1269
|
+
|
|
1270
|
+
interface VMap {
|
|
1271
|
+
/**
|
|
1272
|
+
* Mittelpunkt der Karte im **WGS84**-Koordinatensystem. Erwartet [lon, lat] (Längengrad, Breitengrad).
|
|
1273
|
+
* @default [0, 0]
|
|
1274
|
+
* @example <v-map center="[11.5761, 48.1371]" zoom="12"></v-map>
|
|
1275
|
+
*/
|
|
1276
|
+
"center"?: string;
|
|
1277
|
+
/**
|
|
1278
|
+
* Aktiviert ein „CSS-Only“-Rendering (z. B. für einfache Tests/Layouts). Bei `true` werden keine Provider initialisiert.
|
|
1279
|
+
* @default false
|
|
1280
|
+
*/
|
|
1281
|
+
"cssMode"?: CssMode;
|
|
1282
|
+
/**
|
|
1283
|
+
* Zu verwendender Karten-Provider. Unterstützte Werte: "ol" | "leaflet" | "cesium" | "deck".
|
|
1284
|
+
* @default "ol"
|
|
1285
|
+
* @example <v-map flavour="leaflet"></v-map>
|
|
1286
|
+
*/
|
|
1287
|
+
"flavour"?: Flavour;
|
|
1288
|
+
/**
|
|
1289
|
+
* Wird ausgelöst, sobald der Karten-Provider initialisiert wurde und Layers entgegennimmt. `detail` enthält `{ provider, flavour }`.
|
|
1290
|
+
* @event mapProviderReady
|
|
1291
|
+
*/
|
|
1292
|
+
"onMapProviderReady"?: (event: VMapCustomEvent<MapProviderDetail>) => void;
|
|
1293
|
+
/**
|
|
1294
|
+
* Falls true, injiziert v-map automatisch die Import-Map.
|
|
1295
|
+
* @default true
|
|
1296
|
+
*/
|
|
1297
|
+
"useDefaultImportMap"?: boolean;
|
|
1298
|
+
/**
|
|
1299
|
+
* Anfangs-Zoomstufe. Skala abhängig vom Provider (typisch 0–20).
|
|
1300
|
+
* @default 3
|
|
1301
|
+
*/
|
|
1302
|
+
"zoom"?: number;
|
|
1303
|
+
}
|
|
1304
|
+
/**
|
|
1305
|
+
* A component that builds map configurations dynamically from JSON/YAML configuration scripts.
|
|
1306
|
+
*/
|
|
1307
|
+
interface VMapBuilder {
|
|
1308
|
+
/**
|
|
1309
|
+
* Configuration object for the map builder. Can be any structure that will be normalized to BuilderConfig.
|
|
1310
|
+
*/
|
|
1311
|
+
"mapconfig"?: unknown;
|
|
1312
|
+
/**
|
|
1313
|
+
* Event emitted when there is an error parsing the map configuration.
|
|
1314
|
+
*/
|
|
1315
|
+
"onConfigError"?: (event: VMapBuilderCustomEvent<{
|
|
1316
|
+
message: string;
|
|
1317
|
+
errors?: string[];
|
|
1318
|
+
}>) => void;
|
|
1319
|
+
/**
|
|
1320
|
+
* Event emitted when the map configuration has been successfully parsed and is ready to use.
|
|
1321
|
+
*/
|
|
1322
|
+
"onConfigReady"?: (event: VMapBuilderCustomEvent<BuilderConfig>) => void;
|
|
1323
|
+
}
|
|
1324
|
+
interface VMapLayerGeojson {
|
|
1325
|
+
/**
|
|
1326
|
+
* Fill color for polygon geometries (CSS color value)
|
|
1327
|
+
* @default 'rgba(0,100,255,0.3)'
|
|
1328
|
+
*/
|
|
1329
|
+
"fillColor"?: string;
|
|
1330
|
+
/**
|
|
1331
|
+
* Fill opacity for polygon geometries (0-1)
|
|
1332
|
+
* @default 0.3
|
|
1333
|
+
*/
|
|
1334
|
+
"fillOpacity"?: number;
|
|
1335
|
+
/**
|
|
1336
|
+
* Prop, die du intern nutzt/weiterverarbeitest
|
|
1337
|
+
*/
|
|
1338
|
+
"geojson"?: string;
|
|
1339
|
+
/**
|
|
1340
|
+
* Icon size as [width, height] in pixels (comma-separated string like "32,32")
|
|
1341
|
+
* @default "32,32"
|
|
1342
|
+
*/
|
|
1343
|
+
"iconSize"?: string;
|
|
1344
|
+
/**
|
|
1345
|
+
* Icon URL for point features (alternative to pointColor/pointRadius)
|
|
1346
|
+
*/
|
|
1347
|
+
"iconUrl"?: string;
|
|
1348
|
+
/**
|
|
1349
|
+
* Current load state of the layer.
|
|
1350
|
+
* @default 'idle'
|
|
1351
|
+
*/
|
|
1352
|
+
"loadState"?: 'idle' | 'loading' | 'ready' | 'error';
|
|
1353
|
+
/**
|
|
1354
|
+
* Opazität der geojson-Kacheln (0–1).
|
|
1355
|
+
* @default 1
|
|
1356
|
+
*/
|
|
1357
|
+
"opacity"?: number;
|
|
1358
|
+
/**
|
|
1359
|
+
* Point color for point geometries (CSS color value)
|
|
1360
|
+
* @default 'rgba(0,100,255,1)'
|
|
1361
|
+
*/
|
|
1362
|
+
"pointColor"?: string;
|
|
1363
|
+
/**
|
|
1364
|
+
* Point radius for point geometries in pixels
|
|
1365
|
+
* @default 6
|
|
1366
|
+
*/
|
|
1367
|
+
"pointRadius"?: number;
|
|
1368
|
+
/**
|
|
1369
|
+
* Stroke color for lines and polygon outlines (CSS color value)
|
|
1370
|
+
* @default 'rgba(0,100,255,1)'
|
|
1371
|
+
*/
|
|
1372
|
+
"strokeColor"?: string;
|
|
1373
|
+
/**
|
|
1374
|
+
* Stroke opacity (0-1)
|
|
1375
|
+
* @default 1
|
|
1376
|
+
*/
|
|
1377
|
+
"strokeOpacity"?: number;
|
|
1378
|
+
/**
|
|
1379
|
+
* Stroke width in pixels
|
|
1380
|
+
* @default 2
|
|
1381
|
+
*/
|
|
1382
|
+
"strokeWidth"?: number;
|
|
1383
|
+
/**
|
|
1384
|
+
* Text color for labels (CSS color value)
|
|
1385
|
+
* @default '#000000'
|
|
1386
|
+
*/
|
|
1387
|
+
"textColor"?: string;
|
|
1388
|
+
/**
|
|
1389
|
+
* Text property name from feature properties to display as label
|
|
1390
|
+
*/
|
|
1391
|
+
"textProperty"?: string;
|
|
1392
|
+
/**
|
|
1393
|
+
* Text size for labels in pixels
|
|
1394
|
+
* @default 12
|
|
1395
|
+
*/
|
|
1396
|
+
"textSize"?: number;
|
|
1397
|
+
/**
|
|
1398
|
+
* URL to fetch GeoJSON data from. Alternative to providing data via slot.
|
|
1399
|
+
* @default null
|
|
1400
|
+
*/
|
|
1401
|
+
"url"?: string | null;
|
|
1402
|
+
/**
|
|
1403
|
+
* Whether the layer is visible on the map.
|
|
1404
|
+
* @default true
|
|
1405
|
+
*/
|
|
1406
|
+
"visible"?: boolean;
|
|
1407
|
+
/**
|
|
1408
|
+
* Z-index for layer stacking order. Higher values render on top.
|
|
1409
|
+
* @default 1000
|
|
1410
|
+
*/
|
|
1411
|
+
"zIndex"?: number;
|
|
1412
|
+
}
|
|
1413
|
+
interface VMapLayerGeotiff {
|
|
1414
|
+
/**
|
|
1415
|
+
* ColorMap für die Visualisierung (kann entweder ein vordefinierter Name oder eine GeoStyler ColorMap sein).
|
|
1416
|
+
* @default null
|
|
1417
|
+
*/
|
|
1418
|
+
"colorMap"?: string | GeoStylerColorMap;
|
|
1419
|
+
/**
|
|
1420
|
+
* Current load state of the layer.
|
|
1421
|
+
* @default 'idle'
|
|
1422
|
+
*/
|
|
1423
|
+
"loadState"?: 'idle' | 'loading' | 'ready' | 'error';
|
|
1424
|
+
/**
|
|
1425
|
+
* NoData Values to discard (overriding any nodata values in the metadata).
|
|
1426
|
+
* @default null
|
|
1427
|
+
*/
|
|
1428
|
+
"nodata"?: number;
|
|
1429
|
+
/**
|
|
1430
|
+
* Wird ausgelöst, wenn der GeoTIFF-Layer bereit ist.
|
|
1431
|
+
* @event ready
|
|
1432
|
+
*/
|
|
1433
|
+
"onReady"?: (event: VMapLayerGeotiffCustomEvent<void>) => void;
|
|
1434
|
+
/**
|
|
1435
|
+
* Opazität der GeoTIFF-Kacheln (0–1).
|
|
1436
|
+
* @default 1
|
|
1437
|
+
*/
|
|
1438
|
+
"opacity"?: number;
|
|
1439
|
+
/**
|
|
1440
|
+
* URL to the GeoTIFF file to be displayed on the map.
|
|
1441
|
+
* @default null
|
|
1442
|
+
*/
|
|
1443
|
+
"url"?: string;
|
|
1444
|
+
/**
|
|
1445
|
+
* Value range for colormap normalization [min, max].
|
|
1446
|
+
* @default null
|
|
1447
|
+
*/
|
|
1448
|
+
"valueRange"?: [number, number];
|
|
1449
|
+
/**
|
|
1450
|
+
* Sichtbarkeit des Layers
|
|
1451
|
+
* @default true
|
|
1452
|
+
*/
|
|
1453
|
+
"visible"?: boolean;
|
|
1454
|
+
/**
|
|
1455
|
+
* Z-index for layer stacking order. Higher values render on top.
|
|
1456
|
+
* @default 100
|
|
1457
|
+
*/
|
|
1458
|
+
"zIndex"?: number;
|
|
1459
|
+
}
|
|
1460
|
+
/**
|
|
1461
|
+
* Google Maps Basemap Layer
|
|
1462
|
+
*/
|
|
1463
|
+
interface VMapLayerGoogle {
|
|
1464
|
+
/**
|
|
1465
|
+
* Google Maps API-Schlüssel.
|
|
1466
|
+
* @example <v-map-layer-google api-key="YOUR_KEY"></v-map-layer-google>
|
|
1467
|
+
*/
|
|
1468
|
+
"apiKey"?: string;
|
|
1469
|
+
/**
|
|
1470
|
+
* Sprach-Lokalisierung (BCP-47, z. B. "de", "en-US").
|
|
1471
|
+
* @default "en"
|
|
1472
|
+
*/
|
|
1473
|
+
"language"?: string;
|
|
1474
|
+
/**
|
|
1475
|
+
* Google Maps libraries to load (comma-separated string).
|
|
1476
|
+
* @example "geometry,places,drawing"
|
|
1477
|
+
*/
|
|
1478
|
+
"libraries"?: string;
|
|
1479
|
+
/**
|
|
1480
|
+
* Current load state of the layer.
|
|
1481
|
+
* @default 'idle'
|
|
1482
|
+
*/
|
|
1483
|
+
"loadState"?: 'idle' | 'loading' | 'ready' | 'error';
|
|
1484
|
+
/**
|
|
1485
|
+
* Karten-Typ: "roadmap" | "satellite" | "hybrid" | "terrain".
|
|
1486
|
+
* @default "roadmap"
|
|
1487
|
+
*/
|
|
1488
|
+
"mapType"?: | 'roadmap'
|
|
1489
|
+
| 'satellite'
|
|
1490
|
+
| 'terrain'
|
|
1491
|
+
| 'hybrid';
|
|
1492
|
+
/**
|
|
1493
|
+
* Maximum zoom level for the layer.
|
|
1494
|
+
*/
|
|
1495
|
+
"maxZoom"?: number;
|
|
1496
|
+
/**
|
|
1497
|
+
* Signalisiert, dass der Google-Layer bereit ist. `detail` enthält Metadaten.
|
|
1498
|
+
* @event ready
|
|
1499
|
+
*/
|
|
1500
|
+
"onReady"?: (event: VMapLayerGoogleCustomEvent<void>) => void;
|
|
1501
|
+
/**
|
|
1502
|
+
* Opazität des Layers (0–1).
|
|
1503
|
+
* @default 1
|
|
1504
|
+
*/
|
|
1505
|
+
"opacity"?: number;
|
|
1506
|
+
/**
|
|
1507
|
+
* Region-Bias (ccTLD/Region-Code, z. B. "DE", "US"). Beeinflusst Labels/Suchergebnisse.
|
|
1508
|
+
*/
|
|
1509
|
+
"region"?: string;
|
|
1510
|
+
/**
|
|
1511
|
+
* Scale factor for tile display.
|
|
1512
|
+
* @default "scaleFactor1x"
|
|
1513
|
+
*/
|
|
1514
|
+
"scale"?: 'scaleFactor1x' | 'scaleFactor2x' | 'scaleFactor4x';
|
|
1515
|
+
/**
|
|
1516
|
+
* Custom styles for the Google Map (JSON array of styling objects). Can be passed as JSON string or array.
|
|
1517
|
+
*/
|
|
1518
|
+
"styles"?: Record<string, unknown>[] | string;
|
|
1519
|
+
/**
|
|
1520
|
+
* Sichtbarkeit des Layers.
|
|
1521
|
+
* @default true
|
|
1522
|
+
*/
|
|
1523
|
+
"visible"?: boolean;
|
|
1524
|
+
}
|
|
1525
|
+
interface VMapLayerOsm {
|
|
1526
|
+
/**
|
|
1527
|
+
* Current load state of the layer.
|
|
1528
|
+
* @default 'idle'
|
|
1529
|
+
*/
|
|
1530
|
+
"loadState"?: 'idle' | 'loading' | 'ready' | 'error';
|
|
1531
|
+
/**
|
|
1532
|
+
* Wird ausgelöst, wenn der OSM-Layer bereit ist.
|
|
1533
|
+
* @event ready
|
|
1534
|
+
*/
|
|
1535
|
+
"onReady"?: (event: VMapLayerOsmCustomEvent<void>) => void;
|
|
1536
|
+
/**
|
|
1537
|
+
* Opazität der OSM-Kacheln (0–1).
|
|
1538
|
+
* @default 1
|
|
1539
|
+
*/
|
|
1540
|
+
"opacity"?: number;
|
|
1541
|
+
/**
|
|
1542
|
+
* Base URL for OpenStreetMap tile server. Defaults to the standard OSM tile server.
|
|
1543
|
+
* @default 'https://tile.openstreetmap.org'
|
|
1544
|
+
*/
|
|
1545
|
+
"url"?: string;
|
|
1546
|
+
/**
|
|
1547
|
+
* Sichtbarkeit des Layers
|
|
1548
|
+
* @default true
|
|
1549
|
+
*/
|
|
1550
|
+
"visible"?: boolean;
|
|
1551
|
+
/**
|
|
1552
|
+
* Z-index for layer stacking order. Higher values render on top.
|
|
1553
|
+
* @default 10
|
|
1554
|
+
*/
|
|
1555
|
+
"zIndex"?: number;
|
|
1556
|
+
}
|
|
1557
|
+
interface VMapLayerScatterplot {
|
|
1558
|
+
/**
|
|
1559
|
+
* Datenquelle für Punkte. Erwartet Objekte mit mindestens einer Position in [lon, lat]. Zusätzliche Felder sind erlaubt.
|
|
1560
|
+
*/
|
|
1561
|
+
"data"?: string;
|
|
1562
|
+
/**
|
|
1563
|
+
* Funktion zur Bestimmung der Füllfarbe je Punkt. Rückgabe z. B. [r,g,b] oder CSS-Farbe (providerabhängig).
|
|
1564
|
+
* @default '#3388ff'
|
|
1565
|
+
*/
|
|
1566
|
+
"getFillColor"?: Color;
|
|
1567
|
+
/**
|
|
1568
|
+
* Funktion/konstanter Wert für den Punkt-Radius.
|
|
1569
|
+
* @default 4
|
|
1570
|
+
*/
|
|
1571
|
+
"getRadius"?: number;
|
|
1572
|
+
/**
|
|
1573
|
+
* Current load state of the layer.
|
|
1574
|
+
* @default 'idle'
|
|
1575
|
+
*/
|
|
1576
|
+
"loadState"?: 'idle' | 'loading' | 'ready' | 'error';
|
|
1577
|
+
/**
|
|
1578
|
+
* Wird ausgelöst, sobald der Scatterplot registriert wurde.
|
|
1579
|
+
* @event ready
|
|
1580
|
+
*/
|
|
1581
|
+
"onReady"?: (event: VMapLayerScatterplotCustomEvent<void>) => void;
|
|
1582
|
+
/**
|
|
1583
|
+
* Globale Opazität (0–1).
|
|
1584
|
+
* @default 1
|
|
1585
|
+
*/
|
|
1586
|
+
"opacity"?: number;
|
|
1587
|
+
/**
|
|
1588
|
+
* Optionaler Remote-Pfad für JSON/CSV/GeoJSON, der zu `data` geladen wird.
|
|
1589
|
+
*/
|
|
1590
|
+
"url"?: string;
|
|
1591
|
+
/**
|
|
1592
|
+
* Sichtbarkeit des Layers.
|
|
1593
|
+
* @default true
|
|
1594
|
+
*/
|
|
1595
|
+
"visible"?: boolean;
|
|
1596
|
+
}
|
|
1597
|
+
interface VMapLayerTerrain {
|
|
1598
|
+
/**
|
|
1599
|
+
* Basisfarbe für das Terrain. Erwartet Hex oder RGB (z. B. '#ff0000' oder '255,0,0').
|
|
1600
|
+
*/
|
|
1601
|
+
"color"?: string;
|
|
1602
|
+
/**
|
|
1603
|
+
* URL zu Höhenraster im Heightmap-Format (z. B. GeoTIFF oder PNG Heightmap).
|
|
1604
|
+
*/
|
|
1605
|
+
"elevationData": string;
|
|
1606
|
+
/**
|
|
1607
|
+
* JSON-Repräsentation eines Elevation-Decoders (z. B. '{"r":1,"g":1,"b":1,"offset":0}').
|
|
1608
|
+
*/
|
|
1609
|
+
"elevationDecoder"?: string;
|
|
1610
|
+
/**
|
|
1611
|
+
* Current load state of the layer.
|
|
1612
|
+
* @default 'idle'
|
|
1613
|
+
*/
|
|
1614
|
+
"loadState"?: 'idle' | 'loading' | 'ready' | 'error';
|
|
1615
|
+
/**
|
|
1616
|
+
* Maximale Zoomstufe für das Terrain.
|
|
1617
|
+
*/
|
|
1618
|
+
"maxZoom"?: number;
|
|
1619
|
+
/**
|
|
1620
|
+
* Fehler-Toleranz für das Mesh (wird an TerrainRenderer durchgereicht).
|
|
1621
|
+
*/
|
|
1622
|
+
"meshMaxError"?: number;
|
|
1623
|
+
/**
|
|
1624
|
+
* Minimale Zoomstufe für das Terrain.
|
|
1625
|
+
*/
|
|
1626
|
+
"minZoom"?: number;
|
|
1627
|
+
/**
|
|
1628
|
+
* Opazität des Layers.
|
|
1629
|
+
* @default 1
|
|
1630
|
+
*/
|
|
1631
|
+
"opacity"?: number;
|
|
1632
|
+
/**
|
|
1633
|
+
* Optionale Textur (RGB) für das Terrain.
|
|
1634
|
+
*/
|
|
1635
|
+
"texture"?: string;
|
|
1636
|
+
/**
|
|
1637
|
+
* Sichtbarkeit des Layers.
|
|
1638
|
+
* @default true
|
|
1639
|
+
*/
|
|
1640
|
+
"visible"?: boolean;
|
|
1641
|
+
/**
|
|
1642
|
+
* Darstellung des Mesh als Drahtgitter.
|
|
1643
|
+
*/
|
|
1644
|
+
"wireframe"?: boolean;
|
|
1645
|
+
/**
|
|
1646
|
+
* Z-Index für die Darstellung.
|
|
1647
|
+
* @default 1000
|
|
1648
|
+
*/
|
|
1649
|
+
"zIndex"?: number;
|
|
1650
|
+
}
|
|
1651
|
+
interface VMapLayerTerrainGeotiff {
|
|
1652
|
+
/**
|
|
1653
|
+
* Color for the terrain (if no texture is provided). [r, g, b] with values 0-255.
|
|
1654
|
+
* @default [255, 255, 255]
|
|
1655
|
+
*/
|
|
1656
|
+
"color"?: [number, number, number];
|
|
1657
|
+
/**
|
|
1658
|
+
* ColorMap for elevation data visualization. Only relevant when no texture is set.
|
|
1659
|
+
* @default null
|
|
1660
|
+
*/
|
|
1661
|
+
"colorMap"?: string | GeoStylerColorMap;
|
|
1662
|
+
/**
|
|
1663
|
+
* Elevation exaggeration factor.
|
|
1664
|
+
* @default 1.0
|
|
1665
|
+
*/
|
|
1666
|
+
"elevationScale"?: number;
|
|
1667
|
+
/**
|
|
1668
|
+
* Erzwingt die Verwendung der projection-Prop, ignoriert GeoKeys
|
|
1669
|
+
* @default false
|
|
1670
|
+
*/
|
|
1671
|
+
"forceProjection"?: boolean;
|
|
1672
|
+
/**
|
|
1673
|
+
* Current load state of the layer.
|
|
1674
|
+
* @default 'idle'
|
|
1675
|
+
*/
|
|
1676
|
+
"loadState"?: 'idle' | 'loading' | 'ready' | 'error';
|
|
1677
|
+
/**
|
|
1678
|
+
* Maximum zoom level.
|
|
1679
|
+
* @default 24
|
|
1680
|
+
*/
|
|
1681
|
+
"maxZoom"?: number;
|
|
1682
|
+
/**
|
|
1683
|
+
* Mesh error tolerance in meters (Martini). Smaller values = more detailed mesh, but slower.
|
|
1684
|
+
* @default 4.0
|
|
1685
|
+
*/
|
|
1686
|
+
"meshMaxError"?: number;
|
|
1687
|
+
/**
|
|
1688
|
+
* Minimum zoom level.
|
|
1689
|
+
* @default 0
|
|
1690
|
+
*/
|
|
1691
|
+
"minZoom"?: number;
|
|
1692
|
+
/**
|
|
1693
|
+
* NoData value to discard (overriding any nodata values in the metadata).
|
|
1694
|
+
* @default null
|
|
1695
|
+
*/
|
|
1696
|
+
"nodata"?: number;
|
|
1697
|
+
/**
|
|
1698
|
+
* Fired when the terrain layer is ready.
|
|
1699
|
+
* @event ready
|
|
1700
|
+
*/
|
|
1701
|
+
"onReady"?: (event: VMapLayerTerrainGeotiffCustomEvent<void>) => void;
|
|
1702
|
+
/**
|
|
1703
|
+
* Opacity of the terrain layer (0–1).
|
|
1704
|
+
* @default 1
|
|
1705
|
+
*/
|
|
1706
|
+
"opacity"?: number;
|
|
1707
|
+
/**
|
|
1708
|
+
* Quell-Projektion des GeoTIFF (z. B. "EPSG:32632" oder proj4-String)
|
|
1709
|
+
* @default null
|
|
1710
|
+
*/
|
|
1711
|
+
"projection"?: string;
|
|
1712
|
+
/**
|
|
1713
|
+
* Rendering mode for GeoTIFF terrain.
|
|
1714
|
+
* @default terrain
|
|
1715
|
+
*/
|
|
1716
|
+
"renderMode"?: 'terrain' | 'colormap';
|
|
1717
|
+
/**
|
|
1718
|
+
* Optional texture URL (can be an image or tile URL).
|
|
1719
|
+
* @default null
|
|
1720
|
+
*/
|
|
1721
|
+
"texture"?: string;
|
|
1722
|
+
/**
|
|
1723
|
+
* Tile size in pixels.
|
|
1724
|
+
* @default 256
|
|
1725
|
+
*/
|
|
1726
|
+
"tileSize"?: number;
|
|
1727
|
+
/**
|
|
1728
|
+
* URL to the GeoTIFF file containing elevation data.
|
|
1729
|
+
* @default null
|
|
1730
|
+
*/
|
|
1731
|
+
"url"?: string;
|
|
1732
|
+
/**
|
|
1733
|
+
* Value range for colormap normalization [min, max].
|
|
1734
|
+
* @default null
|
|
1735
|
+
*/
|
|
1736
|
+
"valueRange"?: [number, number];
|
|
1737
|
+
/**
|
|
1738
|
+
* Sichtbarkeit des Layers
|
|
1739
|
+
* @default true
|
|
1740
|
+
*/
|
|
1741
|
+
"visible"?: boolean;
|
|
1742
|
+
/**
|
|
1743
|
+
* Enable wireframe mode (show only mesh lines).
|
|
1744
|
+
* @default false
|
|
1745
|
+
*/
|
|
1746
|
+
"wireframe"?: boolean;
|
|
1747
|
+
/**
|
|
1748
|
+
* Z-index for layer stacking order. Higher values render on top.
|
|
1749
|
+
* @default 100
|
|
1750
|
+
*/
|
|
1751
|
+
"zIndex"?: number;
|
|
1752
|
+
}
|
|
1753
|
+
interface VMapLayerTile3d {
|
|
1754
|
+
/**
|
|
1755
|
+
* Current load state of the layer.
|
|
1756
|
+
* @default 'idle'
|
|
1757
|
+
*/
|
|
1758
|
+
"loadState"?: 'idle' | 'loading' | 'ready' | 'error';
|
|
1759
|
+
/**
|
|
1760
|
+
* Fired once the tileset layer is initialised.
|
|
1761
|
+
*/
|
|
1762
|
+
"onReady"?: (event: VMapLayerTile3dCustomEvent<void>) => void;
|
|
1763
|
+
/**
|
|
1764
|
+
* Global opacity factor (0-1).
|
|
1765
|
+
* @default 1
|
|
1766
|
+
*/
|
|
1767
|
+
"opacity"?: number;
|
|
1768
|
+
/**
|
|
1769
|
+
* Optional JSON string or object with Cesium3DTileset options.
|
|
1770
|
+
*/
|
|
1771
|
+
"tilesetOptions"?: string | Record<string, unknown>;
|
|
1772
|
+
/**
|
|
1773
|
+
* URL pointing to the Cesium 3D Tileset.
|
|
1774
|
+
*/
|
|
1775
|
+
"url": string;
|
|
1776
|
+
/**
|
|
1777
|
+
* Whether the tileset should be visible.
|
|
1778
|
+
* @default true
|
|
1779
|
+
*/
|
|
1780
|
+
"visible"?: boolean;
|
|
1781
|
+
/**
|
|
1782
|
+
* Z-index used for ordering tilesets.
|
|
1783
|
+
* @default 1000
|
|
1784
|
+
*/
|
|
1785
|
+
"zIndex"?: number;
|
|
1786
|
+
}
|
|
1787
|
+
interface VMapLayerWcs {
|
|
1788
|
+
/**
|
|
1789
|
+
* Coverage-Name/ID.
|
|
1790
|
+
*/
|
|
1791
|
+
"coverageName": string;
|
|
1792
|
+
/**
|
|
1793
|
+
* Ausgabeformat, z. B. image/tiff.
|
|
1794
|
+
* @default 'image/tiff'
|
|
1795
|
+
*/
|
|
1796
|
+
"format"?: string;
|
|
1797
|
+
/**
|
|
1798
|
+
* Current load state of the layer.
|
|
1799
|
+
* @default 'idle'
|
|
1800
|
+
*/
|
|
1801
|
+
"loadState"?: 'idle' | 'loading' | 'ready' | 'error';
|
|
1802
|
+
/**
|
|
1803
|
+
* Opazität (0–1).
|
|
1804
|
+
* @default 1
|
|
1805
|
+
*/
|
|
1806
|
+
"opacity"?: number;
|
|
1807
|
+
/**
|
|
1808
|
+
* Zusätzliche Parameter als JSON-String.
|
|
1809
|
+
*/
|
|
1810
|
+
"params"?: string;
|
|
1811
|
+
/**
|
|
1812
|
+
* Projektion (Projection) für die Quelle.
|
|
1813
|
+
*/
|
|
1814
|
+
"projection"?: string;
|
|
1815
|
+
/**
|
|
1816
|
+
* Auflösungen als JSON-Array, z. B. [1000,500].
|
|
1817
|
+
*/
|
|
1818
|
+
"resolutions"?: string;
|
|
1819
|
+
/**
|
|
1820
|
+
* Basis-URL des WCS-Dienstes.
|
|
1821
|
+
*/
|
|
1822
|
+
"url": string;
|
|
1823
|
+
/**
|
|
1824
|
+
* WCS-Version.
|
|
1825
|
+
* @default '1.1.0'
|
|
1826
|
+
*/
|
|
1827
|
+
"version"?: string;
|
|
1828
|
+
/**
|
|
1829
|
+
* Sichtbarkeit des Layers.
|
|
1830
|
+
* @default true
|
|
1831
|
+
*/
|
|
1832
|
+
"visible"?: boolean;
|
|
1833
|
+
/**
|
|
1834
|
+
* Z-Index für die Darstellung.
|
|
1835
|
+
* @default 1000
|
|
1836
|
+
*/
|
|
1837
|
+
"zIndex"?: number;
|
|
1838
|
+
}
|
|
1839
|
+
interface VMapLayerWfs {
|
|
1840
|
+
/**
|
|
1841
|
+
* Current load state of the layer.
|
|
1842
|
+
* @default 'idle'
|
|
1843
|
+
*/
|
|
1844
|
+
"loadState"?: 'idle' | 'loading' | 'ready' | 'error';
|
|
1845
|
+
/**
|
|
1846
|
+
* Opazität (0–1).
|
|
1847
|
+
* @default 1
|
|
1848
|
+
*/
|
|
1849
|
+
"opacity"?: number;
|
|
1850
|
+
/**
|
|
1851
|
+
* Ausgabeformat, z. B. application/json.
|
|
1852
|
+
* @default 'application/json'
|
|
1853
|
+
*/
|
|
1854
|
+
"outputFormat"?: string;
|
|
1855
|
+
/**
|
|
1856
|
+
* Zusätzliche Parameter als JSON-String.
|
|
1857
|
+
*/
|
|
1858
|
+
"params"?: string;
|
|
1859
|
+
/**
|
|
1860
|
+
* Ziel-Referenzsystem, Standard EPSG:3857.
|
|
1861
|
+
* @default 'EPSG:3857'
|
|
1862
|
+
*/
|
|
1863
|
+
"srsName"?: string;
|
|
1864
|
+
/**
|
|
1865
|
+
* Feature-Typ (typeName) des WFS.
|
|
1866
|
+
*/
|
|
1867
|
+
"typeName": string;
|
|
1868
|
+
/**
|
|
1869
|
+
* WFS Endpunkt (z. B. https://server/wfs).
|
|
1870
|
+
*/
|
|
1871
|
+
"url": string;
|
|
1872
|
+
/**
|
|
1873
|
+
* WFS Version, Standard 1.1.0.
|
|
1874
|
+
* @default '1.1.0'
|
|
1875
|
+
*/
|
|
1876
|
+
"version"?: string;
|
|
1877
|
+
/**
|
|
1878
|
+
* Sichtbarkeit des Layers.
|
|
1879
|
+
* @default true
|
|
1880
|
+
*/
|
|
1881
|
+
"visible"?: boolean;
|
|
1882
|
+
/**
|
|
1883
|
+
* Z-Index für Rendering.
|
|
1884
|
+
* @default 1000
|
|
1885
|
+
*/
|
|
1886
|
+
"zIndex"?: number;
|
|
1887
|
+
}
|
|
1888
|
+
interface VMapLayerWkt {
|
|
1889
|
+
/**
|
|
1890
|
+
* Fill color for polygon geometries (CSS color value)
|
|
1891
|
+
* @default 'rgba(0,100,255,0.3)'
|
|
1892
|
+
*/
|
|
1893
|
+
"fillColor"?: string;
|
|
1894
|
+
/**
|
|
1895
|
+
* Fill opacity for polygon geometries (0-1)
|
|
1896
|
+
* @default 0.3
|
|
1897
|
+
*/
|
|
1898
|
+
"fillOpacity"?: number;
|
|
1899
|
+
/**
|
|
1900
|
+
* Icon size as [width, height] in pixels (comma-separated string like "32,32")
|
|
1901
|
+
* @default "32,32"
|
|
1902
|
+
*/
|
|
1903
|
+
"iconSize"?: string;
|
|
1904
|
+
/**
|
|
1905
|
+
* Icon URL for point features (alternative to pointColor/pointRadius)
|
|
1906
|
+
*/
|
|
1907
|
+
"iconUrl"?: string;
|
|
1908
|
+
/**
|
|
1909
|
+
* Current load state of the layer.
|
|
1910
|
+
* @default 'idle'
|
|
1911
|
+
*/
|
|
1912
|
+
"loadState"?: 'idle' | 'loading' | 'ready' | 'error';
|
|
1913
|
+
/**
|
|
1914
|
+
* Signalisiert, dass das WKT-Layer initialisiert ist.
|
|
1915
|
+
* @event ready
|
|
1916
|
+
*/
|
|
1917
|
+
"onReady"?: (event: VMapLayerWktCustomEvent<void>) => void;
|
|
1918
|
+
/**
|
|
1919
|
+
* Globale Opazität (0–1).
|
|
1920
|
+
* @default 1
|
|
1921
|
+
*/
|
|
1922
|
+
"opacity"?: number;
|
|
1923
|
+
/**
|
|
1924
|
+
* Point color for point geometries (CSS color value)
|
|
1925
|
+
* @default 'rgba(0,100,255,1)'
|
|
1926
|
+
*/
|
|
1927
|
+
"pointColor"?: string;
|
|
1928
|
+
/**
|
|
1929
|
+
* Point radius for point geometries in pixels
|
|
1930
|
+
* @default 6
|
|
1931
|
+
*/
|
|
1932
|
+
"pointRadius"?: number;
|
|
1933
|
+
/**
|
|
1934
|
+
* Stroke color for lines and polygon outlines (CSS color value)
|
|
1935
|
+
* @default 'rgba(0,100,255,1)'
|
|
1936
|
+
*/
|
|
1937
|
+
"strokeColor"?: string;
|
|
1938
|
+
/**
|
|
1939
|
+
* Stroke opacity (0-1)
|
|
1940
|
+
* @default 1
|
|
1941
|
+
*/
|
|
1942
|
+
"strokeOpacity"?: number;
|
|
1943
|
+
/**
|
|
1944
|
+
* Stroke width in pixels
|
|
1945
|
+
* @default 2
|
|
1946
|
+
*/
|
|
1947
|
+
"strokeWidth"?: number;
|
|
1948
|
+
/**
|
|
1949
|
+
* Text color for labels (CSS color value)
|
|
1950
|
+
* @default '#000000'
|
|
1951
|
+
*/
|
|
1952
|
+
"textColor"?: string;
|
|
1953
|
+
/**
|
|
1954
|
+
* Text property name from feature properties to display as label
|
|
1955
|
+
*/
|
|
1956
|
+
"textProperty"?: string;
|
|
1957
|
+
/**
|
|
1958
|
+
* Text size for labels in pixels
|
|
1959
|
+
* @default 12
|
|
1960
|
+
*/
|
|
1961
|
+
"textSize"?: number;
|
|
1962
|
+
/**
|
|
1963
|
+
* URL, von der eine WKT-Geometrie geladen wird (alternativ zu `wkt`).
|
|
1964
|
+
*/
|
|
1965
|
+
"url"?: string;
|
|
1966
|
+
/**
|
|
1967
|
+
* Sichtbarkeit des Layers.
|
|
1968
|
+
* @default true
|
|
1969
|
+
*/
|
|
1970
|
+
"visible"?: boolean;
|
|
1971
|
+
/**
|
|
1972
|
+
* WKT-Geometrie (z. B. "POINT(11.57 48.14)" oder "POLYGON((...))").
|
|
1973
|
+
*/
|
|
1974
|
+
"wkt"?: string;
|
|
1975
|
+
/**
|
|
1976
|
+
* Z-index for layer stacking order. Higher values render on top.
|
|
1977
|
+
* @default 1000
|
|
1978
|
+
*/
|
|
1979
|
+
"zIndex"?: number;
|
|
1980
|
+
}
|
|
1981
|
+
/**
|
|
1982
|
+
* OGC WMS Layer
|
|
1983
|
+
*/
|
|
1984
|
+
interface VMapLayerWms {
|
|
1985
|
+
/**
|
|
1986
|
+
* Bildformat des GetMap-Requests.
|
|
1987
|
+
* @default "image/png"
|
|
1988
|
+
*/
|
|
1989
|
+
"format"?: string;
|
|
1990
|
+
/**
|
|
1991
|
+
* Kommagetrennte Layer-Namen (z. B. "topp:states").
|
|
1992
|
+
*/
|
|
1993
|
+
"layers": string;
|
|
1994
|
+
/**
|
|
1995
|
+
* Current load state of the layer.
|
|
1996
|
+
* @default 'idle'
|
|
1997
|
+
*/
|
|
1998
|
+
"loadState"?: 'idle' | 'loading' | 'ready' | 'error';
|
|
1999
|
+
/**
|
|
2000
|
+
* Signalisiert, dass der WMS-Layer bereit ist.
|
|
2001
|
+
* @event ready
|
|
2002
|
+
*/
|
|
2003
|
+
"onReady"?: (event: VMapLayerWmsCustomEvent<void>) => void;
|
|
2004
|
+
/**
|
|
2005
|
+
* Globale Opazität des WMS-Layers (0–1).
|
|
2006
|
+
* @default 1
|
|
2007
|
+
*/
|
|
2008
|
+
"opacity"?: number;
|
|
2009
|
+
/**
|
|
2010
|
+
* WMS-`STYLES` Parameter (kommagetrennt).
|
|
2011
|
+
* @default ""
|
|
2012
|
+
*/
|
|
2013
|
+
"styles"?: string;
|
|
2014
|
+
/**
|
|
2015
|
+
* Tiled/geslicete Requests verwenden (falls Server unterstützt).
|
|
2016
|
+
* @default true
|
|
2017
|
+
*/
|
|
2018
|
+
"tiled"?: boolean;
|
|
2019
|
+
/**
|
|
2020
|
+
* Transparente Kacheln anfordern.
|
|
2021
|
+
* @default true
|
|
2022
|
+
*/
|
|
2023
|
+
"transparent"?: boolean;
|
|
2024
|
+
/**
|
|
2025
|
+
* Basis-URL des WMS-Dienstes (GetMap-Endpunkt ohne Query-Parameter).
|
|
2026
|
+
*/
|
|
2027
|
+
"url": string;
|
|
2028
|
+
/**
|
|
2029
|
+
* Sichtbarkeit des WMS-Layers.
|
|
2030
|
+
* @default true
|
|
2031
|
+
*/
|
|
2032
|
+
"visible"?: boolean;
|
|
2033
|
+
/**
|
|
2034
|
+
* Z-index for layer stacking order. Higher values render on top.
|
|
2035
|
+
* @default 10
|
|
2036
|
+
*/
|
|
2037
|
+
"zIndex"?: number;
|
|
2038
|
+
}
|
|
2039
|
+
/**
|
|
2040
|
+
* XYZ Tile Layer
|
|
2041
|
+
*/
|
|
2042
|
+
interface VMapLayerXyz {
|
|
2043
|
+
/**
|
|
2044
|
+
* Attributions-/Copyright-Text (HTML erlaubt).
|
|
2045
|
+
*/
|
|
2046
|
+
"attributions"?: string;
|
|
2047
|
+
/**
|
|
2048
|
+
* Current load state of the layer.
|
|
2049
|
+
* @default 'idle'
|
|
2050
|
+
*/
|
|
2051
|
+
"loadState"?: 'idle' | 'loading' | 'ready' | 'error';
|
|
2052
|
+
/**
|
|
2053
|
+
* Maximaler Zoomlevel, den der Tile-Server liefert.
|
|
2054
|
+
* @default 19
|
|
2055
|
+
*/
|
|
2056
|
+
"maxZoom"?: number;
|
|
2057
|
+
/**
|
|
2058
|
+
* Wird ausgelöst, wenn der XYZ-Layer bereit ist.
|
|
2059
|
+
* @event ready
|
|
2060
|
+
*/
|
|
2061
|
+
"onReady"?: (event: VMapLayerXyzCustomEvent<void>) => void;
|
|
2062
|
+
/**
|
|
2063
|
+
* Opazität (0–1).
|
|
2064
|
+
* @default 1
|
|
2065
|
+
*/
|
|
2066
|
+
"opacity"?: number;
|
|
2067
|
+
/**
|
|
2068
|
+
* Subdomains für parallele Tile-Anfragen (z. B. "a,b,c").
|
|
2069
|
+
*/
|
|
2070
|
+
"subdomains"?: string;
|
|
2071
|
+
/**
|
|
2072
|
+
* Größe einer Kachel in Pixeln.
|
|
2073
|
+
* @default 256
|
|
2074
|
+
*/
|
|
2075
|
+
"tileSize"?: number;
|
|
2076
|
+
/**
|
|
2077
|
+
* URL-Template für Kacheln, z. B. "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png".
|
|
2078
|
+
*/
|
|
2079
|
+
"url": string;
|
|
2080
|
+
/**
|
|
2081
|
+
* Sichtbarkeit des XYZ-Layers.
|
|
2082
|
+
* @default true
|
|
2083
|
+
*/
|
|
2084
|
+
"visible"?: boolean;
|
|
2085
|
+
}
|
|
2086
|
+
interface VMapLayercontrol {
|
|
2087
|
+
/**
|
|
2088
|
+
* ID der zu steuernden Karte (DOM-Element mit dieser id)
|
|
2089
|
+
*/
|
|
2090
|
+
"for"?: string;
|
|
2091
|
+
}
|
|
2092
|
+
interface VMapLayergroup {
|
|
2093
|
+
/**
|
|
2094
|
+
* Base map identifier for this layer group. When set, layers in this group will be treated as base map layers.
|
|
2095
|
+
* @default null
|
|
2096
|
+
*/
|
|
2097
|
+
"basemapid"?: string | null;
|
|
2098
|
+
/**
|
|
2099
|
+
* Globale Opazität (0–1) für alle Kinder.
|
|
2100
|
+
* @default 1
|
|
2101
|
+
*/
|
|
2102
|
+
"opacity"?: number;
|
|
2103
|
+
/**
|
|
2104
|
+
* Sichtbarkeit der gesamten Gruppe.
|
|
2105
|
+
* @default true
|
|
2106
|
+
*/
|
|
2107
|
+
"visible"?: boolean;
|
|
2108
|
+
}
|
|
2109
|
+
interface VMapStyle {
|
|
2110
|
+
/**
|
|
2111
|
+
* Whether to automatically apply the style when loaded.
|
|
2112
|
+
* @default true
|
|
2113
|
+
*/
|
|
2114
|
+
"autoApply"?: boolean;
|
|
2115
|
+
/**
|
|
2116
|
+
* Inline style content as string (alternative to src).
|
|
2117
|
+
*/
|
|
2118
|
+
"content"?: string;
|
|
2119
|
+
/**
|
|
2120
|
+
* The styling format to parse (supports 'sld', 'mapbox-gl', 'qgis', 'lyrx', 'cesium-3d-tiles').
|
|
2121
|
+
* @default 'sld'
|
|
2122
|
+
*/
|
|
2123
|
+
"format"?: StyleFormat;
|
|
2124
|
+
/**
|
|
2125
|
+
* Target layer IDs to apply this style to. If not specified, applies to all compatible layers.
|
|
2126
|
+
*/
|
|
2127
|
+
"layerTargets"?: string;
|
|
2128
|
+
/**
|
|
2129
|
+
* Fired when style parsing fails.
|
|
2130
|
+
*/
|
|
2131
|
+
"onStyleError"?: (event: VMapStyleCustomEvent<Error>) => void;
|
|
2132
|
+
/**
|
|
2133
|
+
* Fired when style is successfully parsed and ready to apply.
|
|
2134
|
+
*/
|
|
2135
|
+
"onStyleReady"?: (event: VMapStyleCustomEvent<StyleEvent>) => void;
|
|
2136
|
+
/**
|
|
2137
|
+
* The style source - can be a URL to fetch from or inline SLD/style content.
|
|
2138
|
+
*/
|
|
2139
|
+
"src"?: string;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
interface VMapAttributes {
|
|
2143
|
+
"flavour": Flavour;
|
|
2144
|
+
"center": string;
|
|
2145
|
+
"zoom": number;
|
|
2146
|
+
"useDefaultImportMap": boolean;
|
|
2147
|
+
"cssMode": CssMode;
|
|
2148
|
+
}
|
|
2149
|
+
interface VMapLayerGeojsonAttributes {
|
|
2150
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
2151
|
+
"geojson": string;
|
|
2152
|
+
"url": string | null;
|
|
2153
|
+
"visible": boolean;
|
|
2154
|
+
"zIndex": number;
|
|
2155
|
+
"opacity": number;
|
|
2156
|
+
"fillColor": string;
|
|
2157
|
+
"fillOpacity": number;
|
|
2158
|
+
"strokeColor": string;
|
|
2159
|
+
"strokeWidth": number;
|
|
2160
|
+
"strokeOpacity": number;
|
|
2161
|
+
"pointRadius": number;
|
|
2162
|
+
"pointColor": string;
|
|
2163
|
+
"iconUrl": string;
|
|
2164
|
+
"iconSize": string;
|
|
2165
|
+
"textProperty": string;
|
|
2166
|
+
"textColor": string;
|
|
2167
|
+
"textSize": number;
|
|
2168
|
+
}
|
|
2169
|
+
interface VMapLayerGeotiffAttributes {
|
|
2170
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
2171
|
+
"url": string;
|
|
2172
|
+
"visible": boolean;
|
|
2173
|
+
"opacity": number;
|
|
2174
|
+
"zIndex": number;
|
|
2175
|
+
"nodata": number;
|
|
2176
|
+
"colorMap": string | GeoStylerColorMap;
|
|
2177
|
+
}
|
|
2178
|
+
interface VMapLayerGoogleAttributes {
|
|
2179
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
2180
|
+
"mapType": | 'roadmap'
|
|
2181
|
+
| 'satellite'
|
|
2182
|
+
| 'terrain'
|
|
2183
|
+
| 'hybrid';
|
|
2184
|
+
"apiKey": string;
|
|
2185
|
+
"language": string;
|
|
2186
|
+
"region": string;
|
|
2187
|
+
"visible": boolean;
|
|
2188
|
+
"opacity": number;
|
|
2189
|
+
"scale": 'scaleFactor1x' | 'scaleFactor2x' | 'scaleFactor4x';
|
|
2190
|
+
"maxZoom": number;
|
|
2191
|
+
"styles": Record<string, unknown>[] | string;
|
|
2192
|
+
"libraries": string;
|
|
2193
|
+
}
|
|
2194
|
+
interface VMapLayerOsmAttributes {
|
|
2195
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
2196
|
+
"visible": boolean;
|
|
2197
|
+
"opacity": number;
|
|
2198
|
+
"zIndex": number;
|
|
2199
|
+
"url": string;
|
|
2200
|
+
}
|
|
2201
|
+
interface VMapLayerScatterplotAttributes {
|
|
2202
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
2203
|
+
"data": string;
|
|
2204
|
+
"url": string;
|
|
2205
|
+
"getFillColor": Color;
|
|
2206
|
+
"getRadius": number;
|
|
2207
|
+
"opacity": number;
|
|
2208
|
+
"visible": boolean;
|
|
2209
|
+
}
|
|
2210
|
+
interface VMapLayerTerrainAttributes {
|
|
2211
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
2212
|
+
"elevationData": string;
|
|
2213
|
+
"texture": string;
|
|
2214
|
+
"elevationDecoder": string;
|
|
2215
|
+
"wireframe": boolean;
|
|
2216
|
+
"color": string;
|
|
2217
|
+
"minZoom": number;
|
|
2218
|
+
"maxZoom": number;
|
|
2219
|
+
"meshMaxError": number;
|
|
2220
|
+
"visible": boolean;
|
|
2221
|
+
"opacity": number;
|
|
2222
|
+
"zIndex": number;
|
|
2223
|
+
}
|
|
2224
|
+
interface VMapLayerTerrainGeotiffAttributes {
|
|
2225
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
2226
|
+
"url": string;
|
|
2227
|
+
"projection": string;
|
|
2228
|
+
"forceProjection": boolean;
|
|
2229
|
+
"visible": boolean;
|
|
2230
|
+
"opacity": number;
|
|
2231
|
+
"zIndex": number;
|
|
2232
|
+
"nodata": number;
|
|
2233
|
+
"meshMaxError": number;
|
|
2234
|
+
"wireframe": boolean;
|
|
2235
|
+
"texture": string;
|
|
2236
|
+
"colorMap": string | GeoStylerColorMap;
|
|
2237
|
+
"elevationScale": number;
|
|
2238
|
+
"renderMode": 'terrain' | 'colormap';
|
|
2239
|
+
"minZoom": number;
|
|
2240
|
+
"maxZoom": number;
|
|
2241
|
+
"tileSize": number;
|
|
2242
|
+
}
|
|
2243
|
+
interface VMapLayerTile3dAttributes {
|
|
2244
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
2245
|
+
"url": string;
|
|
2246
|
+
"tilesetOptions": string | Record<string, unknown>;
|
|
2247
|
+
"visible": boolean;
|
|
2248
|
+
"opacity": number;
|
|
2249
|
+
"zIndex": number;
|
|
2250
|
+
}
|
|
2251
|
+
interface VMapLayerWcsAttributes {
|
|
2252
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
2253
|
+
"url": string;
|
|
2254
|
+
"coverageName": string;
|
|
2255
|
+
"format": string;
|
|
2256
|
+
"version": string;
|
|
2257
|
+
"projection": string;
|
|
2258
|
+
"resolutions": string;
|
|
2259
|
+
"params": string;
|
|
2260
|
+
"visible": boolean;
|
|
2261
|
+
"opacity": number;
|
|
2262
|
+
"zIndex": number;
|
|
2263
|
+
}
|
|
2264
|
+
interface VMapLayerWfsAttributes {
|
|
2265
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
2266
|
+
"url": string;
|
|
2267
|
+
"typeName": string;
|
|
2268
|
+
"version": string;
|
|
2269
|
+
"outputFormat": string;
|
|
2270
|
+
"srsName": string;
|
|
2271
|
+
"params": string;
|
|
2272
|
+
"visible": boolean;
|
|
2273
|
+
"opacity": number;
|
|
2274
|
+
"zIndex": number;
|
|
2275
|
+
}
|
|
2276
|
+
interface VMapLayerWktAttributes {
|
|
2277
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
2278
|
+
"wkt": string;
|
|
2279
|
+
"url": string;
|
|
2280
|
+
"visible": boolean;
|
|
2281
|
+
"opacity": number;
|
|
2282
|
+
"zIndex": number;
|
|
2283
|
+
"fillColor": string;
|
|
2284
|
+
"fillOpacity": number;
|
|
2285
|
+
"strokeColor": string;
|
|
2286
|
+
"strokeWidth": number;
|
|
2287
|
+
"strokeOpacity": number;
|
|
2288
|
+
"pointRadius": number;
|
|
2289
|
+
"pointColor": string;
|
|
2290
|
+
"iconUrl": string;
|
|
2291
|
+
"iconSize": string;
|
|
2292
|
+
"textProperty": string;
|
|
2293
|
+
"textColor": string;
|
|
2294
|
+
"textSize": number;
|
|
2295
|
+
}
|
|
2296
|
+
interface VMapLayerWmsAttributes {
|
|
2297
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
2298
|
+
"url": string;
|
|
2299
|
+
"layers": string;
|
|
2300
|
+
"styles": string;
|
|
2301
|
+
"format": string;
|
|
2302
|
+
"transparent": boolean;
|
|
2303
|
+
"tiled": boolean;
|
|
2304
|
+
"visible": boolean;
|
|
2305
|
+
"opacity": number;
|
|
2306
|
+
"zIndex": number;
|
|
2307
|
+
}
|
|
2308
|
+
interface VMapLayerXyzAttributes {
|
|
2309
|
+
"loadState": 'idle' | 'loading' | 'ready' | 'error';
|
|
2310
|
+
"url": string;
|
|
2311
|
+
"attributions": string;
|
|
2312
|
+
"maxZoom": number;
|
|
2313
|
+
"tileSize": number;
|
|
2314
|
+
"subdomains": string;
|
|
2315
|
+
"visible": boolean;
|
|
2316
|
+
"opacity": number;
|
|
2317
|
+
}
|
|
2318
|
+
interface VMapLayercontrolAttributes {
|
|
2319
|
+
"for": string;
|
|
2320
|
+
}
|
|
2321
|
+
interface VMapLayergroupAttributes {
|
|
2322
|
+
"visible": boolean;
|
|
2323
|
+
"opacity": number;
|
|
2324
|
+
"basemapid": string | null;
|
|
2325
|
+
}
|
|
2326
|
+
interface VMapStyleAttributes {
|
|
2327
|
+
"format": StyleFormat;
|
|
2328
|
+
"src": string;
|
|
2329
|
+
"content": string;
|
|
2330
|
+
"layerTargets": string;
|
|
2331
|
+
"autoApply": boolean;
|
|
2332
|
+
}
|
|
2333
|
+
|
|
2334
|
+
interface IntrinsicElements {
|
|
2335
|
+
"v-map": Omit<VMap, keyof VMapAttributes> & { [K in keyof VMap & keyof VMapAttributes]?: VMap[K] } & { [K in keyof VMap & keyof VMapAttributes as `attr:${K}`]?: VMapAttributes[K] } & { [K in keyof VMap & keyof VMapAttributes as `prop:${K}`]?: VMap[K] };
|
|
2336
|
+
"v-map-builder": VMapBuilder;
|
|
2337
|
+
"v-map-layer-geojson": Omit<VMapLayerGeojson, keyof VMapLayerGeojsonAttributes> & { [K in keyof VMapLayerGeojson & keyof VMapLayerGeojsonAttributes]?: VMapLayerGeojson[K] } & { [K in keyof VMapLayerGeojson & keyof VMapLayerGeojsonAttributes as `attr:${K}`]?: VMapLayerGeojsonAttributes[K] } & { [K in keyof VMapLayerGeojson & keyof VMapLayerGeojsonAttributes as `prop:${K}`]?: VMapLayerGeojson[K] };
|
|
2338
|
+
"v-map-layer-geotiff": Omit<VMapLayerGeotiff, keyof VMapLayerGeotiffAttributes> & { [K in keyof VMapLayerGeotiff & keyof VMapLayerGeotiffAttributes]?: VMapLayerGeotiff[K] } & { [K in keyof VMapLayerGeotiff & keyof VMapLayerGeotiffAttributes as `attr:${K}`]?: VMapLayerGeotiffAttributes[K] } & { [K in keyof VMapLayerGeotiff & keyof VMapLayerGeotiffAttributes as `prop:${K}`]?: VMapLayerGeotiff[K] };
|
|
2339
|
+
"v-map-layer-google": Omit<VMapLayerGoogle, keyof VMapLayerGoogleAttributes> & { [K in keyof VMapLayerGoogle & keyof VMapLayerGoogleAttributes]?: VMapLayerGoogle[K] } & { [K in keyof VMapLayerGoogle & keyof VMapLayerGoogleAttributes as `attr:${K}`]?: VMapLayerGoogleAttributes[K] } & { [K in keyof VMapLayerGoogle & keyof VMapLayerGoogleAttributes as `prop:${K}`]?: VMapLayerGoogle[K] };
|
|
2340
|
+
"v-map-layer-osm": Omit<VMapLayerOsm, keyof VMapLayerOsmAttributes> & { [K in keyof VMapLayerOsm & keyof VMapLayerOsmAttributes]?: VMapLayerOsm[K] } & { [K in keyof VMapLayerOsm & keyof VMapLayerOsmAttributes as `attr:${K}`]?: VMapLayerOsmAttributes[K] } & { [K in keyof VMapLayerOsm & keyof VMapLayerOsmAttributes as `prop:${K}`]?: VMapLayerOsm[K] };
|
|
2341
|
+
"v-map-layer-scatterplot": Omit<VMapLayerScatterplot, keyof VMapLayerScatterplotAttributes> & { [K in keyof VMapLayerScatterplot & keyof VMapLayerScatterplotAttributes]?: VMapLayerScatterplot[K] } & { [K in keyof VMapLayerScatterplot & keyof VMapLayerScatterplotAttributes as `attr:${K}`]?: VMapLayerScatterplotAttributes[K] } & { [K in keyof VMapLayerScatterplot & keyof VMapLayerScatterplotAttributes as `prop:${K}`]?: VMapLayerScatterplot[K] };
|
|
2342
|
+
"v-map-layer-terrain": Omit<VMapLayerTerrain, keyof VMapLayerTerrainAttributes> & { [K in keyof VMapLayerTerrain & keyof VMapLayerTerrainAttributes]?: VMapLayerTerrain[K] } & { [K in keyof VMapLayerTerrain & keyof VMapLayerTerrainAttributes as `attr:${K}`]?: VMapLayerTerrainAttributes[K] } & { [K in keyof VMapLayerTerrain & keyof VMapLayerTerrainAttributes as `prop:${K}`]?: VMapLayerTerrain[K] } & OneOf<"elevationData", VMapLayerTerrain["elevationData"], VMapLayerTerrainAttributes["elevationData"]>;
|
|
2343
|
+
"v-map-layer-terrain-geotiff": Omit<VMapLayerTerrainGeotiff, keyof VMapLayerTerrainGeotiffAttributes> & { [K in keyof VMapLayerTerrainGeotiff & keyof VMapLayerTerrainGeotiffAttributes]?: VMapLayerTerrainGeotiff[K] } & { [K in keyof VMapLayerTerrainGeotiff & keyof VMapLayerTerrainGeotiffAttributes as `attr:${K}`]?: VMapLayerTerrainGeotiffAttributes[K] } & { [K in keyof VMapLayerTerrainGeotiff & keyof VMapLayerTerrainGeotiffAttributes as `prop:${K}`]?: VMapLayerTerrainGeotiff[K] };
|
|
2344
|
+
"v-map-layer-tile3d": Omit<VMapLayerTile3d, keyof VMapLayerTile3dAttributes> & { [K in keyof VMapLayerTile3d & keyof VMapLayerTile3dAttributes]?: VMapLayerTile3d[K] } & { [K in keyof VMapLayerTile3d & keyof VMapLayerTile3dAttributes as `attr:${K}`]?: VMapLayerTile3dAttributes[K] } & { [K in keyof VMapLayerTile3d & keyof VMapLayerTile3dAttributes as `prop:${K}`]?: VMapLayerTile3d[K] } & OneOf<"url", VMapLayerTile3d["url"], VMapLayerTile3dAttributes["url"]>;
|
|
2345
|
+
"v-map-layer-wcs": Omit<VMapLayerWcs, keyof VMapLayerWcsAttributes> & { [K in keyof VMapLayerWcs & keyof VMapLayerWcsAttributes]?: VMapLayerWcs[K] } & { [K in keyof VMapLayerWcs & keyof VMapLayerWcsAttributes as `attr:${K}`]?: VMapLayerWcsAttributes[K] } & { [K in keyof VMapLayerWcs & keyof VMapLayerWcsAttributes as `prop:${K}`]?: VMapLayerWcs[K] } & OneOf<"url", VMapLayerWcs["url"], VMapLayerWcsAttributes["url"]> & OneOf<"coverageName", VMapLayerWcs["coverageName"], VMapLayerWcsAttributes["coverageName"]>;
|
|
2346
|
+
"v-map-layer-wfs": Omit<VMapLayerWfs, keyof VMapLayerWfsAttributes> & { [K in keyof VMapLayerWfs & keyof VMapLayerWfsAttributes]?: VMapLayerWfs[K] } & { [K in keyof VMapLayerWfs & keyof VMapLayerWfsAttributes as `attr:${K}`]?: VMapLayerWfsAttributes[K] } & { [K in keyof VMapLayerWfs & keyof VMapLayerWfsAttributes as `prop:${K}`]?: VMapLayerWfs[K] } & OneOf<"url", VMapLayerWfs["url"], VMapLayerWfsAttributes["url"]> & OneOf<"typeName", VMapLayerWfs["typeName"], VMapLayerWfsAttributes["typeName"]>;
|
|
2347
|
+
"v-map-layer-wkt": Omit<VMapLayerWkt, keyof VMapLayerWktAttributes> & { [K in keyof VMapLayerWkt & keyof VMapLayerWktAttributes]?: VMapLayerWkt[K] } & { [K in keyof VMapLayerWkt & keyof VMapLayerWktAttributes as `attr:${K}`]?: VMapLayerWktAttributes[K] } & { [K in keyof VMapLayerWkt & keyof VMapLayerWktAttributes as `prop:${K}`]?: VMapLayerWkt[K] };
|
|
2348
|
+
"v-map-layer-wms": Omit<VMapLayerWms, keyof VMapLayerWmsAttributes> & { [K in keyof VMapLayerWms & keyof VMapLayerWmsAttributes]?: VMapLayerWms[K] } & { [K in keyof VMapLayerWms & keyof VMapLayerWmsAttributes as `attr:${K}`]?: VMapLayerWmsAttributes[K] } & { [K in keyof VMapLayerWms & keyof VMapLayerWmsAttributes as `prop:${K}`]?: VMapLayerWms[K] } & OneOf<"url", VMapLayerWms["url"], VMapLayerWmsAttributes["url"]> & OneOf<"layers", VMapLayerWms["layers"], VMapLayerWmsAttributes["layers"]>;
|
|
2349
|
+
"v-map-layer-xyz": Omit<VMapLayerXyz, keyof VMapLayerXyzAttributes> & { [K in keyof VMapLayerXyz & keyof VMapLayerXyzAttributes]?: VMapLayerXyz[K] } & { [K in keyof VMapLayerXyz & keyof VMapLayerXyzAttributes as `attr:${K}`]?: VMapLayerXyzAttributes[K] } & { [K in keyof VMapLayerXyz & keyof VMapLayerXyzAttributes as `prop:${K}`]?: VMapLayerXyz[K] } & OneOf<"url", VMapLayerXyz["url"], VMapLayerXyzAttributes["url"]>;
|
|
2350
|
+
"v-map-layercontrol": Omit<VMapLayercontrol, keyof VMapLayercontrolAttributes> & { [K in keyof VMapLayercontrol & keyof VMapLayercontrolAttributes]?: VMapLayercontrol[K] } & { [K in keyof VMapLayercontrol & keyof VMapLayercontrolAttributes as `attr:${K}`]?: VMapLayercontrolAttributes[K] } & { [K in keyof VMapLayercontrol & keyof VMapLayercontrolAttributes as `prop:${K}`]?: VMapLayercontrol[K] };
|
|
2351
|
+
"v-map-layergroup": Omit<VMapLayergroup, keyof VMapLayergroupAttributes> & { [K in keyof VMapLayergroup & keyof VMapLayergroupAttributes]?: VMapLayergroup[K] } & { [K in keyof VMapLayergroup & keyof VMapLayergroupAttributes as `attr:${K}`]?: VMapLayergroupAttributes[K] } & { [K in keyof VMapLayergroup & keyof VMapLayergroupAttributes as `prop:${K}`]?: VMapLayergroup[K] };
|
|
2352
|
+
"v-map-style": Omit<VMapStyle, keyof VMapStyleAttributes> & { [K in keyof VMapStyle & keyof VMapStyleAttributes]?: VMapStyle[K] } & { [K in keyof VMapStyle & keyof VMapStyleAttributes as `attr:${K}`]?: VMapStyleAttributes[K] } & { [K in keyof VMapStyle & keyof VMapStyleAttributes as `prop:${K}`]?: VMapStyle[K] };
|
|
2353
|
+
}
|
|
2354
|
+
}
|
|
2355
|
+
export { LocalJSX as JSX };
|
|
2356
|
+
declare module "@stencil/core" {
|
|
2357
|
+
export namespace JSX {
|
|
2358
|
+
interface IntrinsicElements {
|
|
2359
|
+
"v-map": LocalJSX.IntrinsicElements["v-map"] & JSXBase.HTMLAttributes<HTMLVMapElement>;
|
|
2360
|
+
/**
|
|
2361
|
+
* A component that builds map configurations dynamically from JSON/YAML configuration scripts.
|
|
2362
|
+
*/
|
|
2363
|
+
"v-map-builder": LocalJSX.IntrinsicElements["v-map-builder"] & JSXBase.HTMLAttributes<HTMLVMapBuilderElement>;
|
|
2364
|
+
"v-map-layer-geojson": LocalJSX.IntrinsicElements["v-map-layer-geojson"] & JSXBase.HTMLAttributes<HTMLVMapLayerGeojsonElement>;
|
|
2365
|
+
"v-map-layer-geotiff": LocalJSX.IntrinsicElements["v-map-layer-geotiff"] & JSXBase.HTMLAttributes<HTMLVMapLayerGeotiffElement>;
|
|
2366
|
+
/**
|
|
2367
|
+
* Google Maps Basemap Layer
|
|
2368
|
+
*/
|
|
2369
|
+
"v-map-layer-google": LocalJSX.IntrinsicElements["v-map-layer-google"] & JSXBase.HTMLAttributes<HTMLVMapLayerGoogleElement>;
|
|
2370
|
+
"v-map-layer-osm": LocalJSX.IntrinsicElements["v-map-layer-osm"] & JSXBase.HTMLAttributes<HTMLVMapLayerOsmElement>;
|
|
2371
|
+
"v-map-layer-scatterplot": LocalJSX.IntrinsicElements["v-map-layer-scatterplot"] & JSXBase.HTMLAttributes<HTMLVMapLayerScatterplotElement>;
|
|
2372
|
+
"v-map-layer-terrain": LocalJSX.IntrinsicElements["v-map-layer-terrain"] & JSXBase.HTMLAttributes<HTMLVMapLayerTerrainElement>;
|
|
2373
|
+
"v-map-layer-terrain-geotiff": LocalJSX.IntrinsicElements["v-map-layer-terrain-geotiff"] & JSXBase.HTMLAttributes<HTMLVMapLayerTerrainGeotiffElement>;
|
|
2374
|
+
"v-map-layer-tile3d": LocalJSX.IntrinsicElements["v-map-layer-tile3d"] & JSXBase.HTMLAttributes<HTMLVMapLayerTile3dElement>;
|
|
2375
|
+
"v-map-layer-wcs": LocalJSX.IntrinsicElements["v-map-layer-wcs"] & JSXBase.HTMLAttributes<HTMLVMapLayerWcsElement>;
|
|
2376
|
+
"v-map-layer-wfs": LocalJSX.IntrinsicElements["v-map-layer-wfs"] & JSXBase.HTMLAttributes<HTMLVMapLayerWfsElement>;
|
|
2377
|
+
"v-map-layer-wkt": LocalJSX.IntrinsicElements["v-map-layer-wkt"] & JSXBase.HTMLAttributes<HTMLVMapLayerWktElement>;
|
|
2378
|
+
/**
|
|
2379
|
+
* OGC WMS Layer
|
|
2380
|
+
*/
|
|
2381
|
+
"v-map-layer-wms": LocalJSX.IntrinsicElements["v-map-layer-wms"] & JSXBase.HTMLAttributes<HTMLVMapLayerWmsElement>;
|
|
2382
|
+
/**
|
|
2383
|
+
* XYZ Tile Layer
|
|
2384
|
+
*/
|
|
2385
|
+
"v-map-layer-xyz": LocalJSX.IntrinsicElements["v-map-layer-xyz"] & JSXBase.HTMLAttributes<HTMLVMapLayerXyzElement>;
|
|
2386
|
+
"v-map-layercontrol": LocalJSX.IntrinsicElements["v-map-layercontrol"] & JSXBase.HTMLAttributes<HTMLVMapLayercontrolElement>;
|
|
2387
|
+
"v-map-layergroup": LocalJSX.IntrinsicElements["v-map-layergroup"] & JSXBase.HTMLAttributes<HTMLVMapLayergroupElement>;
|
|
2388
|
+
"v-map-style": LocalJSX.IntrinsicElements["v-map-style"] & JSXBase.HTMLAttributes<HTMLVMapStyleElement>;
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2391
|
+
}
|