@vcmap/ui 6.0.0-rc.9 → 6.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/README.md +2 -0
  2. package/build/commonViteConfig.js +7 -0
  3. package/config/aerowest.config.json +12 -2
  4. package/config/analysis.config.json +17 -0
  5. package/config/base.config.json +16 -4
  6. package/config/components-show-case.config.json +53 -0
  7. package/config/concepts-show-case.config.json +39 -0
  8. package/config/dev.config.json +165 -104
  9. package/config/dynamic-layer.config.json +32 -0
  10. package/config/hello-world.config.json +11 -0
  11. package/config/projects.config.json +9 -1
  12. package/config/solar.config.json +65 -0
  13. package/config/vectorTile.config.json +70 -0
  14. package/config/www.config.json +33 -10
  15. package/dist/assets/cesium.js +1 -1
  16. package/dist/assets/{core-ccecb5f4.js → core-9c65d604.js} +7302 -6838
  17. package/dist/assets/core.js +1 -1
  18. package/dist/assets/{ol-3c6b9b5b.js → ol-5f63bc8d.js} +5057 -5178
  19. package/dist/assets/ol.js +1 -1
  20. package/dist/assets/ui-339b3d7f.css +1 -0
  21. package/dist/assets/{ui-8a8aef2a.js → ui-339b3d7f.js} +9687 -8940
  22. package/dist/assets/ui.js +1 -1
  23. package/dist/assets/vue.js +1 -1
  24. package/dist/assets/{vuetify-ac50bfc8.js → vuetify-521222b6.js} +2507 -2504
  25. package/dist/assets/vuetify.js +1 -1
  26. package/index.d.ts +2 -0
  27. package/index.js +1 -0
  28. package/package.json +12 -12
  29. package/plugins/@vcmap-show-case/README.md +15 -6
  30. package/plugins/@vcmap-show-case/category-tester/package.json +1 -1
  31. package/plugins/@vcmap-show-case/category-tester/src/CollectionComponentOptions.vue +23 -23
  32. package/plugins/@vcmap-show-case/category-tester/src/FoobarEditor.vue +2 -8
  33. package/plugins/@vcmap-show-case/collection-manager-example/package.json +1 -1
  34. package/plugins/@vcmap-show-case/collection-manager-example/src/CollectionManagerExample.vue +10 -8
  35. package/plugins/@vcmap-show-case/context-menu-tester/package.json +1 -1
  36. package/plugins/@vcmap-show-case/extent-example/package.json +1 -1
  37. package/plugins/@vcmap-show-case/flight-component-example/package.json +1 -1
  38. package/plugins/@vcmap-show-case/form-inputs-example/package.json +1 -1
  39. package/plugins/@vcmap-show-case/hello-world/package.json +1 -1
  40. package/plugins/@vcmap-show-case/icons-example/package.json +1 -1
  41. package/plugins/@vcmap-show-case/notifier-tester/package.json +1 -1
  42. package/plugins/@vcmap-show-case/panel-tester/package.json +1 -1
  43. package/plugins/@vcmap-show-case/plugin-editors/package.json +1 -1
  44. package/plugins/@vcmap-show-case/plugin-editors/src/index.js +17 -6
  45. package/plugins/@vcmap-show-case/project-selector/package.json +1 -9
  46. package/plugins/@vcmap-show-case/project-selector/src/ModulesListComponent.vue +22 -31
  47. package/plugins/@vcmap-show-case/project-selector/src/ProjectSelectorComponent.vue +15 -23
  48. package/plugins/@vcmap-show-case/projection-example/README.md +3 -0
  49. package/plugins/@vcmap-show-case/projection-example/package.json +5 -0
  50. package/plugins/@vcmap-show-case/projection-example/src/ProjectionExample.vue +73 -0
  51. package/plugins/@vcmap-show-case/{table-example → projection-example}/src/index.js +22 -11
  52. package/plugins/@vcmap-show-case/search-example/package.json +1 -1
  53. package/plugins/@vcmap-show-case/simple-graph/package.json +1 -4
  54. package/plugins/@vcmap-show-case/style-input-example/package.json +1 -1
  55. package/plugins/@vcmap-show-case/switch-map-callback-example/README.md +2 -2
  56. package/plugins/@vcmap-show-case/switch-map-callback-example/package.json +2 -1
  57. package/plugins/@vcmap-show-case/switch-map-callback-example/src/index.js +4 -1
  58. package/plugins/@vcmap-show-case/theming-example/package.json +1 -1
  59. package/plugins/@vcmap-show-case/toolbox-example/package.json +1 -1
  60. package/plugins/@vcmap-show-case/vector-properties-example/package.json +1 -1
  61. package/plugins/@vcmap-show-case/viewpoint-component-example/package.json +1 -1
  62. package/plugins/@vcmap-show-case/window-tester/package.json +1 -1
  63. package/plugins/@vcmap-show-case/window-tester/src/WindowExample.vue +1 -1
  64. package/plugins/@vcmap-show-case/window-tester/src/WindowExampleToggleChild.vue +5 -1
  65. package/plugins/@vcmap-show-case/wizard-example/package.json +1 -1
  66. package/plugins/package.json +7 -3
  67. package/src/actions/flightActions.js +40 -20
  68. package/src/actions/listActions.d.ts +1 -1
  69. package/src/actions/listActions.js +1 -1
  70. package/src/application/VcsApp.vue +3 -0
  71. package/src/application/VcsApp.vue.d.ts +12 -0
  72. package/src/application/VcsAttributions.vue +1 -1
  73. package/src/application/VcsAttributionsFooter.vue +1 -1
  74. package/src/application/VcsContainer.vue +0 -1
  75. package/src/application/VcsContainer.vue.d.ts +12 -0
  76. package/src/application/VcsObliqueFooter.vue +110 -0
  77. package/src/application/VcsObliqueFooter.vue.d.ts +4 -0
  78. package/src/application/VcsTextPageFooter.vue +1 -0
  79. package/src/application/attributionsHelper.js +10 -6
  80. package/src/components/flight/VcsFlightPlayer.vue +26 -20
  81. package/src/components/form-inputs-controls/VcsDatePicker.vue +23 -3
  82. package/src/components/form-inputs-controls/VcsDatePicker.vue.d.ts +1 -1
  83. package/src/components/form-inputs-controls/VcsFileInput.vue +1 -1
  84. package/src/components/form-inputs-controls/VcsLabel.vue +10 -1
  85. package/src/components/form-inputs-controls/VcsLabel.vue.d.ts +9 -0
  86. package/src/components/form-inputs-controls/VcsRadio.vue +4 -0
  87. package/src/components/form-inputs-controls/VcsSelect.vue.d.ts +2 -2
  88. package/src/components/form-inputs-controls/VcsTextField.vue +1 -1
  89. package/src/components/form-inputs-controls/VcsWizardStep.vue.d.ts +2 -2
  90. package/src/components/import/VcsImportComponent.vue +3 -3
  91. package/src/components/lists/VcsActionList.vue +1 -1
  92. package/src/components/lists/VcsList.vue +42 -29
  93. package/src/components/lists/VcsListItemComponent.vue +1 -1
  94. package/src/components/lists/VcsListItemComponent.vue.d.ts +5 -32
  95. package/src/components/lists/VcsTreeview.vue +2 -0
  96. package/src/components/notification/VcsHelp.vue +0 -1
  97. package/src/components/notification/VcsHelpTooltip.vue +48 -0
  98. package/src/components/notification/VcsHelpTooltip.vue.d.ts +25 -0
  99. package/src/components/projection/VcsProjection.vue +329 -0
  100. package/src/components/projection/VcsProjection.vue.d.ts +7 -0
  101. package/src/components/section/VcsFormSection.vue +0 -1
  102. package/src/components/section/VcsFormSection.vue.d.ts +1 -1
  103. package/src/components/tables/VcsDataTable.vue +13 -2
  104. package/src/components/tables/VcsDataTable.vue.d.ts +12 -1
  105. package/src/components/vector-properties/VcsFeatureEditingWindow.vue +17 -1
  106. package/src/components/vector-properties/VcsFeatureEditingWindow.vue.d.ts +10 -1
  107. package/src/components/vector-properties/VcsFeatureTransforms.vue +39 -5
  108. package/src/components/vector-properties/VcsFeatureTransforms.vue.d.ts +2 -1
  109. package/src/components/vector-properties/VcsVectorPropertiesComponent.vue +44 -24
  110. package/src/components/vector-properties/VcsVectorPropertiesComponent.vue.d.ts +27 -2
  111. package/src/components/viewpoint/VcsViewpointComponent.vue +6 -6
  112. package/src/contentTree/contentTreeCollection.js +12 -1
  113. package/src/featureInfo/abstractFeatureInfoView.d.ts +9 -0
  114. package/src/featureInfo/abstractFeatureInfoView.js +17 -1
  115. package/src/i18n/de.d.ts +90 -41
  116. package/src/i18n/de.js +63 -22
  117. package/src/i18n/en.d.ts +90 -41
  118. package/src/i18n/en.js +59 -18
  119. package/src/legend/StyleLegendItem.vue +1 -5
  120. package/src/legend/VcsLegend.vue +9 -10
  121. package/src/legend/VcsLegend.vue.d.ts +1 -1
  122. package/src/legend/legendHelper.js +6 -1
  123. package/src/manager/collectionManager/collectionComponentClass.js +4 -4
  124. package/src/manager/collectionManager/editorCollectionComponentClass.js +5 -3
  125. package/src/manager/toolbox/GroupToolboxComponent.vue +6 -1
  126. package/src/manager/toolbox/SelectToolboxComponent.vue +6 -2
  127. package/src/manager/toolbox/ToolboxManagerComponent.vue +7 -2
  128. package/src/manager/window/WindowComponentHeader.vue +1 -1
  129. package/src/navigation/MapNavCompass.vue +166 -140
  130. package/src/navigation/MapNavCompass.vue.d.ts +3 -1
  131. package/src/navigation/MapNavigation.vue +22 -5
  132. package/src/navigation/VcsCompass.vue +2 -1
  133. package/src/navigation/overviewMap.js +4 -1
  134. package/src/styles/main.scss +2 -2
  135. package/src/uiConfig.d.ts +27 -0
  136. package/src/uiConfig.js +3 -0
  137. package/src/vuePlugins/vuetify.js +2 -0
  138. package/dist/assets/ui-8a8aef2a.css +0 -1
  139. package/plugins/@vcmap-show-case/buttons-example/README.md +0 -4
  140. package/plugins/@vcmap-show-case/buttons-example/package.json +0 -5
  141. package/plugins/@vcmap-show-case/buttons-example/src/ButtonsExample.vue +0 -281
  142. package/plugins/@vcmap-show-case/buttons-example/src/index.js +0 -51
  143. package/plugins/@vcmap-show-case/config-editor/README.md +0 -3
  144. package/plugins/@vcmap-show-case/config-editor/package.json +0 -5
  145. package/plugins/@vcmap-show-case/config-editor/src/ConfigEditor.vue +0 -62
  146. package/plugins/@vcmap-show-case/config-editor/src/index.js +0 -49
  147. package/plugins/@vcmap-show-case/list-example/README.md +0 -3
  148. package/plugins/@vcmap-show-case/list-example/package.json +0 -5
  149. package/plugins/@vcmap-show-case/list-example/src/ListExample.vue +0 -406
  150. package/plugins/@vcmap-show-case/list-example/src/index.js +0 -46
  151. package/plugins/@vcmap-show-case/table-example/README.md +0 -3
  152. package/plugins/@vcmap-show-case/table-example/package.json +0 -5
  153. package/plugins/@vcmap-show-case/table-example/src/DataTableExample.vue +0 -203
  154. package/plugins/@vcmap-show-case/textfields-example/README.md +0 -3
  155. package/plugins/@vcmap-show-case/textfields-example/package.json +0 -5
  156. package/plugins/@vcmap-show-case/textfields-example/src/TextfieldsExample.vue +0 -115
  157. package/plugins/@vcmap-show-case/textfields-example/src/index.js +0 -64
  158. /package/dist/assets/{cesium-a21a380a.js → cesium-f4e19cd9.js} +0 -0
  159. /package/dist/assets/{vue-bcc58dd1.js → vue-31395141.js} +0 -0
  160. /package/dist/assets/{vuetify-ac50bfc8.css → vuetify-521222b6.css} +0 -0
