@vcmap/ui 5.1.1 → 5.1.3
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/build/getPluginProxies.js +4 -1
- package/config/www.config.json +40 -6
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core.8ecfba.js → core.c815b8.js} +1580 -1572
- package/dist/assets/core.js +1 -1
- package/dist/assets/index-0abd9815.js +1 -0
- package/dist/assets/ol.js +1 -1
- package/dist/assets/{ui.186a84.css → ui.f85ce1.css} +2 -2
- package/dist/assets/{ui.186a84.js → ui.f85ce1.js} +1482 -1393
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +2 -2
- package/dist/assets/{vuetify.10881a.js → vuetify.bf2ba1.js} +1 -1
- package/dist/assets/vuetify.js +2 -2
- package/dist/index.html +1 -1
- package/package.json +2 -2
- package/src/application/VcsPositionDisplay.vue +10 -0
- package/src/components/icons/+all.js +4 -0
- package/src/components/icons/TransparentTerrainIcon.vue +17 -0
- package/src/components/icons/TransparentTerrainIcon.vue.d.ts +2 -0
- package/src/components/import/ImportComponent.vue +6 -0
- package/src/components/import/ImportComponent.vue.d.ts +1 -0
- package/src/components/tables/VcsDataTable.vue +7 -1
- package/src/components/viewpoint/VcsViewpointComponent.vue +24 -18
- package/src/featureInfo/featureInfo.js +1 -1
- package/src/manager/toolbox/SelectToolboxComponent.vue +1 -1
- package/src/manager/toolbox/ToolboxManager.vue +31 -4
- package/src/manager/toolbox/ToolboxManager.vue.d.ts +3 -0
- package/src/manager/window/WindowManager.vue +1 -1
- package/src/manager/window/windowManager.d.ts +30 -1
- package/src/manager/window/windowManager.js +71 -2
- package/dist/assets/index-c87f843d.js +0 -1
- /package/dist/assets/{cesium.c1accb.js → cesium.012009.js} +0 -0
- /package/dist/assets/{ol.b751cb.js → ol.fbe9a4.js} +0 -0
- /package/dist/assets/{vue.3f80ec.js → vue.65726b.js} +0 -0
- /package/dist/assets/{vuetify.10881a.css → vuetify.bf2ba1.css} +0 -0
@@ -36,8 +36,11 @@ export default async function getPluginProxies(
|
|
36
36
|
proxies[`^/plugins/${plugin}/.*`] = {
|
37
37
|
target,
|
38
38
|
rewrite: (route) => {
|
39
|
-
const rest = route
|
39
|
+
const [rest] = route
|
40
|
+
.replace(new RegExp(`^/plugins/${plugin}/`), '')
|
41
|
+
.split('?');
|
40
42
|
let file = rest || indexJs;
|
43
|
+
|
41
44
|
if (file === 'index.js' && tsPlugins.includes(plugin)) {
|
42
45
|
file = indexJs;
|
43
46
|
}
|
package/config/www.config.json
CHANGED
@@ -30,6 +30,7 @@
|
|
30
30
|
"name": "Demo",
|
31
31
|
"de": {
|
32
32
|
"layer": {
|
33
|
+
"meshClassified": "Mesh 2020 (Klickbar)",
|
33
34
|
"buildings": "LOD2 Gebäude - Open Data 2022",
|
34
35
|
"summerTrees": "Sommerbäume",
|
35
36
|
"berlinLOD2Textured": "Gebäude texturiert 2013",
|
@@ -380,6 +381,7 @@
|
|
380
381
|
},
|
381
382
|
"en": {
|
382
383
|
"layer": {
|
384
|
+
"meshClassified": "Mesh 2020 (Clickable)",
|
383
385
|
"buildings": "LOD2 Buildings - Open Data 2022",
|
384
386
|
"summerTrees": "Summer Trees",
|
385
387
|
"berlinLOD2Textured": "Buildings textured 2013",
|
@@ -682,15 +684,15 @@
|
|
682
684
|
"name": "Mesh Classification Layer",
|
683
685
|
"url": "https://www.virtualcitymap.de/datasource-data/DEMO-Lindau/berlin_2D/tileset.json",
|
684
686
|
"activeOnStartup": false,
|
685
|
-
"screenSpaceError":
|
687
|
+
"screenSpaceError": 24,
|
686
688
|
"screenSpaceErrorMobile": 32,
|
687
689
|
"style": "dummyClassificationStyle",
|
688
690
|
"tilesetOptions": {
|
689
|
-
"classificationType":
|
691
|
+
"classificationType": 1
|
690
692
|
},
|
691
693
|
"exclusiveGroups": ["classified"],
|
692
694
|
"properties": {
|
693
|
-
"title": "
|
695
|
+
"title": "layer.meshClassified",
|
694
696
|
"featureInfo": "balloonGebInfo"
|
695
697
|
}
|
696
698
|
},
|
@@ -1688,9 +1690,9 @@
|
|
1688
1690
|
"initOpen": true
|
1689
1691
|
},
|
1690
1692
|
{
|
1691
|
-
"type": "
|
1693
|
+
"type": "LayerContentTreeItem",
|
1692
1694
|
"name": "berlin.mesh",
|
1693
|
-
"
|
1695
|
+
"layerName": "mesh_surface",
|
1694
1696
|
"onActivate": [
|
1695
1697
|
{
|
1696
1698
|
"type": "DeactivateLayersCallback",
|
@@ -1709,7 +1711,39 @@
|
|
1709
1711
|
]
|
1710
1712
|
}
|
1711
1713
|
],
|
1712
|
-
"
|
1714
|
+
"onDeactivate": [
|
1715
|
+
{
|
1716
|
+
"type": "DeactivateLayersCallback",
|
1717
|
+
"layerNames": ["Mesh Classification Layer"]
|
1718
|
+
}
|
1719
|
+
]
|
1720
|
+
},
|
1721
|
+
{
|
1722
|
+
"type": "LayerContentTreeItem",
|
1723
|
+
"name": "berlin.classifiedmesh",
|
1724
|
+
"layerName": "Mesh Classification Layer",
|
1725
|
+
"onActivate": [
|
1726
|
+
{
|
1727
|
+
"type": "ActivateLayersCallback",
|
1728
|
+
"layerNames": ["mesh_surface"]
|
1729
|
+
},
|
1730
|
+
{
|
1731
|
+
"type": "DeactivateLayersCallback",
|
1732
|
+
"layerNames": [
|
1733
|
+
"Bayern - LOD2 (pbr)",
|
1734
|
+
"Berlin untexturiert openData (pbr recalculation)",
|
1735
|
+
"Brandenburg - LOD2 (pbr recalculation)",
|
1736
|
+
"Hamburg - LOD2 (pbr recalculation)",
|
1737
|
+
"Hessen - LOD2 (pbr recalculation)",
|
1738
|
+
"NRW - LOD2 (pbr recalculation)",
|
1739
|
+
"Niedersachsen (pbr recalculation)",
|
1740
|
+
"Sachsen - LOD2 (pbr recalculation)",
|
1741
|
+
"Sachsen-Anhalt - LOD2 (pbr recalculation)",
|
1742
|
+
"Thüringen - LOD2 (pbr recalculation)",
|
1743
|
+
"GermanyBaseTerrain"
|
1744
|
+
]
|
1745
|
+
}
|
1746
|
+
]
|
1713
1747
|
},
|
1714
1748
|
{
|
1715
1749
|
"type": "LayerContentTreeItem",
|
package/dist/assets/cesium.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from "./cesium.
|
1
|
+
export * from "./cesium.012009.js";
|