@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.
- 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-9c65d604.js} +7302 -6838
- package/dist/assets/core.js +1 -1
- package/dist/assets/{ol-3c6b9b5b.js → ol-5f63bc8d.js} +5057 -5178
- package/dist/assets/ol.js +1 -1
- package/dist/assets/ui-339b3d7f.css +1 -0
- package/dist/assets/{ui-8a8aef2a.js → ui-339b3d7f.js} +9687 -8940
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +1 -1
- package/dist/assets/{vuetify-ac50bfc8.js → vuetify-521222b6.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-f4e19cd9.js} +0 -0
- /package/dist/assets/{vue-bcc58dd1.js → vue-31395141.js} +0 -0
- /package/dist/assets/{vuetify-ac50bfc8.css → vuetify-521222b6.css} +0 -0
package/src/i18n/de.js
CHANGED
@@ -11,9 +11,9 @@ const messages = {
|
|
11
11
|
},
|
12
12
|
navbar: {
|
13
13
|
maps: {
|
14
|
-
CesiumMap: '3D-Karte
|
15
|
-
OpenlayersMap: '2D-Karte
|
16
|
-
ObliqueMap: 'Schrägluftbildkarte
|
14
|
+
CesiumMap: '3D-Karte',
|
15
|
+
OpenlayersMap: '2D-Karte',
|
16
|
+
ObliqueMap: 'Schrägluftbildkarte',
|
17
17
|
},
|
18
18
|
menu: {
|
19
19
|
tooltip: 'Menü',
|
@@ -28,6 +28,9 @@ const messages = {
|
|
28
28
|
search: {
|
29
29
|
placeholder: 'Elemente suchen',
|
30
30
|
},
|
31
|
+
helpAction: {
|
32
|
+
title: 'Hilfe öffnen',
|
33
|
+
},
|
31
34
|
infoAction: {
|
32
35
|
title: 'Weitere Informationen',
|
33
36
|
},
|
@@ -50,6 +53,12 @@ const messages = {
|
|
50
53
|
pitchTooltip: 'Kameraneigung: {0}°',
|
51
54
|
overviewMapTooltip: 'Übersichtskarte',
|
52
55
|
homeButton: 'Zur Startansicht springen',
|
56
|
+
compass: {
|
57
|
+
alignEast: 'Nach Osten ausrichten',
|
58
|
+
alignNorth: 'Nach Norden ausrichten',
|
59
|
+
alignSouth: 'Nach Süden ausrichten',
|
60
|
+
alignWest: 'Nach Westen ausrichten',
|
61
|
+
},
|
53
62
|
locator: {
|
54
63
|
errorAccess: 'Der Zugriff auf Ihre Position wurde verweigert.',
|
55
64
|
errorCurrentPosition:
|
@@ -89,7 +98,7 @@ const messages = {
|
|
89
98
|
nothingAdded: 'Es konnten keine Feature importiert werden.',
|
90
99
|
},
|
91
100
|
vcsFormSection: {
|
92
|
-
help: '
|
101
|
+
help: 'Hilfetext ein-/ausblenden',
|
93
102
|
},
|
94
103
|
vcsTable: {
|
95
104
|
key: 'Name',
|
@@ -203,6 +212,16 @@ const messages = {
|
|
203
212
|
translate: 'Ausdehnung verschieben',
|
204
213
|
toggle: 'Extent an-/ausschalten',
|
205
214
|
},
|
215
|
+
projection: {
|
216
|
+
title: 'Koordinatenreferenzsystem',
|
217
|
+
epsg: 'Code',
|
218
|
+
proj4: 'Proj4',
|
219
|
+
proj4Tooltip: 'EPSG Definition von Server abfragen',
|
220
|
+
alias: 'Alias',
|
221
|
+
epsgIoRequestFailed: 'EPSG-Abfrage fehlgeschlagen!',
|
222
|
+
invalidEpsg: 'Der EPSG Code ist nicht gültig!',
|
223
|
+
invalidProj4: 'Der Proj4 String ist nicht gültig!',
|
224
|
+
},
|
206
225
|
editor: {
|
207
226
|
translate: 'Objekt verschieben',
|
208
227
|
rotate: 'Objekt rotieren',
|
@@ -222,13 +241,13 @@ const messages = {
|
|
222
241
|
vectorProperties: {
|
223
242
|
header: 'Vektor Eigenschaften',
|
224
243
|
altitudeMode: 'Höhenmodus',
|
225
|
-
clampToGround: 'Auf
|
244
|
+
clampToGround: 'Auf alle Oberflächen legen',
|
226
245
|
clampToTerrain: 'Auf Gelände legen',
|
227
|
-
clampTo3DTiles: 'Auf
|
246
|
+
clampTo3DTiles: 'Auf Objekte legen',
|
228
247
|
absolute: 'Absolut',
|
229
|
-
relativeToGround: 'Relativ
|
248
|
+
relativeToGround: 'Relativ zu allen Oberflächen',
|
230
249
|
relativeToTerrain: 'Relativ zum Gelände',
|
231
|
-
relativeTo3DTiles: 'Relativ zu
|
250
|
+
relativeTo3DTiles: 'Relativ zu Objekten',
|
232
251
|
groundLevel: 'Geländehöhe',
|
233
252
|
classificationType: 'Klassifizierung',
|
234
253
|
none: 'Keine',
|
@@ -252,6 +271,19 @@ const messages = {
|
|
252
271
|
extrudedHeight: 'Extrusion',
|
253
272
|
skirt: 'Skirts',
|
254
273
|
modelScale: 'Modell Skalierung',
|
274
|
+
help: {
|
275
|
+
clampToGround:
|
276
|
+
'Auf alle Oberflächen legen (wie z.B. Gelände, Mesh oder Gebäude)',
|
277
|
+
clampToTerrain: 'Nur aufs Gelände legen',
|
278
|
+
clampTo3DTiles: 'Nur auf Objekte legen (wie z.B. Mesh oder Gebäude)',
|
279
|
+
absolute:
|
280
|
+
'Jeden Stützpunkt in 3D darstellen. Nicht anwendbar für 2D Feature.',
|
281
|
+
relativeToGround:
|
282
|
+
'Relativ zu allen Oberflächen (wie z.B. Gelände, Mesh oder Gebäude)',
|
283
|
+
relativeToTerrain: 'Nur Relative zum Gelände.',
|
284
|
+
relativeTo3DTiles:
|
285
|
+
'Nur Relativ zu Objekten (wie z.B. Mesh oder Gebäude)',
|
286
|
+
},
|
255
287
|
},
|
256
288
|
validation: {
|
257
289
|
allowedRange: 'Erlaubter Wertebereich',
|
@@ -261,14 +293,14 @@ const messages = {
|
|
261
293
|
},
|
262
294
|
settings: {
|
263
295
|
title: 'Einstellungen',
|
264
|
-
tooltip: '
|
296
|
+
tooltip: '',
|
265
297
|
languageSelector: 'Sprache',
|
266
298
|
displayQuality: {
|
267
299
|
title: 'Anzeigequalität',
|
268
300
|
level: {
|
269
|
-
low: '
|
270
|
-
medium: '
|
271
|
-
high: '
|
301
|
+
low: 'Niedrig',
|
302
|
+
medium: 'Mittel',
|
303
|
+
high: 'Hoch',
|
272
304
|
},
|
273
305
|
},
|
274
306
|
theme: {
|
@@ -279,11 +311,11 @@ const messages = {
|
|
279
311
|
},
|
280
312
|
help: {
|
281
313
|
title: 'Hilfe',
|
282
|
-
tooltip: '
|
314
|
+
tooltip: '',
|
283
315
|
},
|
284
316
|
featureInfo: {
|
285
|
-
activateToolTitle: '
|
286
|
-
deactivateToolTitle: '
|
317
|
+
activateToolTitle: 'Informationen abfragen',
|
318
|
+
deactivateToolTitle: 'Informationen abfragen',
|
287
319
|
},
|
288
320
|
legend: {
|
289
321
|
title: 'Legende',
|
@@ -301,27 +333,36 @@ const messages = {
|
|
301
333
|
zoomToAll: 'Auf alle Ergebnisse zoomen',
|
302
334
|
},
|
303
335
|
toolbox: {
|
336
|
+
title: 'Werkzeugkasten',
|
304
337
|
flight: 'Flug',
|
305
338
|
miscellaneous: 'Verschiedenes',
|
306
339
|
},
|
307
340
|
footer: {
|
308
341
|
title: 'Fußzeile',
|
309
342
|
attributions: {
|
310
|
-
title: '
|
311
|
-
tooltip: '
|
312
|
-
empty: 'Aktuell sind keine
|
343
|
+
title: 'Quellenvermerke',
|
344
|
+
tooltip: 'Quellenvermerke anzeigen',
|
345
|
+
empty: 'Aktuell sind keine Quellvermerke verfügbar.',
|
313
346
|
},
|
314
347
|
imprint: {
|
315
348
|
title: 'Impressum',
|
316
|
-
tooltip: '
|
349
|
+
tooltip: '',
|
317
350
|
},
|
318
351
|
dataProtection: {
|
319
352
|
title: 'Datenschutz',
|
320
|
-
tooltip: '
|
353
|
+
tooltip: '',
|
321
354
|
},
|
322
355
|
positionDisplay: {
|
323
|
-
title: '
|
324
|
-
projection: '
|
356
|
+
title: 'Kartenkoordinaten abfragen',
|
357
|
+
projection: 'Koordinatenprojektion auswählen',
|
358
|
+
},
|
359
|
+
oblique: {
|
360
|
+
template: 'Schrägluftbild: {{ name }} - {{ viewDirection }}',
|
361
|
+
north: 'Nord',
|
362
|
+
east: 'Ost',
|
363
|
+
south: 'Süd',
|
364
|
+
west: 'West',
|
365
|
+
nadir: 'Nadir',
|
325
366
|
},
|
326
367
|
},
|
327
368
|
notification: {
|
package/src/i18n/en.d.ts
CHANGED
@@ -124,23 +124,27 @@ declare namespace messages {
|
|
124
124
|
namespace search {
|
125
125
|
let placeholder: string;
|
126
126
|
}
|
127
|
-
namespace
|
127
|
+
namespace helpAction {
|
128
128
|
let title_1: string;
|
129
129
|
export { title_1 as title };
|
130
130
|
}
|
131
|
-
namespace
|
131
|
+
namespace infoAction {
|
132
132
|
let title_2: string;
|
133
133
|
export { title_2 as title };
|
134
134
|
}
|
135
|
-
namespace
|
135
|
+
namespace viewpointAction {
|
136
136
|
let title_3: string;
|
137
137
|
export { title_3 as title };
|
138
138
|
}
|
139
|
-
namespace
|
140
|
-
export let name: string;
|
139
|
+
namespace styleAction {
|
141
140
|
let title_4: string;
|
142
141
|
export { title_4 as title };
|
143
142
|
}
|
143
|
+
namespace layerExtentAction {
|
144
|
+
export let name: string;
|
145
|
+
let title_5: string;
|
146
|
+
export { title_5 as title };
|
147
|
+
}
|
144
148
|
}
|
145
149
|
export namespace navigation {
|
146
150
|
let obliqueLeftTooltip: string;
|
@@ -150,6 +154,12 @@ declare namespace messages {
|
|
150
154
|
let pitchTooltip: string;
|
151
155
|
let overviewMapTooltip: string;
|
152
156
|
let homeButton: string;
|
157
|
+
namespace compass {
|
158
|
+
let alignEast: string;
|
159
|
+
let alignNorth: string;
|
160
|
+
let alignSouth: string;
|
161
|
+
let alignWest: string;
|
162
|
+
}
|
153
163
|
namespace locator {
|
154
164
|
let errorAccess: string;
|
155
165
|
let errorCurrentPosition: string;
|
@@ -158,13 +168,13 @@ declare namespace messages {
|
|
158
168
|
}
|
159
169
|
namespace obliqueFallback {
|
160
170
|
export let message: string;
|
161
|
-
let
|
162
|
-
export {
|
171
|
+
let title_6: string;
|
172
|
+
export { title_6 as title };
|
163
173
|
}
|
164
174
|
}
|
165
175
|
export namespace categoryManager {
|
166
|
-
let
|
167
|
-
export {
|
176
|
+
let title_7: string;
|
177
|
+
export { title_7 as title };
|
168
178
|
let tooltip_2: string;
|
169
179
|
export { tooltip_2 as tooltip };
|
170
180
|
}
|
@@ -241,8 +251,8 @@ declare namespace messages {
|
|
241
251
|
export let general: string;
|
242
252
|
let name_1: string;
|
243
253
|
export { name_1 as name };
|
244
|
-
let
|
245
|
-
export {
|
254
|
+
let title_8: string;
|
255
|
+
export { title_8 as title };
|
246
256
|
export let titlePlaceholder: string;
|
247
257
|
export let interpolation: string;
|
248
258
|
export let duration: string;
|
@@ -275,8 +285,8 @@ declare namespace messages {
|
|
275
285
|
export namespace viewpoint {
|
276
286
|
let name_4: string;
|
277
287
|
export { name_4 as name };
|
278
|
-
let
|
279
|
-
export {
|
288
|
+
let title_9: string;
|
289
|
+
export { title_9 as title };
|
280
290
|
let titlePlaceholder_1: string;
|
281
291
|
export { titlePlaceholder_1 as titlePlaceholder };
|
282
292
|
export let groundPosition: string;
|
@@ -301,8 +311,8 @@ declare namespace messages {
|
|
301
311
|
let outOfRange: string;
|
302
312
|
}
|
303
313
|
export namespace extent {
|
304
|
-
let
|
305
|
-
export {
|
314
|
+
let title_10: string;
|
315
|
+
export { title_10 as title };
|
306
316
|
export let projection: string;
|
307
317
|
export let min: string;
|
308
318
|
export let max: string;
|
@@ -316,6 +326,18 @@ declare namespace messages {
|
|
316
326
|
export let translate: string;
|
317
327
|
export let toggle: string;
|
318
328
|
}
|
329
|
+
export namespace projection_1 {
|
330
|
+
let title_11: string;
|
331
|
+
export { title_11 as title };
|
332
|
+
export let epsg: string;
|
333
|
+
export let proj4: string;
|
334
|
+
export let proj4Tooltip: string;
|
335
|
+
export let alias: string;
|
336
|
+
export let epsgIoRequestFailed: string;
|
337
|
+
export let invalidEpsg: string;
|
338
|
+
export let invalidProj4: string;
|
339
|
+
}
|
340
|
+
export { projection_1 as projection };
|
319
341
|
export namespace editor {
|
320
342
|
let translate_1: string;
|
321
343
|
export { translate_1 as translate };
|
@@ -368,6 +390,23 @@ declare namespace messages {
|
|
368
390
|
export let extrudedHeight: string;
|
369
391
|
export let skirt: string;
|
370
392
|
export let modelScale: string;
|
393
|
+
export namespace help_1 {
|
394
|
+
let clampToGround_1: string;
|
395
|
+
export { clampToGround_1 as clampToGround };
|
396
|
+
let clampToTerrain_1: string;
|
397
|
+
export { clampToTerrain_1 as clampToTerrain };
|
398
|
+
let clampTo3DTiles_1: string;
|
399
|
+
export { clampTo3DTiles_1 as clampTo3DTiles };
|
400
|
+
let absolute_1: string;
|
401
|
+
export { absolute_1 as absolute };
|
402
|
+
let relativeToGround_1: string;
|
403
|
+
export { relativeToGround_1 as relativeToGround };
|
404
|
+
let relativeToTerrain_1: string;
|
405
|
+
export { relativeToTerrain_1 as relativeToTerrain };
|
406
|
+
let relativeTo3DTiles_1: string;
|
407
|
+
export { relativeTo3DTiles_1 as relativeTo3DTiles };
|
408
|
+
}
|
409
|
+
export { help_1 as help };
|
371
410
|
}
|
372
411
|
export namespace validation {
|
373
412
|
let allowedRange: string;
|
@@ -376,14 +415,14 @@ declare namespace messages {
|
|
376
415
|
}
|
377
416
|
}
|
378
417
|
export namespace settings {
|
379
|
-
let
|
380
|
-
export {
|
418
|
+
let title_12: string;
|
419
|
+
export { title_12 as title };
|
381
420
|
let tooltip_3: string;
|
382
421
|
export { tooltip_3 as tooltip };
|
383
422
|
export let languageSelector: string;
|
384
423
|
export namespace displayQuality {
|
385
|
-
let
|
386
|
-
export {
|
424
|
+
let title_13: string;
|
425
|
+
export { title_13 as title };
|
387
426
|
export namespace level {
|
388
427
|
let low: string;
|
389
428
|
let medium: string;
|
@@ -391,26 +430,26 @@ declare namespace messages {
|
|
391
430
|
}
|
392
431
|
}
|
393
432
|
export namespace theme {
|
394
|
-
let
|
395
|
-
export {
|
433
|
+
let title_14: string;
|
434
|
+
export { title_14 as title };
|
396
435
|
export let dark: string;
|
397
436
|
export let light: string;
|
398
437
|
}
|
399
438
|
}
|
400
|
-
export namespace
|
401
|
-
let
|
402
|
-
export {
|
439
|
+
export namespace help_2 {
|
440
|
+
let title_15: string;
|
441
|
+
export { title_15 as title };
|
403
442
|
let tooltip_4: string;
|
404
443
|
export { tooltip_4 as tooltip };
|
405
444
|
}
|
406
|
-
export {
|
445
|
+
export { help_2 as help };
|
407
446
|
export namespace featureInfo {
|
408
447
|
let activateToolTitle: string;
|
409
448
|
let deactivateToolTitle: string;
|
410
449
|
}
|
411
450
|
export namespace legend {
|
412
|
-
let
|
413
|
-
export {
|
451
|
+
let title_16: string;
|
452
|
+
export { title_16 as title };
|
414
453
|
let tooltip_5: string;
|
415
454
|
export { tooltip_5 as tooltip };
|
416
455
|
let empty_2: string;
|
@@ -419,8 +458,8 @@ declare namespace messages {
|
|
419
458
|
export let defaultLabelText: string;
|
420
459
|
}
|
421
460
|
export namespace search_1 {
|
422
|
-
let
|
423
|
-
export {
|
461
|
+
let title_17: string;
|
462
|
+
export { title_17 as title };
|
424
463
|
let tooltip_6: string;
|
425
464
|
export { tooltip_6 as tooltip };
|
426
465
|
export let select: string;
|
@@ -431,38 +470,48 @@ declare namespace messages {
|
|
431
470
|
}
|
432
471
|
export { search_1 as search };
|
433
472
|
export namespace toolbox {
|
473
|
+
let title_18: string;
|
474
|
+
export { title_18 as title };
|
434
475
|
let flight_1: string;
|
435
476
|
export { flight_1 as flight };
|
436
477
|
export let miscellaneous: string;
|
437
478
|
}
|
438
479
|
export namespace footer {
|
439
|
-
let
|
440
|
-
export {
|
480
|
+
let title_19: string;
|
481
|
+
export { title_19 as title };
|
441
482
|
export namespace attributions {
|
442
|
-
let
|
443
|
-
export {
|
483
|
+
let title_20: string;
|
484
|
+
export { title_20 as title };
|
444
485
|
let tooltip_7: string;
|
445
486
|
export { tooltip_7 as tooltip };
|
446
487
|
let empty_3: string;
|
447
488
|
export { empty_3 as empty };
|
448
489
|
}
|
449
490
|
export namespace imprint {
|
450
|
-
let
|
451
|
-
export {
|
491
|
+
let title_21: string;
|
492
|
+
export { title_21 as title };
|
452
493
|
let tooltip_8: string;
|
453
494
|
export { tooltip_8 as tooltip };
|
454
495
|
}
|
455
496
|
export namespace dataProtection {
|
456
|
-
let
|
457
|
-
export {
|
497
|
+
let title_22: string;
|
498
|
+
export { title_22 as title };
|
458
499
|
let tooltip_9: string;
|
459
500
|
export { tooltip_9 as tooltip };
|
460
501
|
}
|
461
502
|
export namespace positionDisplay {
|
462
|
-
let
|
463
|
-
export {
|
464
|
-
let
|
465
|
-
export {
|
503
|
+
let title_23: string;
|
504
|
+
export { title_23 as title };
|
505
|
+
let projection_2: string;
|
506
|
+
export { projection_2 as projection };
|
507
|
+
}
|
508
|
+
export namespace oblique {
|
509
|
+
let template: string;
|
510
|
+
let north: string;
|
511
|
+
let east: string;
|
512
|
+
let south: string;
|
513
|
+
let west: string;
|
514
|
+
let nadir: string;
|
466
515
|
}
|
467
516
|
}
|
468
517
|
export namespace notification {
|
package/src/i18n/en.js
CHANGED
@@ -11,9 +11,9 @@ const messages = {
|
|
11
11
|
},
|
12
12
|
navbar: {
|
13
13
|
maps: {
|
14
|
-
CesiumMap: '
|
15
|
-
OpenlayersMap: '
|
16
|
-
ObliqueMap: '
|
14
|
+
CesiumMap: '3D map',
|
15
|
+
OpenlayersMap: '2D map',
|
16
|
+
ObliqueMap: 'Oblique imagery map',
|
17
17
|
},
|
18
18
|
menu: {
|
19
19
|
tooltip: 'Menu',
|
@@ -28,6 +28,9 @@ const messages = {
|
|
28
28
|
search: {
|
29
29
|
placeholder: 'Search elements',
|
30
30
|
},
|
31
|
+
helpAction: {
|
32
|
+
title: 'Open help',
|
33
|
+
},
|
31
34
|
infoAction: {
|
32
35
|
title: 'Further informationen',
|
33
36
|
},
|
@@ -48,8 +51,14 @@ const messages = {
|
|
48
51
|
zoomInTooltip: 'Zoom in',
|
49
52
|
zoomOutTooltip: 'Zoom out',
|
50
53
|
pitchTooltip: 'Camera pitch: {0}°',
|
51
|
-
overviewMapTooltip: '
|
54
|
+
overviewMapTooltip: 'Overview map',
|
52
55
|
homeButton: 'Go to home view',
|
56
|
+
compass: {
|
57
|
+
alignEast: 'Align east',
|
58
|
+
alignNorth: 'Align north',
|
59
|
+
alignSouth: 'Align south',
|
60
|
+
alignWest: 'Align west',
|
61
|
+
},
|
53
62
|
locator: {
|
54
63
|
errorAccess: 'Access to your location has been denied',
|
55
64
|
errorCurrentPosition:
|
@@ -89,7 +98,7 @@ const messages = {
|
|
89
98
|
nothingAdded: 'No features could be imported.',
|
90
99
|
},
|
91
100
|
vcsFormSection: {
|
92
|
-
help: '
|
101
|
+
help: 'Toggle help text',
|
93
102
|
},
|
94
103
|
vcsTable: {
|
95
104
|
key: 'Name',
|
@@ -203,6 +212,16 @@ const messages = {
|
|
203
212
|
translate: 'Translate extent',
|
204
213
|
toggle: 'Toggle extent',
|
205
214
|
},
|
215
|
+
projection: {
|
216
|
+
title: 'Coordinate reference system',
|
217
|
+
epsg: 'Code',
|
218
|
+
proj4: 'Proj4',
|
219
|
+
proj4Tooltip: 'Request EPSG definition from server',
|
220
|
+
alias: 'Alias',
|
221
|
+
epsgIoRequestFailed: 'Requesting epsg failed!',
|
222
|
+
invalidEpsg: 'EPSG code is invalid!',
|
223
|
+
invalidProj4: 'Proj4 string is invalid!',
|
224
|
+
},
|
206
225
|
editor: {
|
207
226
|
translate: 'Translate features',
|
208
227
|
rotate: 'Rotate features',
|
@@ -222,13 +241,13 @@ const messages = {
|
|
222
241
|
vectorProperties: {
|
223
242
|
header: 'Vector properties',
|
224
243
|
altitudeMode: 'Altitude mode',
|
225
|
-
clampToGround: 'Drape on
|
244
|
+
clampToGround: 'Drape on surface',
|
226
245
|
clampToTerrain: 'Drape on terrain',
|
227
|
-
clampTo3DTiles: 'Drape on
|
246
|
+
clampTo3DTiles: 'Drape on objects',
|
228
247
|
absolute: 'Absolute',
|
229
|
-
relativeToGround: 'Relative to
|
248
|
+
relativeToGround: 'Relative to surface',
|
230
249
|
relativeToTerrain: 'Relative to terrain',
|
231
|
-
relativeTo3DTiles: 'Relative to
|
250
|
+
relativeTo3DTiles: 'Relative to objects',
|
232
251
|
groundLevel: 'Ground level',
|
233
252
|
classificationType: 'Classification',
|
234
253
|
none: 'None',
|
@@ -252,6 +271,19 @@ const messages = {
|
|
252
271
|
extrudedHeight: 'Extrusion',
|
253
272
|
skirt: 'Skirts',
|
254
273
|
modelScale: 'Model scale',
|
274
|
+
help: {
|
275
|
+
clampToGround:
|
276
|
+
'Drape on any surface (such as terrain, mesh or buildings)',
|
277
|
+
clampToTerrain: 'Only drape onto the terrain.',
|
278
|
+
clampTo3DTiles: 'Only drape on objects (such as a mesh or buildings)',
|
279
|
+
absolute:
|
280
|
+
'Every vertex is drawn at its 3D position, not applicable to 2D features',
|
281
|
+
relativeToGround:
|
282
|
+
'Relative to any surface (such as terrain, mesh or buildings)',
|
283
|
+
relativeToTerrain: 'Only relative to the terrain',
|
284
|
+
relativeTo3DTiles:
|
285
|
+
'Only relative to objects (such as a mesh or buildings)',
|
286
|
+
},
|
255
287
|
},
|
256
288
|
validation: {
|
257
289
|
allowedRange: 'Allowed value range',
|
@@ -261,7 +293,7 @@ const messages = {
|
|
261
293
|
},
|
262
294
|
settings: {
|
263
295
|
title: 'Settings',
|
264
|
-
tooltip: '
|
296
|
+
tooltip: '',
|
265
297
|
languageSelector: 'Language',
|
266
298
|
displayQuality: {
|
267
299
|
title: 'Display Settings',
|
@@ -279,11 +311,11 @@ const messages = {
|
|
279
311
|
},
|
280
312
|
help: {
|
281
313
|
title: 'Help',
|
282
|
-
tooltip: '
|
314
|
+
tooltip: '',
|
283
315
|
},
|
284
316
|
featureInfo: {
|
285
|
-
activateToolTitle: '
|
286
|
-
deactivateToolTitle: '
|
317
|
+
activateToolTitle: 'Query information',
|
318
|
+
deactivateToolTitle: 'Query information',
|
287
319
|
},
|
288
320
|
legend: {
|
289
321
|
title: 'Legend',
|
@@ -301,6 +333,7 @@ const messages = {
|
|
301
333
|
zoomToAll: 'Zoom to all',
|
302
334
|
},
|
303
335
|
toolbox: {
|
336
|
+
title: 'Toolbox',
|
304
337
|
flight: 'flight',
|
305
338
|
miscellaneous: 'miscellaneous',
|
306
339
|
},
|
@@ -308,20 +341,28 @@ const messages = {
|
|
308
341
|
title: 'Footer',
|
309
342
|
attributions: {
|
310
343
|
title: 'Attributions',
|
311
|
-
tooltip: '
|
344
|
+
tooltip: 'Show attributions',
|
312
345
|
empty: 'Currently there are no attribution entries available.',
|
313
346
|
},
|
314
347
|
imprint: {
|
315
348
|
title: 'Imprint',
|
316
|
-
tooltip: '
|
349
|
+
tooltip: '',
|
317
350
|
},
|
318
351
|
dataProtection: {
|
319
352
|
title: 'Data Protection',
|
320
|
-
tooltip: '
|
353
|
+
tooltip: '',
|
321
354
|
},
|
322
355
|
positionDisplay: {
|
323
|
-
title: '
|
324
|
-
projection: 'Select
|
356
|
+
title: 'Query map coordinates',
|
357
|
+
projection: 'Select coordinate reference system',
|
358
|
+
},
|
359
|
+
oblique: {
|
360
|
+
template: 'Oblique image: {{ name }} - {{ viewDirection }}',
|
361
|
+
north: 'north',
|
362
|
+
east: 'east',
|
363
|
+
south: 'south',
|
364
|
+
west: 'west',
|
365
|
+
nadir: 'nadir',
|
325
366
|
},
|
326
367
|
},
|
327
368
|
notification: {
|
package/src/legend/VcsLegend.vue
CHANGED
@@ -4,11 +4,13 @@
|
|
4
4
|
variant="accordion"
|
5
5
|
multiple
|
6
6
|
v-if="entries.length > 0"
|
7
|
+
v-model="panels"
|
7
8
|
class="rounded-0"
|
8
9
|
>
|
9
10
|
<vcs-expansion-panel
|
10
11
|
v-for="(entry, i) in entries"
|
11
12
|
:key="i"
|
13
|
+
:value="entry.key"
|
12
14
|
:heading="entry.title"
|
13
15
|
:header-actions="entry.actions"
|
14
16
|
@group:selected="entry.open = !entry.open"
|
@@ -46,7 +48,7 @@
|
|
46
48
|
|
47
49
|
<script>
|
48
50
|
import { VExpansionPanels, VList, VSheet } from 'vuetify/components';
|
49
|
-
import {
|
51
|
+
import { ref, watch } from 'vue';
|
50
52
|
import { useComponentId } from '../components/composables.js';
|
51
53
|
import { LegendType } from './legendHelper.js';
|
52
54
|
import StyleLegendItem from './StyleLegendItem.vue';
|
@@ -83,15 +85,12 @@
|
|
83
85
|
};
|
84
86
|
|
85
87
|
/**
|
86
|
-
* @type {import("vue").
|
88
|
+
* @type {import("vue").Ref<string[]>}
|
87
89
|
*/
|
88
|
-
const panels =
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
);
|
93
|
-
},
|
94
|
-
set() {},
|
90
|
+
const panels = ref(props.entries.filter((e) => e.open).map((e) => e.key));
|
91
|
+
|
92
|
+
watch(props.entries, () => {
|
93
|
+
panels.value = props.entries.filter((e) => e.open).map((e) => e.key);
|
95
94
|
});
|
96
95
|
|
97
96
|
const cid = useComponentId();
|
@@ -99,7 +98,7 @@
|
|
99
98
|
return {
|
100
99
|
LegendType,
|
101
100
|
setIframeHeight,
|
102
|
-
panels,
|
101
|
+
panels,
|
103
102
|
cid,
|
104
103
|
};
|
105
104
|
},
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
10
10
|
Style: string;
|
11
11
|
};
|
12
12
|
setIframeHeight: (id: string) => void;
|
13
|
-
panels: import("vue").
|
13
|
+
panels: import("vue").Ref<string[]>;
|
14
14
|
cid: string;
|
15
15
|
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
16
16
|
entries: {
|