@@ -0,0 +1,65 @@
1
+ {
2
+ "name": "Solar",
3
+ "i18n": [
4
+ {
5
+ "name": "Solar",
6
+ "de": {
7
+ "solarLayer": {
8
+ "solar": "Vorberechnete Solardaten"
9
+ }
10
+ },
11
+ "en": {
12
+ "solarLayer": {
13
+ "solar": "Precalculated solardata"
14
+ }
15
+ }
16
+ }
17
+ ],
18
+ "layers": [
19
+ {
20
+ "type": "CesiumTilesetLayer",
21
+ "name": "Solar Buildings Berlin",
22
+ "activeOnStartup": true,
23
+ "url": "https://www.virtualcitymap.de/datasource-data/32bae501-7f69-4d3f-b807-f606009fdd0a/tileset.json",
24
+ "extent": {
25
+ "coordinates": [
26
+ 13.331909136005015, 52.48718257333008, 13.42529294872331,
27
+ 52.54760738995393
28
+ ],
29
+ "projection": {
30
+ "type": "Projection",
31
+ "epsg": "EPSG:4326"
32
+ },
33
+ "type": "Extent"
34
+ },
35
+ "exclusiveGroups": ["3D"],
36
+ "properties": {
37
+ "title": "solarLayer.solar",
38
+ "properties": "tableAll"
39
+ },
40
+ "tilesetOptions": {
41
+ "useSRGBColorFactors": true
42
+ },
43
+ "zIndex": 0
44
+ }
45
+ ],
46
+ "plugins": [
47
+ {
48
+ "name": "@vcmap/solar-revenue",
49
+ "entry": "plugins/@vcmap/solar-revenue/index.js",
50
+ "adminOptions": {
51
+ "germanPowerMix": 0.5
52
+ },
53
+ "globalSettings": {
54
+ "isVcSolar": true
55
+ }
56
+ }
57
+ ],
58
+ "contentTree": [
59
+ {
60
+ "type": "LayerContentTreeItem",
61
+ "name": "berlin.solar",
62
+ "layerName": "Solar Buildings Berlin"
63
+ }
64
+ ]
65
+ }
@@ -0,0 +1,70 @@
1
+ {
2
+ "name": "Vector tile config",
3
+ "description": "Vector tile config for the 2024 UC",
4
+ "startingViewpointName": "wittenbergplatz",
5
+ "viewpoints": [
6
+ {
7
+ "type": "Viewpoint",
8
+ "name": "wittenbergplatz",
9
+ "distance": 422.0485304702391,
10
+ "cameraPosition": [
11
+ 13.343328129361538, 52.499130914591746, 240.7210072500593
12
+ ],
13
+ "groundPosition": [
14
+ 13.342268173013679, 52.50237738561543, 34.73260275304841
15
+ ],
16
+ "heading": 348.7317861517271,
17
+ "pitch": -29.215327290008023,
18
+ "roll": 0.0008171150282449203,
19
+ "animate": false
20
+ }
21
+ ],
22
+ "featureInfo": [
23
+ {
24
+ "type": "MarkdownFeatureInfoView",
25
+ "name": "vectorTilePrimitiveMarkdown",
26
+ "title": "Vector Tile Primitive - Markdown",
27
+ "template": [
28
+ "{{#if name}}",
29
+ "# {{name}}",
30
+ "{{else}}",
31
+ "# Unnamed {{type}}",
32
+ "{{/if}}",
33
+ "| Key | Value |",
34
+ "| --- | ----- |",
35
+ "{{#each (value, key) in attributes}}{{#if [\"!=\", [\"get\", \"key\"], \"name\"]}}| _{{key}}_ | {{value}} |\n{{/if}}{{/each}}"
36
+ ]
37
+ }
38
+ ],
39
+ "layers": [
40
+ {
41
+ "name": "osmBuildingFootprints",
42
+ "type": "VectorTileLayer",
43
+ "minLevel": 18,
44
+ "maxLevel": 18,
45
+ "zIndex": 11,
46
+ "tileProvider": {
47
+ "baseLevels": [14],
48
+ "idProperty": "osm_id",
49
+ "useSpatialIndex": false,
50
+ "type": "MVTTileProvider",
51
+ "url": "https://www.virtualcitymap.de/datasource-data/BerlinFootprintsMVT/{z}/{x}/{y}.pbf"
52
+ },
53
+ "activeOnStartup": true,
54
+ "debug": false,
55
+ "renderer": "primitive",
56
+ "exclusiveGroups": ["3D"],
57
+ "vectorProperties": {
58
+ "extrudedHeight": 38,
59
+ "altitudeMode": "absolute",
60
+ "groundLevel": 20
61
+ },
62
+ "properties": {
63
+ "featureInfo": "vectorTilePrimitiveMarkdown",
64
+ "title": "layer.footprints",
65
+ "tooltip": "OpenStreetMap Building Polygons",
66
+ "availableStyles": ["Transparentbuildings"]
67
+ }
68
+ }
69
+ ]
70
+ }
@@ -762,7 +762,7 @@
762
762
  {
763
763
  "type": "CesiumTilesetLayer",
764
764
  "name": "mesh_surface",
765
- "url": "https://berlin-wab.virtualcitymap.de/datasource-data/baselayer/mesh_2020/",
765
+ "url": "https://berlin-wab.virtualcitymap.de/datasource-data/baselayer/mesh_2023/",
766
766
  "activeOnStartup": false,
767
767
  "allowPicking": false,
768
768
  "screenSpaceError": 16,
@@ -1828,6 +1828,38 @@
1828
1828
  }
