@vcmap/ui 6.0.0-rc.9 → 6.0.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/README.md +2 -0
- package/build/commonViteConfig.js +7 -0
- package/config/aerowest.config.json +12 -2
- package/config/analysis.config.json +17 -0
- package/config/base.config.json +16 -4
- package/config/components-show-case.config.json +53 -0
- package/config/concepts-show-case.config.json +39 -0
- package/config/dev.config.json +165 -104
- package/config/dynamic-layer.config.json +32 -0
- package/config/hello-world.config.json +11 -0
- package/config/projects.config.json +9 -1
- package/config/solar.config.json +65 -0
- package/config/vectorTile.config.json +70 -0
- package/config/www.config.json +33 -10
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core-ccecb5f4.js → core-a599e8b6.js} +7302 -6838
- package/dist/assets/core.js +1 -1
- package/dist/assets/{ol-3c6b9b5b.js → ol-21bbc740.js} +5057 -5178
- package/dist/assets/ol.js +1 -1
- package/dist/assets/ui-adeddc7d.css +1 -0
- package/dist/assets/{ui-8a8aef2a.js → ui-adeddc7d.js} +9687 -8940
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +1 -1
- package/dist/assets/{vuetify-ac50bfc8.js → vuetify-c0e02f11.js} +2507 -2504
- package/dist/assets/vuetify.js +1 -1
- package/index.d.ts +2 -0
- package/index.js +1 -0
- package/package.json +12 -12
- package/plugins/@vcmap-show-case/README.md +15 -6
- package/plugins/@vcmap-show-case/category-tester/package.json +1 -1
- package/plugins/@vcmap-show-case/category-tester/src/CollectionComponentOptions.vue +23 -23
- package/plugins/@vcmap-show-case/category-tester/src/FoobarEditor.vue +2 -8
- package/plugins/@vcmap-show-case/collection-manager-example/package.json +1 -1
- package/plugins/@vcmap-show-case/collection-manager-example/src/CollectionManagerExample.vue +10 -8
- package/plugins/@vcmap-show-case/context-menu-tester/package.json +1 -1
- package/plugins/@vcmap-show-case/extent-example/package.json +1 -1
- package/plugins/@vcmap-show-case/flight-component-example/package.json +1 -1
- package/plugins/@vcmap-show-case/form-inputs-example/package.json +1 -1
- package/plugins/@vcmap-show-case/hello-world/package.json +1 -1
- package/plugins/@vcmap-show-case/icons-example/package.json +1 -1
- package/plugins/@vcmap-show-case/notifier-tester/package.json +1 -1
- package/plugins/@vcmap-show-case/panel-tester/package.json +1 -1
- package/plugins/@vcmap-show-case/plugin-editors/package.json +1 -1
- package/plugins/@vcmap-show-case/plugin-editors/src/index.js +17 -6
- package/plugins/@vcmap-show-case/project-selector/package.json +1 -9
- package/plugins/@vcmap-show-case/project-selector/src/ModulesListComponent.vue +22 -31
- package/plugins/@vcmap-show-case/project-selector/src/ProjectSelectorComponent.vue +15 -23
- package/plugins/@vcmap-show-case/projection-example/README.md +3 -0
- package/plugins/@vcmap-show-case/projection-example/package.json +5 -0
- package/plugins/@vcmap-show-case/projection-example/src/ProjectionExample.vue +73 -0
- package/plugins/@vcmap-show-case/{table-example → projection-example}/src/index.js +22 -11
- package/plugins/@vcmap-show-case/search-example/package.json +1 -1
- package/plugins/@vcmap-show-case/simple-graph/package.json +1 -4
- package/plugins/@vcmap-show-case/style-input-example/package.json +1 -1
- package/plugins/@vcmap-show-case/switch-map-callback-example/README.md +2 -2
- package/plugins/@vcmap-show-case/switch-map-callback-example/package.json +2 -1
- package/plugins/@vcmap-show-case/switch-map-callback-example/src/index.js +4 -1
- package/plugins/@vcmap-show-case/theming-example/package.json +1 -1
- package/plugins/@vcmap-show-case/toolbox-example/package.json +1 -1
- package/plugins/@vcmap-show-case/vector-properties-example/package.json +1 -1
- package/plugins/@vcmap-show-case/viewpoint-component-example/package.json +1 -1
- package/plugins/@vcmap-show-case/window-tester/package.json +1 -1
- package/plugins/@vcmap-show-case/window-tester/src/WindowExample.vue +1 -1
- package/plugins/@vcmap-show-case/window-tester/src/WindowExampleToggleChild.vue +5 -1
- package/plugins/@vcmap-show-case/wizard-example/package.json +1 -1
- package/plugins/package.json +7 -3
- package/src/actions/flightActions.js +40 -20
- package/src/actions/listActions.d.ts +1 -1
- package/src/actions/listActions.js +1 -1
- package/src/application/VcsApp.vue +3 -0
- package/src/application/VcsApp.vue.d.ts +12 -0
- package/src/application/VcsAttributions.vue +1 -1
- package/src/application/VcsAttributionsFooter.vue +1 -1
- package/src/application/VcsContainer.vue +0 -1
- package/src/application/VcsContainer.vue.d.ts +12 -0
- package/src/application/VcsObliqueFooter.vue +110 -0
- package/src/application/VcsObliqueFooter.vue.d.ts +4 -0
- package/src/application/VcsTextPageFooter.vue +1 -0
- package/src/application/attributionsHelper.js +10 -6
- package/src/components/flight/VcsFlightPlayer.vue +26 -20
- package/src/components/form-inputs-controls/VcsDatePicker.vue +23 -3
- package/src/components/form-inputs-controls/VcsDatePicker.vue.d.ts +1 -1
- package/src/components/form-inputs-controls/VcsFileInput.vue +1 -1
- package/src/components/form-inputs-controls/VcsLabel.vue +10 -1
- package/src/components/form-inputs-controls/VcsLabel.vue.d.ts +9 -0
- package/src/components/form-inputs-controls/VcsRadio.vue +4 -0
- package/src/components/form-inputs-controls/VcsSelect.vue.d.ts +2 -2
- package/src/components/form-inputs-controls/VcsTextField.vue +1 -1
- package/src/components/form-inputs-controls/VcsWizardStep.vue.d.ts +2 -2
- package/src/components/import/VcsImportComponent.vue +3 -3
- package/src/components/lists/VcsActionList.vue +1 -1
- package/src/components/lists/VcsList.vue +42 -29
- package/src/components/lists/VcsListItemComponent.vue +1 -1
- package/src/components/lists/VcsListItemComponent.vue.d.ts +5 -32
- package/src/components/lists/VcsTreeview.vue +2 -0
- package/src/components/notification/VcsHelp.vue +0 -1
- package/src/components/notification/VcsHelpTooltip.vue +48 -0
- package/src/components/notification/VcsHelpTooltip.vue.d.ts +25 -0
- package/src/components/projection/VcsProjection.vue +329 -0
- package/src/components/projection/VcsProjection.vue.d.ts +7 -0
- package/src/components/section/VcsFormSection.vue +0 -1
- package/src/components/section/VcsFormSection.vue.d.ts +1 -1
- package/src/components/tables/VcsDataTable.vue +13 -2
- package/src/components/tables/VcsDataTable.vue.d.ts +12 -1
- package/src/components/vector-properties/VcsFeatureEditingWindow.vue +17 -1
- package/src/components/vector-properties/VcsFeatureEditingWindow.vue.d.ts +10 -1
- package/src/components/vector-properties/VcsFeatureTransforms.vue +39 -5
- package/src/components/vector-properties/VcsFeatureTransforms.vue.d.ts +2 -1
- package/src/components/vector-properties/VcsVectorPropertiesComponent.vue +44 -24
- package/src/components/vector-properties/VcsVectorPropertiesComponent.vue.d.ts +27 -2
- package/src/components/viewpoint/VcsViewpointComponent.vue +6 -6
- package/src/contentTree/contentTreeCollection.js +12 -1
- package/src/featureInfo/abstractFeatureInfoView.d.ts +9 -0
- package/src/featureInfo/abstractFeatureInfoView.js +17 -1
- package/src/i18n/de.d.ts +90 -41
- package/src/i18n/de.js +63 -22
- package/src/i18n/en.d.ts +90 -41
- package/src/i18n/en.js +59 -18
- package/src/legend/StyleLegendItem.vue +1 -5
- package/src/legend/VcsLegend.vue +9 -10
- package/src/legend/VcsLegend.vue.d.ts +1 -1
- package/src/legend/legendHelper.js +6 -1
- package/src/manager/collectionManager/collectionComponentClass.js +4 -4
- package/src/manager/collectionManager/editorCollectionComponentClass.js +5 -3
- package/src/manager/toolbox/GroupToolboxComponent.vue +6 -1
- package/src/manager/toolbox/SelectToolboxComponent.vue +6 -2
- package/src/manager/toolbox/ToolboxManagerComponent.vue +7 -2
- package/src/manager/window/WindowComponentHeader.vue +1 -1
- package/src/navigation/MapNavCompass.vue +166 -140
- package/src/navigation/MapNavCompass.vue.d.ts +3 -1
- package/src/navigation/MapNavigation.vue +22 -5
- package/src/navigation/VcsCompass.vue +2 -1
- package/src/navigation/overviewMap.js +4 -1
- package/src/styles/main.scss +2 -2
- package/src/uiConfig.d.ts +27 -0
- package/src/uiConfig.js +3 -0
- package/src/vuePlugins/vuetify.js +2 -0
- package/dist/assets/ui-8a8aef2a.css +0 -1
- package/plugins/@vcmap-show-case/buttons-example/README.md +0 -4
- package/plugins/@vcmap-show-case/buttons-example/package.json +0 -5
- package/plugins/@vcmap-show-case/buttons-example/src/ButtonsExample.vue +0 -281
- package/plugins/@vcmap-show-case/buttons-example/src/index.js +0 -51
- package/plugins/@vcmap-show-case/config-editor/README.md +0 -3
- package/plugins/@vcmap-show-case/config-editor/package.json +0 -5
- package/plugins/@vcmap-show-case/config-editor/src/ConfigEditor.vue +0 -62
- package/plugins/@vcmap-show-case/config-editor/src/index.js +0 -49
- package/plugins/@vcmap-show-case/list-example/README.md +0 -3
- package/plugins/@vcmap-show-case/list-example/package.json +0 -5
- package/plugins/@vcmap-show-case/list-example/src/ListExample.vue +0 -406
- package/plugins/@vcmap-show-case/list-example/src/index.js +0 -46
- package/plugins/@vcmap-show-case/table-example/README.md +0 -3
- package/plugins/@vcmap-show-case/table-example/package.json +0 -5
- package/plugins/@vcmap-show-case/table-example/src/DataTableExample.vue +0 -203
- package/plugins/@vcmap-show-case/textfields-example/README.md +0 -3
- package/plugins/@vcmap-show-case/textfields-example/package.json +0 -5
- package/plugins/@vcmap-show-case/textfields-example/src/TextfieldsExample.vue +0 -115
- package/plugins/@vcmap-show-case/textfields-example/src/index.js +0 -64
- /package/dist/assets/{cesium-a21a380a.js → cesium-00deba88.js} +0 -0
- /package/dist/assets/{vue-bcc58dd1.js → vue-8269279d.js} +0 -0
- /package/dist/assets/{vuetify-ac50bfc8.css → vuetify-c0e02f11.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
|
+
}
|
package/config/www.config.json
CHANGED
@@ -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/
|
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
|
}
|
package/dist/assets/cesium.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from "./cesium-
|
1
|
+
export * from "./cesium-00deba88.js";
|