@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
package/README.md
CHANGED
@@ -160,6 +160,8 @@ app can be opened with http://localhost:8080.
|
|
160
160
|
|
161
161
|
Further Information see [GET_STARTED](documentation/GET_STARTED.md) and [Plugin-cli](https://github.com/virtualcitySYSTEMS/map-plugin-cli).
|
162
162
|
|
163
|
+
> [API Story Docs](https://lib.virtualcitymap.de/ui/6.0/story/)
|
164
|
+
|
163
165
|
## Included Dataset
|
164
166
|
|
165
167
|
The included datasets for Berlin and Osnabrück in the app configurations in the project can only be used for Development.
|
@@ -17,6 +17,13 @@ const configMain = defineConfig({
|
|
17
17
|
define: {
|
18
18
|
'process.env.NODE_ENV': '"development"',
|
19
19
|
},
|
20
|
+
css: {
|
21
|
+
preprocessorOptions: {
|
22
|
+
scss: {
|
23
|
+
api: 'modern-compiler', // or "modern", "legacy"
|
24
|
+
},
|
25
|
+
},
|
26
|
+
},
|
20
27
|
plugins: [
|
21
28
|
vue3({
|
22
29
|
template: { transformAssetUrls },
|
@@ -271,7 +271,12 @@
|
|
271
271
|
"minZoom": 2,
|
272
272
|
"hideLevels": null,
|
273
273
|
"properties": {
|
274
|
-
"title": "Schrägluftbilder 2020"
|
274
|
+
"title": "Schrägluftbilder 2020",
|
275
|
+
"attributions": {
|
276
|
+
"provider": "Aerowest",
|
277
|
+
"year": "2020",
|
278
|
+
"url": "https://www.aerowest.de/"
|
279
|
+
}
|
275
280
|
}
|
276
281
|
},
|
277
282
|
{
|
@@ -292,7 +297,12 @@
|
|
292
297
|
"minZoom": 2,
|
293
298
|
"hideLevels": null,
|
294
299
|
"properties": {
|
295
|
-
"title": "Schrägluftbilder 2019"
|
300
|
+
"title": "Schrägluftbilder 2019",
|
301
|
+
"attributions": {
|
302
|
+
"provider": "Aerowest",
|
303
|
+
"year": "2019",
|
304
|
+
"url": "https://www.aerowest.de/"
|
305
|
+
}
|
296
306
|
}
|
297
307
|
}
|
298
308
|
],
|
@@ -0,0 +1,17 @@
|
|
1
|
+
{
|
2
|
+
"name": "Analysis",
|
3
|
+
"plugins": [
|
4
|
+
{
|
5
|
+
"name": "@vcmap/line-of-sight",
|
6
|
+
"entry": "plugins/@vcmap/line-of-sight/index.js"
|
7
|
+
},
|
8
|
+
{
|
9
|
+
"name": "@vcmap/viewshed",
|
10
|
+
"entry": "plugins/@vcmap/viewshed/index.js"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "@vcmap/height-profile",
|
14
|
+
"entry": "plugins/@vcmap/height-profile/index.js"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
package/config/base.config.json
CHANGED
@@ -22,6 +22,10 @@
|
|
22
22
|
"url": "https://vc.systems/datenschutz/"
|
23
23
|
}
|
24
24
|
},
|
25
|
+
{
|
26
|
+
"name": "obliqueFooterTemplate",
|
27
|
+
"value": "MyObliqueFooter.content"
|
28
|
+
},
|
25
29
|
{
|
26
30
|
"name": "customScreen",
|
27
31
|
"value": {
|
@@ -95,6 +99,9 @@
|
|
95
99
|
"content": "\n\nProjekt: \n--------\n\nErste Schritte\n\nZusammenfassung:\n--------\nDies ist ein **Beispieltext**, der Ihnen den Einstieg erleichtern soll. **Marked** wird verwendet, um Ihren Text _von Markdown nach HTML_ zu konvertieren. Um mehr über die __*korrekte Syntax*__ zu erfahren, besuchen Sie bitte diesen [Link](https://marked.js.org/demo/) für eine Demo. \n \nInhalt:\n-------\nLorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.\n \nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.\n \nHow to add lists:\n-----------------\n\n\n\n1. Enumeration, lorem ipsum dolor sit amet.\n2. Enumeration, lorem ipsum dolor sit amet.\n\n\n- Punkt 1: einer Liste mit Aufzählungspunkten.\n- Punkt 2: einer Liste mit Aufzählungspunkten.\n\n\n\nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis.",
|
96
100
|
"name": "Meine benutzerdefinierte Anzeige",
|
97
101
|
"title": "Meine benutzerdefinierte Anzeige"
|
102
|
+
},
|
103
|
+
"MyObliqueFooter": {
|
104
|
+
"content": "Mein Bildtitel: {{ name }} {{ viewDirection }}"
|
98
105
|
}
|
99
106
|
},
|
100
107
|
"en": {
|
@@ -122,6 +129,9 @@
|
|
122
129
|
"content": "\n\n\n\nProject: \n--------\n\nGetting started\n\nSummary:\n--------\nThis is a sample text to help you get started. **Marked** is used to convert your text _from Markdown to HTML_. To learn more about the __*correct syntax*__, please visit this [link](https://marked.js.org/demo/) for a demo.\n \nContent:\n-------\nLorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.\n \nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.\n \nHow to add lists:\n-----------------\n\n\n\n1. Enumeration, lorem ipsum dolor sit amet.\n2. Enumeration, lorem ipsum dolor sit amet.\n\n\n- Bullet Point 1: Lorem ipsum dolor sit amet.\n- Bullet Point 2: Lorem ipsum dolor sit amet.\n\n\n\nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis.",
|
123
130
|
"name": "My Custom Screen",
|
124
131
|
"title": "My Custom Screen"
|
132
|
+
},
|
133
|
+
"MyObliqueFooter": {
|
134
|
+
"content": "My Oblique Title: {{ name }} {{ viewDirection }}"
|
125
135
|
}
|
126
136
|
}
|
127
137
|
}
|
@@ -676,7 +686,7 @@
|
|
676
686
|
{
|
677
687
|
"type": "CesiumTilesetLayer",
|
678
688
|
"name": "mesh_surface",
|
679
|
-
"url": "https://berlin-wab.virtualcitymap.de/datasource-data/baselayer/
|
689
|
+
"url": "https://berlin-wab.virtualcitymap.de/datasource-data/baselayer/mesh_2023/",
|
680
690
|
"activeOnStartup": false,
|
681
691
|
"allowPicking": false,
|
682
692
|
"screenSpaceError": 16,
|
@@ -732,8 +742,8 @@
|
|
732
742
|
{
|
733
743
|
"name": "osmBuildingFootprints",
|
734
744
|
"type": "VectorTileLayer",
|
735
|
-
"minLevel":
|
736
|
-
"maxLevel":
|
745
|
+
"minLevel": 18,
|
746
|
+
"maxLevel": 18,
|
737
747
|
"zIndex": 11,
|
738
748
|
"tileProvider": {
|
739
749
|
"baseLevels": [14],
|
@@ -743,10 +753,12 @@
|
|
743
753
|
"url": "https://www.virtualcitymap.de/datasource-data/BerlinFootprintsMVT/{z}/{x}/{y}.pbf"
|
744
754
|
},
|
745
755
|
"activeOnStartup": false,
|
756
|
+
"debug": false,
|
746
757
|
"properties": {
|
747
758
|
"featureInfo": "addressBalloon",
|
748
759
|
"title": "layers.osmBuildingFootprints.title",
|
749
|
-
"tooltip": "OpenStreetMap Building Polygons"
|
760
|
+
"tooltip": "OpenStreetMap Building Polygons",
|
761
|
+
"availableStyles": ["Transparentbuildings"]
|
750
762
|
}
|
751
763
|
},
|
752
764
|
{
|
@@ -0,0 +1,53 @@
|
|
1
|
+
{
|
2
|
+
"name": "components-show-case",
|
3
|
+
"_id": "components-show-case",
|
4
|
+
"description": "module containing showcases plugins demonstrating components",
|
5
|
+
"plugins": [
|
6
|
+
{
|
7
|
+
"name": "@vcmap-show-case/collection-manager-example",
|
8
|
+
"entry": "plugins/@vcmap-show-case/collection-manager-example/index.js"
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"name": "@vcmap-show-case/custom-icons-example",
|
12
|
+
"entry": "plugins/@vcmap-show-case/custom-icons-example/index.js"
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"name": "@vcmap-show-case/extent-example",
|
16
|
+
"entry": "plugins/@vcmap-show-case/extent-example/index.js"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"name": "@vcmap-show-case/flight-component-example",
|
20
|
+
"entry": "plugins/@vcmap-show-case/flight-component-example/index.js"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "@vcmap-show-case/form-inputs-example",
|
24
|
+
"entry": "plugins/@vcmap-show-case/form-inputs-example/index.js",
|
25
|
+
"selectOptions": ["A", "B", "C", "D"],
|
26
|
+
"initialTextInput": "myInitialText"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"name": "@vcmap-show-case/icons-example",
|
30
|
+
"entry": "plugins/@vcmap-show-case/icons-example/index.js"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"name": "@vcmap-show-case/projection-example",
|
34
|
+
"entry": "plugins/@vcmap-show-case/projection-example/index.js"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"name": "@vcmap-show-case/style-input-example",
|
38
|
+
"entry": "plugins/@vcmap-show-case/style-input-example/index.js"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"name": "@vcmap-show-case/vector-properties-example",
|
42
|
+
"entry": "plugins/@vcmap-show-case/vector-properties-example/index.js"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"name": "@vcmap-show-case/viewpoint-component-example",
|
46
|
+
"entry": "plugins/@vcmap-show-case/viewpoint-component-example/index.js"
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"name": "@vcmap-show-case/wizard-example",
|
50
|
+
"entry": "plugins/@vcmap-show-case/wizard-example/index.js"
|
51
|
+
}
|
52
|
+
]
|
53
|
+
}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
{
|
2
|
+
"name": "concepts-show-case",
|
3
|
+
"_id": "concepts-show-case",
|
4
|
+
"description": "module containing showcases plugins demonstrating concepts",
|
5
|
+
"plugins": [
|
6
|
+
{
|
7
|
+
"name": "category-tester",
|
8
|
+
"entry": "plugins/@vcmap-show-case/category-tester/index.js"
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"name": "context-menu-tester",
|
12
|
+
"entry": "plugins/@vcmap-show-case/context-menu-tester/index.js"
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"name": "notifier-tester",
|
16
|
+
"entry": "plugins/@vcmap-show-case/notifier-tester/index.js"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"name": "panel-tester",
|
20
|
+
"entry": "plugins/@vcmap-show-case/panel-tester/index.js"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "@vcmap-show-case/search-example",
|
24
|
+
"entry": "plugins/@vcmap-show-case/search-example/index.js"
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"name": "switch-map-callback-example",
|
28
|
+
"entry": "plugins/@vcmap-show-case/switch-map-callback-example/index.js"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"name": "toolbox-example",
|
32
|
+
"entry": "plugins/@vcmap-show-case/toolbox-example/index.js"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"name": "window-tester",
|
36
|
+
"entry": "plugins/@vcmap-show-case/window-tester/index.js"
|
37
|
+
}
|
38
|
+
]
|
39
|
+
}
|
package/config/dev.config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "development",
|
3
3
|
"_id": "dev",
|
4
|
-
"description": "module containing
|
4
|
+
"description": "module containing dev configs and examples",
|
5
5
|
"startingViewpointName": "potsdamer_platz",
|
6
6
|
"i18n": [
|
7
7
|
{
|
@@ -92,6 +92,153 @@
|
|
92
92
|
}
|
93
93
|
],
|
94
94
|
"layers": [
|
95
|
+
{
|
96
|
+
"name": "testGeojsonVectorTile",
|
97
|
+
"type": "VectorTileLayer",
|
98
|
+
"minLevel": 18,
|
99
|
+
"maxLevel": 18,
|
100
|
+
"zIndex": 11,
|
101
|
+
"tileProvider": {
|
102
|
+
"baseLevels": [14],
|
103
|
+
"idProperty": "id",
|
104
|
+
"useSpatialIndex": false,
|
105
|
+
"type": "StaticGeoJSONTileProvider",
|
106
|
+
"url": "exampleData/perFeature.json"
|
107
|
+
},
|
108
|
+
"activeOnStartup": false,
|
109
|
+
"debug": false,
|
110
|
+
"renderer": "primitive",
|
111
|
+
"properties": {
|
112
|
+
"title": "Test GeoJSON VectorTile",
|
113
|
+
"featureInfo": "markdownFeatureInfo",
|
114
|
+
"legend": [
|
115
|
+
{
|
116
|
+
"type": "StyleLegendItem",
|
117
|
+
"rows": [
|
118
|
+
{
|
119
|
+
"type": "StrokeLegendRow",
|
120
|
+
"title": "Line",
|
121
|
+
"stroke": {
|
122
|
+
"color": [0, 0, 0, 1],
|
123
|
+
"width": 1.2
|
124
|
+
}
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"type": "StrokeLegendRow",
|
128
|
+
"title": "Line blue",
|
129
|
+
"stroke": {
|
130
|
+
"color": [118, 165, 204, 1],
|
131
|
+
"width": 1.2
|
132
|
+
}
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"type": "FillLegendRow",
|
136
|
+
"title": "Polygon no fill",
|
137
|
+
"fill": false,
|
138
|
+
"stroke": {
|
139
|
+
"color": [0, 0, 0, 1],
|
140
|
+
"width": 1.2
|
141
|
+
}
|
142
|
+
},
|
143
|
+
{
|
144
|
+
"type": "FillLegendRow",
|
145
|
+
"title": "Polygon blue",
|
146
|
+
"fill": {
|
147
|
+
"color": [118, 165, 204, 1]
|
148
|
+
},
|
149
|
+
"stroke": {
|
150
|
+
"color": [68, 68, 68, 1],
|
151
|
+
"width": 2
|
152
|
+
}
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"type": "FillLegendRow",
|
156
|
+
"title": "Polygon white",
|
157
|
+
"tooltip": "Extruded polygons by height or storey",
|
158
|
+
"fill": {
|
159
|
+
"color": [255, 255, 255, 0.4]
|
160
|
+
},
|
161
|
+
"stroke": {
|
162
|
+
"color": [51, 153, 204, 1],
|
163
|
+
"width": 1.25
|
164
|
+
}
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"type": "CircleLegendRow",
|
168
|
+
"title": "Point Circle",
|
169
|
+
"image": {
|
170
|
+
"radius": 8,
|
171
|
+
"scale": 4,
|
172
|
+
"fill": {
|
173
|
+
"color": "rgba(255, 0, 0, 1)"
|
174
|
+
},
|
175
|
+
"stroke": {
|
176
|
+
"color": "#00FF00",
|
177
|
+
"width": 2
|
178
|
+
}
|
179
|
+
}
|
180
|
+
},
|
181
|
+
{
|
182
|
+
"type": "CircleLegendRow",
|
183
|
+
"title": "Point Default",
|
184
|
+
"image": {
|
185
|
+
"radius": 5,
|
186
|
+
"scale": 1,
|
187
|
+
"fill": {
|
188
|
+
"color": [255, 255, 255, 0.4]
|
189
|
+
},
|
190
|
+
"stroke": {
|
191
|
+
"color": [0, 0, 0, 1],
|
192
|
+
"width": 1
|
193
|
+
}
|
194
|
+
}
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"type": "IconLegendRow",
|
198
|
+
"title": "Icon",
|
199
|
+
"tooltip": "An exemplary icon",
|
200
|
+
"image": {
|
201
|
+
"src": "data:image/png;base64,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",
|
202
|
+
"scale": 0.2
|
203
|
+
}
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"type": "RegularShapeLegendRow",
|
207
|
+
"title": "Rhombus Shape",
|
208
|
+
"image": {
|
209
|
+
"radius": 8,
|
210
|
+
"points": 4,
|
211
|
+
"angle": 1.5707963267948966,
|
212
|
+
"scale": 4,
|
213
|
+
"fill": {
|
214
|
+
"color": [255, 0, 255, 0.8]
|
215
|
+
},
|
216
|
+
"stroke": {
|
217
|
+
"color": "#000000",
|
218
|
+
"width": 2
|
219
|
+
}
|
220
|
+
}
|
221
|
+
},
|
222
|
+
{
|
223
|
+
"type": "TextLegendRow",
|
224
|
+
"title": "Text",
|
225
|
+
"text": {
|
226
|
+
"font": "italic bold 32px Courier New, monospace",
|
227
|
+
"fill": {
|
228
|
+
"color": "#73D9D1"
|
229
|
+
},
|
230
|
+
"stroke": {
|
231
|
+
"color": "#000000",
|
232
|
+
"width": 2
|
233
|
+
}
|
234
|
+
},
|
235
|
+
"label": "Test!"
|
236
|
+
}
|
237
|
+
]
|
238
|
+
}
|
239
|
+
]
|
240
|
+
}
|
241
|
+
},
|
95
242
|
{
|
96
243
|
"name": "testGeojson",
|
97
244
|
"type": "GeoJSONLayer",
|
@@ -526,6 +673,11 @@
|
|
526
673
|
"layerName": "testGeojson",
|
527
674
|
"type": "LayerContentTreeItem"
|
528
675
|
},
|
676
|
+
{
|
677
|
+
"name": "geojson vector tile",
|
678
|
+
"layerName": "testGeojsonVectorTile",
|
679
|
+
"type": "LayerContentTreeItem"
|
680
|
+
},
|
529
681
|
{
|
530
682
|
"name": "czmlPoint",
|
531
683
|
"layerName": "czmlPoint",
|
@@ -564,109 +716,6 @@
|
|
564
716
|
}
|
565
717
|
],
|
566
718
|
"plugins": [
|
567
|
-
{
|
568
|
-
"name": "config-editor",
|
569
|
-
"entry": "plugins/@vcmap-show-case/config-editor/index.js"
|
570
|
-
},
|
571
|
-
{
|
572
|
-
"name": "collection-manager-example",
|
573
|
-
"entry": "plugins/@vcmap-show-case/collection-manager-example/index.js"
|
574
|
-
},
|
575
|
-
{
|
576
|
-
"name": "category-tester",
|
577
|
-
"entry": "plugins/@vcmap-show-case/category-tester/index.js"
|
578
|
-
},
|
579
|
-
{
|
580
|
-
"name": "context-menu-tester",
|
581
|
-
"entry": "plugins/@vcmap-show-case/context-menu-tester/index.js"
|
582
|
-
},
|
583
|
-
{
|
584
|
-
"name": "notifier-tester",
|
585
|
-
"entry": "plugins/@vcmap-show-case/notifier-tester/index.js"
|
586
|
-
},
|
587
|
-
{
|
588
|
-
"name": "window-tester",
|
589
|
-
"entry": "plugins/@vcmap-show-case/window-tester/index.js"
|
590
|
-
},
|
591
|
-
{
|
592
|
-
"name": "panel-tester",
|
593
|
-
"entry": "plugins/@vcmap-show-case/panel-tester/index.js"
|
594
|
-
},
|
595
|
-
{
|
596
|
-
"name": "toolbox-example",
|
597
|
-
"entry": "plugins/@vcmap-show-case/toolbox-example/index.js"
|
598
|
-
},
|
599
|
-
{
|
600
|
-
"name": "buttons-example",
|
601
|
-
"entry": "plugins/@vcmap-show-case/buttons-example/index.js"
|
602
|
-
},
|
603
|
-
{
|
604
|
-
"name": "form-inputs-example",
|
605
|
-
"entry": "plugins/@vcmap-show-case/form-inputs-example/index.js",
|
606
|
-
"selectOptions": ["A", "B", "C", "D"],
|
607
|
-
"initialTextInput": "myInitialText"
|
608
|
-
},
|
609
|
-
{
|
610
|
-
"name": "icons-example",
|
611
|
-
"entry": "plugins/@vcmap-show-case/icons-example/index.js"
|
612
|
-
},
|
613
|
-
{
|
614
|
-
"name": "list-example",
|
615
|
-
"entry": "plugins/@vcmap-show-case/list-example/index.js"
|
616
|
-
},
|
617
|
-
{
|
618
|
-
"name": "textfields-example",
|
619
|
-
"entry": "plugins/@vcmap-show-case/textfields-example/index.js"
|
620
|
-
},
|
621
|
-
{
|
622
|
-
"name": "table-example",
|
623
|
-
"entry": "plugins/@vcmap-show-case/table-example/index.js"
|
624
|
-
},
|
625
|
-
{
|
626
|
-
"name": "wizard-example",
|
627
|
-
"entry": "plugins/@vcmap-show-case/wizard-example/index.js"
|
628
|
-
},
|
629
|
-
{
|
630
|
-
"name": "style-input-example",
|
631
|
-
"entry": "plugins/@vcmap-show-case/style-input-example/index.js"
|
632
|
-
},
|
633
|
-
{
|
634
|
-
"name": "extent-example",
|
635
|
-
"entry": "plugins/@vcmap-show-case/extent-example/index.js"
|
636
|
-
},
|
637
|
-
{
|
638
|
-
"name": "viewpoint-component-example",
|
639
|
-
"entry": "plugins/@vcmap-show-case/viewpoint-component-example/index.js"
|
640
|
-
},
|
641
|
-
{
|
642
|
-
"name": "flight-component-example",
|
643
|
-
"entry": "plugins/@vcmap-show-case/flight-component-example/index.js"
|
644
|
-
},
|
645
|
-
{
|
646
|
-
"name": "vector-properties-example",
|
647
|
-
"entry": "plugins/@vcmap-show-case/vector-properties-example/index.js"
|
648
|
-
},
|
649
|
-
{
|
650
|
-
"name": "switch-map-callback-example",
|
651
|
-
"entry": "plugins/@vcmap-show-case/switch-map-callback-example/index.js"
|
652
|
-
},
|
653
|
-
{
|
654
|
-
"name": "@vcmap-show-case/plugin-editors",
|
655
|
-
"entry": "plugins/@vcmap-show-case/plugin-editors/index.js"
|
656
|
-
},
|
657
|
-
{
|
658
|
-
"name": "@vcmap-show-case/hello-world",
|
659
|
-
"entry": "plugins/@vcmap-show-case/hello-world/index.js",
|
660
|
-
"showComponent": false
|
661
|
-
},
|
662
|
-
{
|
663
|
-
"name": "@vcmap-show-case/search-example",
|
664
|
-
"entry": "plugins/@vcmap-show-case/search-example/index.js"
|
665
|
-
},
|
666
|
-
{
|
667
|
-
"name": "@vcmap-show-case/custom-icons-example",
|
668
|
-
"entry": "plugins/@vcmap-show-case/custom-icons-example/index.js"
|
669
|
-
},
|
670
719
|
{
|
671
720
|
"name": "@vcmap/print",
|
672
721
|
"entry": "plugins/@vcmap/print/index.js"
|
@@ -674,9 +723,17 @@
|
|
674
723
|
{
|
675
724
|
"name": "@vcmap/search-nominatim",
|
676
725
|
"entry": "plugins/@vcmap/search-nominatim/index.js"
|
726
|
+
},
|
727
|
+
{
|
728
|
+
"name": "@vcmap-show-case/plugin-editors",
|
729
|
+
"entry": "plugins/@vcmap-show-case/plugin-editors/index.js"
|
677
730
|
}
|
678
731
|
],
|
679
732
|
"uiConfig": [
|
733
|
+
{
|
734
|
+
"name": "hideObliqueFooter",
|
735
|
+
"value": true
|
736
|
+
},
|
680
737
|
{
|
681
738
|
"name": "appTitle",
|
682
739
|
"value": "DEV"
|
@@ -692,6 +749,10 @@
|
|
692
749
|
{
|
693
750
|
"name": "primaryColor",
|
694
751
|
"value": "#FFCE00"
|
752
|
+
},
|
753
|
+
{
|
754
|
+
"name": "contentTreeActiveOnStartup",
|
755
|
+
"value": true
|
695
756
|
}
|
696
757
|
]
|
697
758
|
}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
{
|
2
|
+
"name": "Dynamic-Layer",
|
3
|
+
"plugins": [
|
4
|
+
{
|
5
|
+
"name": "@vcmap/dynamic-layer",
|
6
|
+
"entry": "plugins/@vcmap/dynamic-layer/index.js",
|
7
|
+
"defaultTab": "catalogues",
|
8
|
+
"enabledTabs": ["webdata", "catalogues"],
|
9
|
+
"webdata": {
|
10
|
+
"defaultType": "WMSLayer",
|
11
|
+
"defaultUrl": "https://sgx.geodatenzentrum.de/wms_topplus_open"
|
12
|
+
},
|
13
|
+
"catalogues": {
|
14
|
+
"presets": [
|
15
|
+
{
|
16
|
+
"url": "https://data.europa.eu/api/hub/search/",
|
17
|
+
"type": "piveau",
|
18
|
+
"title": "Data Europa",
|
19
|
+
"subtitle": "The official portal for European data"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"url": "https://open.bydata.de/api/hub/search/",
|
23
|
+
"type": "piveau",
|
24
|
+
"title": "Data Bayern",
|
25
|
+
"subtitle": "Hier finden Datenbegeisterte freie Datensätze und Unterstützung, um noch mehr Daten zu teilen. Damit schaffen wir gemeinsam – Verwaltung, Unternehmen, aber auch Wissenschaft und Zivilgesellschaft – Mehrwert für uns alle.",
|
26
|
+
"description": "# Offene Daten aus Bayern\nHier finden Datenbegeisterte freie Datensätze und Unterstützung, um noch mehr Daten zu teilen. Damit schaffen wir gemeinsam – Verwaltung, Unternehmen, aber auch Wissenschaft und Zivilgesellschaft – Mehrwert für uns alle.\n"
|
27
|
+
}
|
28
|
+
]
|
29
|
+
}
|
30
|
+
}
|
31
|
+
]
|
32
|
+
}
|
@@ -6,7 +6,12 @@
|
|
6
6
|
"name": "@vcmap-show-case/project-selector",
|
7
7
|
"entry": "plugins/@vcmap-show-case/project-selector/index.js",
|
8
8
|
"selected": "",
|
9
|
-
"selectedModules": [
|
9
|
+
"selectedModules": [
|
10
|
+
"config/dev.config.json",
|
11
|
+
"config/codes.config.json",
|
12
|
+
"config/components-show-case.config.json",
|
13
|
+
"config/concepts-show-case.config.json"
|
14
|
+
],
|
10
15
|
"projects": [
|
11
16
|
{
|
12
17
|
"name": "VC Map HOSTING",
|
@@ -22,8 +27,11 @@
|
|
22
27
|
"modules": [
|
23
28
|
"config/dev.config.json",
|
24
29
|
"config/codes.config.json",
|
30
|
+
"config/components-show-case.config.json",
|
31
|
+
"config/concepts-show-case.config.json",
|
25
32
|
"config/graphFeatureInfo.config.json",
|
26
33
|
"config/splashscreen.config.json",
|
34
|
+
"config/hello-world.config.json",
|
27
35
|
"config/theming.config.json"
|
28
36
|
]
|
29
37
|
}
|