1829
1829
  ],
1830
1830
  "plugins": [
1831
+ {
1832
+ "name": "@vcmap/module-selector",
1833
+ "isActiveOnStart": false,
1834
+ "requireModuleSelection": false,
1835
+ "entry": "plugins/@vcmap/module-selector/index.js",
1836
+ "modules": [
1837
+ {
1838
+ "type": "url",
1839
+ "title": "Solar Tool",
1840
+ "icon": "mdi-solar-power-variant",
1841
+ "moduleUrl": "./config/solar.config.json"
1842
+ },
1843
+ {
1844
+ "type": "url",
1845
+ "title": "Dynamic Layer",
1846
+ "icon": "mdi-database-search-outline",
1847
+ "moduleUrl": "./config/dynamic-layer.config.json"
1848
+ },
1849
+ {
1850
+ "type": "url",
1851
+ "title": "Analytics",
1852
+ "icon": "mdi-map-search",
1853
+ "moduleUrl": "./config/analysis.config.json"
1854
+ },
1855
+ {
1856
+ "type": "url",
1857
+ "title": "Vector Tiles",
1858
+ "icon": "mdi-vector-combine",
1859
+ "moduleUrl": "./config/vectorTile.config.json"
1860
+ }
1861
+ ]
1862
+ },
1831
1863
  {
1832
1864
  "name": "@vcmap/link-button",
1833
1865
  "entry": "plugins/@vcmap/link-button/index.js",
@@ -1872,10 +1904,6 @@
1872
1904
  "name": "@vcmap/transparent-terrain",
1873
1905
  "entry": "plugins/@vcmap/transparent-terrain/index.js"
1874
1906
  },
1875
- {
1876
- "name": "@vcmap/viewshed",
1877
- "entry": "plugins/@vcmap/viewshed/index.js"
1878
- },
1879
1907
  {
1880
1908
  "name": "@vcmap/clipping-tool",
1881
1909
  "entry": "plugins/@vcmap/clipping-tool/index.js"
@@ -1945,14 +1973,9 @@
1945
1973
  "projectId": "rBW58EJz5RwCz75Q3",
1946
1974
  "mapId": "csunCGqmQE8Py4KCe"
1947
1975
  },
1948
-
1949
1976
  {
1950
1977
  "name": "@vcmap/search-coordinate",
1951
1978
  "entry": "plugins/@vcmap/search-coordinate/index.js"
1952
- },
1953
- {
1954
- "name": "@vcmap/height-profile",
1955
- "entry": "plugins/@vcmap/height-profile/index.js"
1956
1979
  }
1957
1980
  ]
1958
1981
  }
@@ -1 +1 @@
1
- export * from "./cesium-a21a380a.js";
1
+ export * from "./cesium-f4e19cd9.js";