@vcmap/ui 6.2.2 → 6.3.0-rc.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/config/dev.config.json +1 -1
- package/config/geofence.config.json +19 -0
- package/config/pano.config.json +313 -7
- package/config/projects.config.json +2 -1
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core-4cd2e30d.js → core-b7d98022.js} +10114 -9823
- package/dist/assets/core-workers/panoramaImageWorker.js +1 -1
- package/dist/assets/core.js +1 -1
- package/dist/assets/ol.js +1 -1
- package/dist/assets/{ui-b13e28a1.css → ui-94adeedc.css} +1 -1
- package/dist/assets/{ui-b13e28a1.js → ui-94adeedc.js} +6958 -6802
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +1 -1
- package/dist/assets/{vuetify-a1930526.js → vuetify-2f71239e.js} +1 -1
- package/dist/assets/vuetify.js +1 -1
- package/index.d.ts +2 -0
- package/index.js +1 -0
- package/package.json +2 -2
- package/plugins/@vcmap-show-case/extent-example/src/ExtentExample.vue +28 -0
- package/plugins/@vcmap-show-case/extent-example/src/index.js +3 -14
- package/plugins/@vcmap-show-case/panorama-inspector/src/PanoramaDebugTools.vue +28 -3
- package/plugins/@vcmap-show-case/panorama-inspector/src/api.js +8 -23
- package/plugins/@vcmap-show-case/panorama-inspector/src/index.js +1 -1
- package/plugins/package.json +2 -1
- package/src/application/VcsApp.vue +3 -0
- package/src/application/VcsPanoramaFooter.vue +52 -0
- package/src/application/VcsPanoramaFooter.vue.d.ts +2 -0
- package/src/application/VcsSettings.vue +4 -0
- package/src/components/extent/VcsExtent.vue +12 -1
- package/src/components/extent/VcsExtent.vue.d.ts +1 -0
- package/src/components/flight/VcsFlightAnchorsComponent.vue +2 -2
- package/src/components/lists/VcsList.vue +10 -18
- package/src/components/lists/VcsTreeNode.vue +8 -3
- package/src/components/lists/VcsTreeNode.vue.d.ts +4 -0
- package/src/components/lists/VcsTreeview.vue +2 -6
- package/src/components/lists/VcsTreeview.vue.d.ts +0 -1
- package/src/components/lists/dragHelper.d.ts +9 -2
- package/src/components/lists/dragHelper.js +47 -21
- package/src/components/vector-properties/VcsFeatureEditingWindow.vue +15 -5
- package/src/components/vector-properties/VcsFeatureEditingWindow.vue.d.ts +123 -1
- package/src/contentTree/LayerSwap.vue +15 -4
- package/src/contentTree/LayerSwap.vue.d.ts +4 -4
- package/src/contentTree/contentTreeItem.js +1 -1
- package/src/contentTree/layerContentTreeItem.d.ts +4 -0
- package/src/contentTree/layerContentTreeItem.js +26 -20
- package/src/contentTree/layerGroupContentTreeItem.d.ts +1 -0
- package/src/contentTree/layerGroupContentTreeItem.js +32 -26
- package/src/contentTree/wmsGroupContentTreeItem.d.ts +23 -3
- package/src/contentTree/wmsGroupContentTreeItem.js +153 -83
- package/src/manager/collectionManager/CollectionComponentContent.vue +4 -4
- package/src/manager/collectionManager/CollectionComponentList.vue +2 -24
- package/src/manager/collectionManager/CollectionComponentList.vue.d.ts +0 -8
- package/src/manager/collectionManager/CollectionManager.vue +14 -1
- package/src/state.d.ts +14 -0
- package/src/state.js +41 -0
- package/src/vcsUiApp.d.ts +9 -36
- package/src/vcsUiApp.js +45 -11
- /package/dist/assets/{cesium-b021f072.js → cesium-4fcc8a17.js} +0 -0
- /package/dist/assets/core-workers/{panoramaImageWorker.js-90c60e81.js → panoramaImageWorker.js-fc0f2458.js} +0 -0
- /package/dist/assets/{ol-c927b883.js → ol-8c487975.js} +0 -0
- /package/dist/assets/{vue-6a295c0b.js → vue-225a7b37.js} +0 -0
- /package/dist/assets/{vuetify-a1930526.css → vuetify-2f71239e.css} +0 -0
package/config/dev.config.json
CHANGED
|
@@ -833,13 +833,13 @@
|
|
|
833
833
|
"type": "WMSGroupContentTreeItem",
|
|
834
834
|
"setWMSLayersExclusive": true,
|
|
835
835
|
"initOpen": true,
|
|
836
|
+
"loadOnStartup": true,
|
|
836
837
|
"showWhenNotSupported": true
|
|
837
838
|
},
|
|
838
839
|
{
|
|
839
840
|
"name": "nasa",
|
|
840
841
|
"layerName": "nasa",
|
|
841
842
|
"type": "WMSGroupContentTreeItem",
|
|
842
|
-
"initOpen": true,
|
|
843
843
|
"showWhenNotSupported": true,
|
|
844
844
|
"allowedWMSLayers": [
|
|
845
845
|
"nesp3:GBR_NESP-TWQ-3.2.1-5.4_JCU_Seagrass_1984-2018_Site-surveys",
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Geofence",
|
|
3
|
+
"_id": "geofence",
|
|
4
|
+
"description": "module adding Geofence plugin, restricting the view to Berlin area",
|
|
5
|
+
"plugins": [
|
|
6
|
+
{
|
|
7
|
+
"name": "@vcmap/geofence",
|
|
8
|
+
"entry": "plugins/@vcmap/geofence/index.js",
|
|
9
|
+
"extentOptions": {
|
|
10
|
+
"coordinates": [13.35, 52.49, 13.43, 52.53],
|
|
11
|
+
"projection": {
|
|
12
|
+
"type": "Projection",
|
|
13
|
+
"epsg": "EPSG:4326"
|
|
14
|
+
},
|
|
15
|
+
"type": "Extent"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
package/config/pano.config.json
CHANGED
|
@@ -71,6 +71,11 @@
|
|
|
71
71
|
"name": "Basiskarten",
|
|
72
72
|
"title": "Basiskarten",
|
|
73
73
|
"initOpen": true
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"type": "LayerContentTreeItem",
|
|
77
|
+
"name": "Test POI",
|
|
78
|
+
"layerName": "Test POI"
|
|
74
79
|
}
|
|
75
80
|
],
|
|
76
81
|
"featureInfo": [
|
|
@@ -101,7 +106,7 @@
|
|
|
101
106
|
"title": "Geländemodell"
|
|
102
107
|
},
|
|
103
108
|
"activeOnStartup": true,
|
|
104
|
-
"url": "https://demo.virtualcitymap.de/datasource-data/c65244e3-0860-47f3-b382-57a7d33a2581/",
|
|
109
|
+
"url": "https://demo.virtualcitymap.de/panorama/datasource-data/c65244e3-0860-47f3-b382-57a7d33a2581/",
|
|
105
110
|
"extent": {
|
|
106
111
|
"coordinates": [
|
|
107
112
|
9.73114013671875, 52.36289978027344, 9.744873046875, 52.37251281738281
|
|
@@ -118,6 +123,7 @@
|
|
|
118
123
|
{
|
|
119
124
|
"type": "OpenStreetMapLayer",
|
|
120
125
|
"name": "OpenStreetMapLayer",
|
|
126
|
+
"mapTypes": ["CesiumMap", "PanoramaMap", "OpenlayersMap"],
|
|
121
127
|
"properties": {
|
|
122
128
|
"attributions": {
|
|
123
129
|
"provider": "OpenStreetMap contributors",
|
|
@@ -142,7 +148,7 @@
|
|
|
142
148
|
"title": "Orthofoto"
|
|
143
149
|
},
|
|
144
150
|
"activeOnStartup": true,
|
|
145
|
-
"url": "https://demo.virtualcitymap.de/datasource-data/20e0b107-17e7-46d6-876f-07e3c54fd107/",
|
|
151
|
+
"url": "https://demo.virtualcitymap.de/panorama/datasource-data/20e0b107-17e7-46d6-876f-07e3c54fd107/",
|
|
146
152
|
"extent": {
|
|
147
153
|
"coordinates": [
|
|
148
154
|
9.73135348054305, 52.36323195355867, 9.74471966259939,
|
|
@@ -162,6 +168,7 @@
|
|
|
162
168
|
{
|
|
163
169
|
"type": "CesiumTilesetLayer",
|
|
164
170
|
"name": "Kunst_LHH",
|
|
171
|
+
"mapTypes": ["CesiumMap", "PanoramaMap"],
|
|
165
172
|
"properties": {
|
|
166
173
|
"defaultViewpoint": "Kunst",
|
|
167
174
|
"attributions": {
|
|
@@ -172,7 +179,7 @@
|
|
|
172
179
|
"title": "Kunstobjekte"
|
|
173
180
|
},
|
|
174
181
|
"activeOnStartup": true,
|
|
175
|
-
"url": "https://demo.virtualcitymap.de/datasource-data/88403a53-e3c8-4eb9-b510-bc982ba03bc9/tileset.json",
|
|
182
|
+
"url": "https://demo.virtualcitymap.de/panorama/datasource-data/88403a53-e3c8-4eb9-b510-bc982ba03bc9/tileset.json",
|
|
176
183
|
"extent": {
|
|
177
184
|
"coordinates": [
|
|
178
185
|
9.733886703948508, 52.36633299737816, 9.739379879513546,
|
|
@@ -193,6 +200,7 @@
|
|
|
193
200
|
{
|
|
194
201
|
"type": "CesiumTilesetLayer",
|
|
195
202
|
"name": "Gebauede_LLH",
|
|
203
|
+
"mapTypes": ["CesiumMap", "PanoramaMap"],
|
|
196
204
|
"properties": {
|
|
197
205
|
"featureInfo": "Building_info",
|
|
198
206
|
"attributions": {
|
|
@@ -203,7 +211,7 @@
|
|
|
203
211
|
"title": "Gebäude"
|
|
204
212
|
},
|
|
205
213
|
"activeOnStartup": true,
|
|
206
|
-
"url": "https://demo.virtualcitymap.de/datasource-data/e1976b1d-6bb6-48a1-96ea-425384666138/tileset.json",
|
|
214
|
+
"url": "https://demo.virtualcitymap.de/panorama/datasource-data/e1976b1d-6bb6-48a1-96ea-425384666138/tileset.json",
|
|
207
215
|
"extent": {
|
|
208
216
|
"coordinates": [
|
|
209
217
|
9.72839352838347, 52.36083982181312, 9.75036617334784,
|
|
@@ -224,12 +232,13 @@
|
|
|
224
232
|
{
|
|
225
233
|
"type": "CesiumTilesetLayer",
|
|
226
234
|
"name": "Kugel Beaume",
|
|
235
|
+
"mapTypes": ["CesiumMap", "PanoramaMap"],
|
|
227
236
|
"properties": {
|
|
228
237
|
"featureInfo": "Kugel Baum",
|
|
229
238
|
"title": "Bäume"
|
|
230
239
|
},
|
|
231
240
|
"activeOnStartup": true,
|
|
232
|
-
"url": "https://demo.virtualcitymap.de/datasource-data/c5cd63b7-29de-40fd-a04a-a29696fc965b/tileset.json",
|
|
241
|
+
"url": "https://demo.virtualcitymap.de/panorama/datasource-data/c5cd63b7-29de-40fd-a04a-a29696fc965b/tileset.json",
|
|
233
242
|
"extent": {
|
|
234
243
|
"coordinates": [
|
|
235
244
|
9.72839352838347, 52.36083982181312, 9.744872997782803,
|
|
@@ -250,6 +259,7 @@
|
|
|
250
259
|
{
|
|
251
260
|
"type": "PointCloudLayer",
|
|
252
261
|
"name": "Pointcloud_Data",
|
|
262
|
+
"mapTypes": ["CesiumMap", "PanoramaMap"],
|
|
253
263
|
"properties": {
|
|
254
264
|
"title": "Laserscan-Punktwolke",
|
|
255
265
|
"attributions": {
|
|
@@ -258,7 +268,7 @@
|
|
|
258
268
|
"year": 2025
|
|
259
269
|
}
|
|
260
270
|
},
|
|
261
|
-
"url": "https://demo.virtualcitymap.de/datasource-data/777237e0-dc0a-4504-a844-afb64f9212d2/tileset.json",
|
|
271
|
+
"url": "https://demo.virtualcitymap.de/panorama/datasource-data/777237e0-dc0a-4504-a844-afb64f9212d2/tileset.json",
|
|
262
272
|
"extent": {
|
|
263
273
|
"coordinates": [
|
|
264
274
|
9.732694422208846, 52.36247033672282, 9.752475282831645,
|
|
@@ -293,6 +303,299 @@
|
|
|
293
303
|
"properties": {
|
|
294
304
|
"title": "Hannover Daten V13"
|
|
295
305
|
}
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"type": "GeoJSONLayer",
|
|
309
|
+
"name": "Test POI",
|
|
310
|
+
"activeOnStartup": true,
|
|
311
|
+
"vectorProperties": {
|
|
312
|
+
"heightAboveGround": 20,
|
|
313
|
+
"altitudeMode": "relativeToGround"
|
|
314
|
+
},
|
|
315
|
+
"style": {
|
|
316
|
+
"type": "VectorStyleItem",
|
|
317
|
+
"image": {
|
|
318
|
+
"radius": 15,
|
|
319
|
+
"fill": { "color": "#ff00ff" }
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"features": [
|
|
323
|
+
{
|
|
324
|
+
"type": "Feature",
|
|
325
|
+
"properties": {
|
|
326
|
+
"title": "Point-1"
|
|
327
|
+
},
|
|
328
|
+
"geometry": {
|
|
329
|
+
"type": "Point",
|
|
330
|
+
"coordinates": [9.736276948687891, 52.368106079695536]
|
|
331
|
+
},
|
|
332
|
+
"id": "2e6b86ef-d433-42c2-991f-a53224c77d69"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"type": "Feature",
|
|
336
|
+
"properties": {
|
|
337
|
+
"title": "Point-2"
|
|
338
|
+
},
|
|
339
|
+
"geometry": {
|
|
340
|
+
"type": "Point",
|
|
341
|
+
"coordinates": [9.735145521837863, 52.367993931256365]
|
|
342
|
+
},
|
|
343
|
+
"id": "6f2598a7-0440-449c-a754-2e287cb2552a"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"type": "Feature",
|
|
347
|
+
"properties": {
|
|
348
|
+
"title": "Point-3"
|
|
349
|
+
},
|
|
350
|
+
"geometry": {
|
|
351
|
+
"type": "Point",
|
|
352
|
+
"coordinates": [9.735494500898747, 52.367406268780314]
|
|
353
|
+
},
|
|
354
|
+
"id": "53c83947-8b13-4015-aa82-469dfd1fa6a7"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"type": "Feature",
|
|
358
|
+
"properties": {
|
|
359
|
+
"title": "Point-4"
|
|
360
|
+
},
|
|
361
|
+
"geometry": {
|
|
362
|
+
"type": "Point",
|
|
363
|
+
"coordinates": [9.736636948140177, 52.36746907277683]
|
|
364
|
+
},
|
|
365
|
+
"id": "d61e3470-f87e-4004-90b7-49f3f8b9af1c"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"type": "Feature",
|
|
369
|
+
"properties": {
|
|
370
|
+
"title": "Point-5"
|
|
371
|
+
},
|
|
372
|
+
"geometry": {
|
|
373
|
+
"type": "Point",
|
|
374
|
+
"coordinates": [9.737227846331793, 52.36698068278895]
|
|
375
|
+
},
|
|
376
|
+
"id": "042e2554-d44c-4c7d-971b-dcdb2a8ce89a"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"type": "Feature",
|
|
380
|
+
"properties": {
|
|
381
|
+
"title": "Point-6"
|
|
382
|
+
},
|
|
383
|
+
"geometry": {
|
|
384
|
+
"type": "Point",
|
|
385
|
+
"coordinates": [9.737470294942513, 52.36750106107806]
|
|
386
|
+
},
|
|
387
|
+
"id": "9462606a-c54e-47e3-b4a4-992465217dad"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"type": "Feature",
|
|
391
|
+
"properties": {
|
|
392
|
+
"title": "Point-7"
|
|
393
|
+
},
|
|
394
|
+
"geometry": {
|
|
395
|
+
"type": "Point",
|
|
396
|
+
"coordinates": [9.737709070089435, 52.36750554707115]
|
|
397
|
+
},
|
|
398
|
+
"id": "6b560bff-125e-401b-a952-7af75a160968"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"type": "Feature",
|
|
402
|
+
"properties": {
|
|
403
|
+
"title": "Point-8"
|
|
404
|
+
},
|
|
405
|
+
"geometry": {
|
|
406
|
+
"type": "Point",
|
|
407
|
+
"coordinates": [9.740423842681349, 52.36731807969508]
|
|
408
|
+
},
|
|
409
|
+
"id": "b9c4cca9-012d-4d25-8c05-8e22e5934bcc"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"type": "Feature",
|
|
413
|
+
"properties": {
|
|
414
|
+
"title": "Point-9"
|
|
415
|
+
},
|
|
416
|
+
"geometry": {
|
|
417
|
+
"type": "Point",
|
|
418
|
+
"coordinates": [9.74062955665408, 52.367113965682364]
|
|
419
|
+
},
|
|
420
|
+
"id": "4233e191-b2e0-451b-9016-e1cdf95d8d82"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"type": "Feature",
|
|
424
|
+
"properties": {
|
|
425
|
+
"title": "Point-10"
|
|
426
|
+
},
|
|
427
|
+
"geometry": {
|
|
428
|
+
"type": "Point",
|
|
429
|
+
"coordinates": [9.741426698298422, 52.36758723958869]
|
|
430
|
+
},
|
|
431
|
+
"id": "949763ab-bd0a-452d-bb66-66e205376218"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"type": "Feature",
|
|
435
|
+
"properties": {
|
|
436
|
+
"title": "Point-11"
|
|
437
|
+
},
|
|
438
|
+
"geometry": {
|
|
439
|
+
"type": "Point",
|
|
440
|
+
"coordinates": [9.740284251056991, 52.36676629678618]
|
|
441
|
+
},
|
|
442
|
+
"id": "ac3b9418-7701-4693-b761-75a626171678"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"type": "Feature",
|
|
446
|
+
"properties": {
|
|
447
|
+
"title": "Point-12"
|
|
448
|
+
},
|
|
449
|
+
"geometry": {
|
|
450
|
+
"type": "Point",
|
|
451
|
+
"coordinates": [9.74059649547989, 52.36660704108772]
|
|
452
|
+
},
|
|
453
|
+
"id": "2e269d78-9905-47f0-a7eb-e8000add7d1b"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"type": "Feature",
|
|
457
|
+
"properties": {
|
|
458
|
+
"title": "Point-13"
|
|
459
|
+
},
|
|
460
|
+
"geometry": {
|
|
461
|
+
"type": "Point",
|
|
462
|
+
"coordinates": [9.739166404025626, 52.36576625003789]
|
|
463
|
+
},
|
|
464
|
+
"id": "a02dc28c-8b46-4b17-a52a-b284874561ef"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"type": "Feature",
|
|
468
|
+
"properties": {
|
|
469
|
+
"title": "Point-14"
|
|
470
|
+
},
|
|
471
|
+
"geometry": {
|
|
472
|
+
"type": "Point",
|
|
473
|
+
"coordinates": [9.740176606570296, 52.36545446015887]
|
|
474
|
+
},
|
|
475
|
+
"id": "3aec3ff2-4329-45d6-ba3e-741eacdeadcc"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"type": "Feature",
|
|
479
|
+
"properties": {
|
|
480
|
+
"title": "Point-15"
|
|
481
|
+
},
|
|
482
|
+
"geometry": {
|
|
483
|
+
"type": "Point",
|
|
484
|
+
"coordinates": [9.740388932631056, 52.36421864457819]
|
|
485
|
+
},
|
|
486
|
+
"id": "7dcf7c19-a5f1-44d1-bed4-1e2cd7dcc55e"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"type": "Feature",
|
|
490
|
+
"properties": {
|
|
491
|
+
"title": "Point-16"
|
|
492
|
+
},
|
|
493
|
+
"geometry": {
|
|
494
|
+
"type": "Point",
|
|
495
|
+
"coordinates": [9.739768117249058, 52.36388665516006]
|
|
496
|
+
},
|
|
497
|
+
"id": "f20949a3-dfc0-413e-b748-8beeb9d6e370"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"type": "Feature",
|
|
501
|
+
"properties": {
|
|
502
|
+
"title": "Point-17"
|
|
503
|
+
},
|
|
504
|
+
"geometry": {
|
|
505
|
+
"type": "Point",
|
|
506
|
+
"coordinates": [9.738361180614117, 52.363868709715064]
|
|
507
|
+
},
|
|
508
|
+
"id": "2e429843-9972-4183-8c9b-68f9becb518a"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"type": "Feature",
|
|
512
|
+
"properties": {
|
|
513
|
+
"title": "Point-18"
|
|
514
|
+
},
|
|
515
|
+
"geometry": {
|
|
516
|
+
"type": "Point",
|
|
517
|
+
"coordinates": [9.7378028141167, 52.364184997115615]
|
|
518
|
+
},
|
|
519
|
+
"id": "b60e7d33-ff88-4863-939f-a1dfd0b998ee"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"type": "Feature",
|
|
523
|
+
"properties": {
|
|
524
|
+
"title": "Point-19"
|
|
525
|
+
},
|
|
526
|
+
"geometry": {
|
|
527
|
+
"type": "Point",
|
|
528
|
+
"coordinates": [9.737343978017737, 52.36454960715423]
|
|
529
|
+
},
|
|
530
|
+
"id": "404d668c-b7f3-4e53-abc0-fd723efa159d"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"type": "Feature",
|
|
534
|
+
"properties": {
|
|
535
|
+
"title": "Point-20"
|
|
536
|
+
},
|
|
537
|
+
"geometry": {
|
|
538
|
+
"type": "Point",
|
|
539
|
+
"coordinates": [9.735999490267375, 52.365276380646264]
|
|
540
|
+
},
|
|
541
|
+
"id": "b198bf5f-9ac9-4ab8-8964-c209c3ab861a"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"type": "Feature",
|
|
545
|
+
"properties": {
|
|
546
|
+
"title": "Point-21"
|
|
547
|
+
},
|
|
548
|
+
"geometry": {
|
|
549
|
+
"type": "Point",
|
|
550
|
+
"coordinates": [9.735804796686038, 52.3657048125047]
|
|
551
|
+
},
|
|
552
|
+
"id": "9dbdc7b6-ada8-4b45-aedc-4b8730adcd65"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"type": "Feature",
|
|
556
|
+
"properties": {
|
|
557
|
+
"title": "Point-22"
|
|
558
|
+
},
|
|
559
|
+
"geometry": {
|
|
560
|
+
"type": "Point",
|
|
561
|
+
"coordinates": [9.73577908243945, 52.36649437237534]
|
|
562
|
+
},
|
|
563
|
+
"id": "ea48f387-dd21-4f5c-857c-d3633388253d"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"type": "Feature",
|
|
567
|
+
"properties": {
|
|
568
|
+
"title": "Point-23"
|
|
569
|
+
},
|
|
570
|
+
"geometry": {
|
|
571
|
+
"type": "Point",
|
|
572
|
+
"coordinates": [9.735676225453082, 52.366754565150416]
|
|
573
|
+
},
|
|
574
|
+
"id": "bc2a986e-4472-4dec-bc9f-8b3f1c9ff038"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"type": "Feature",
|
|
578
|
+
"properties": {
|
|
579
|
+
"title": "Point-24"
|
|
580
|
+
},
|
|
581
|
+
"geometry": {
|
|
582
|
+
"type": "Point",
|
|
583
|
+
"coordinates": [9.735426081570864, 52.36727805926239]
|
|
584
|
+
},
|
|
585
|
+
"id": "b185a710-d526-4f4c-9c16-45d65cc238a6"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"type": "Feature",
|
|
589
|
+
"properties": {
|
|
590
|
+
"title": "Point-25"
|
|
591
|
+
},
|
|
592
|
+
"geometry": {
|
|
593
|
+
"type": "Point",
|
|
594
|
+
"coordinates": [9.735187306423942, 52.36746647153083]
|
|
595
|
+
},
|
|
596
|
+
"id": "4f531ee2-75aa-427c-aaff-45bc58841bdd"
|
|
597
|
+
}
|
|
598
|
+
]
|
|
296
599
|
}
|
|
297
600
|
],
|
|
298
601
|
"maps": [
|
|
@@ -309,7 +612,6 @@
|
|
|
309
612
|
"name": "PanoramaMap"
|
|
310
613
|
}
|
|
311
614
|
],
|
|
312
|
-
"obliqueCollections": [],
|
|
313
615
|
"plugins": [
|
|
314
616
|
{
|
|
315
617
|
"name": "@vcmap-show-case/panorama-inspector",
|
|
@@ -358,6 +660,10 @@
|
|
|
358
660
|
{
|
|
359
661
|
"name": "@vcmap/pointcloud-settings",
|
|
360
662
|
"entry": "plugins/@vcmap/pointcloud-settings/index.js"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"name": "@vcmap/multi-view",
|
|
666
|
+
"entry": "plugins/@vcmap/multi-view/index.js"
|
|
361
667
|
}
|
|
362
668
|
],
|
|
363
669
|
"startingMapName": "CesiumMap",
|
package/dist/assets/cesium.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./cesium-
|
|
1
|
+
export * from "./cesium-4fcc8a17.js";
|