@vcmap/ui 6.1.9 → 6.1.11
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 +10 -30
- package/config/base.config.json +24 -14
- package/config/www.config.json +4 -0
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core-dee0b204.js → core-ef0402b3.js} +1897 -1894
- package/dist/assets/core.js +1 -1
- package/dist/assets/ol.js +1 -1
- package/dist/assets/{ui-2150b828.css → ui-ca9177db.css} +1 -1
- package/dist/assets/{ui-2150b828.js → ui-ca9177db.js} +1910 -1910
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +1 -1
- package/dist/assets/{vuetify-f7135c94.js → vuetify-a44b4dc4.js} +1 -1
- package/dist/assets/vuetify.js +1 -1
- package/package.json +1 -1
- package/plugins/package.json +3 -1
- package/src/application/VcsMobileMenuList.vue +2 -2
- package/src/components/flight/VcsFlightAnchorsComponent.vue +6 -1
- package/src/featureInfo/balloonFeatureInfoView.js +7 -2
- /package/dist/assets/{cesium-9b43696c.js → cesium-74e49dfb.js} +0 -0
- /package/dist/assets/{ol-103b00d7.js → ol-042b184c.js} +0 -0
- /package/dist/assets/{vue-fa36a77a.js → vue-3ce0d430.js} +0 -0
- /package/dist/assets/{vuetify-f7135c94.css → vuetify-a44b4dc4.css} +0 -0
package/README.md
CHANGED
@@ -111,17 +111,6 @@ Plugins designed for a major version should seamlessly function with any new min
|
|
111
111
|
|
112
112
|
We will offer bugfix support for the current major version and the one preceding it.
|
113
113
|
|
114
|
-
# Roadmap / Future Development
|
115
|
-
|
116
|
-
### Core
|
117
|
-
|
118
|
-
- Clustering Prio 4
|
119
|
-
- Style Refactoring Prio 4
|
120
|
-
|
121
|
-
### Ui
|
122
|
-
|
123
|
-
- Overlay API Support
|
124
|
-
|
125
114
|
# Plugins
|
126
115
|
|
127
116
|
[Drawing](https://github.com/virtualcitySYSTEMS/map-draw)
|
@@ -133,25 +122,16 @@ We will offer bugfix support for the current major version and the one preceding
|
|
133
122
|
[Search Nominatim](https://github.com/virtualcitySYSTEMS/map-search-nominatim)
|
134
123
|
[Cesium Filters](https://github.com/virtualcitySYSTEMS/map-cesium-filters)
|
135
124
|
[MultiView](https://github.com/virtualcitySYSTEMS/map-multi-view)
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
| TransparentTerrain | 4 | 3 |
|
147
|
-
| Walkmode | 4 | 3 |
|
148
|
-
| ClippingTool | 4 | 3 |
|
149
|
-
| AttributeEditor | 4 | 3 |
|
150
|
-
| Query | 4 | 3 |
|
151
|
-
| Locator | 4 | 4 |
|
152
|
-
| DisplayQuality | 4 | 4 |
|
153
|
-
| Search esri | 4 | 4 |
|
154
|
-
| Search WFS | 4 | 4 |
|
125
|
+
[Link Button](https://github.com/virtualcitySYSTEMS/map-link-button)
|
126
|
+
[Walk Mode](https://github.com/virtualcitySYSTEMS/map-walk)
|
127
|
+
[HeightProfile](https://github.com/virtualcitySYSTEMS/map-heightprofile)
|
128
|
+
[Measurement](https://github.com/virtualcitySYSTEMS/map-measurement)
|
129
|
+
[Search Coordinate](https://github.com/virtualcitySYSTEMS/map-search-coordinate)
|
130
|
+
[Search WFS](https://github.com/virtualcitySYSTEMS/map-search-wfs)
|
131
|
+
[Viewshed](https://github.com/virtualcitySYSTEMS/map-viewshed)
|
132
|
+
[Clipping Tool](https://github.com/virtualcitySYSTEMS/map-clipping-tool)
|
133
|
+
[Transparent Terrain](https://github.com/virtualcitySYSTEMS/map-transparent-terrain)
|
134
|
+
[Flight](https://github.com/virtualcitySYSTEMS/map-flight)
|
155
135
|
|
156
136
|
# Getting started
|
157
137
|
|
package/config/base.config.json
CHANGED
@@ -959,20 +959,7 @@
|
|
959
959
|
"name": "building.texturedBuildings",
|
960
960
|
"layerName": "buildings",
|
961
961
|
"type": "LayerContentTreeItem",
|
962
|
-
"tooltip": "Textured buildings"
|
963
|
-
"onActivate": [
|
964
|
-
{
|
965
|
-
"type": "DeactivateLayersCallback",
|
966
|
-
"layerNames": ["mesh_surface", "buildings_untextured"]
|
967
|
-
},
|
968
|
-
{ "type": "GoToViewpointCallback", "viewpoint": "alexanderplatz" }
|
969
|
-
],
|
970
|
-
"onDeactivate": [
|
971
|
-
{
|
972
|
-
"type": "ActivateLayersCallback",
|
973
|
-
"layerNames": ["buildings_untextured"]
|
974
|
-
}
|
975
|
-
]
|
962
|
+
"tooltip": "Textured buildings"
|
976
963
|
},
|
977
964
|
{
|
978
965
|
"name": "building.untexturedBuildings",
|
@@ -1167,6 +1154,29 @@
|
|
1167
1154
|
}
|
1168
1155
|
],
|
1169
1156
|
"plugins": [
|
1157
|
+
{
|
1158
|
+
"name": "@vcmap/event-control",
|
1159
|
+
"entry": "plugins/@vcmap/event-control/index.js",
|
1160
|
+
"actions": [
|
1161
|
+
{
|
1162
|
+
"type": "layer",
|
1163
|
+
"targetName": "buildings",
|
1164
|
+
"onActivate": [
|
1165
|
+
{
|
1166
|
+
"type": "DeactivateLayersCallback",
|
1167
|
+
"layerNames": ["mesh_surface", "buildings_untextured"]
|
1168
|
+
},
|
1169
|
+
{ "type": "GoToViewpointCallback", "viewpoint": "alexanderplatz" }
|
1170
|
+
],
|
1171
|
+
"onDeactivate": [
|
1172
|
+
{
|
1173
|
+
"type": "ActivateLayersCallback",
|
1174
|
+
"layerNames": ["buildings_untextured"]
|
1175
|
+
}
|
1176
|
+
]
|
1177
|
+
}
|
1178
|
+
]
|
1179
|
+
},
|
1170
1180
|
{
|
1171
1181
|
"name": "@vcmap/create-link",
|
1172
1182
|
"entry": "plugins/@vcmap/create-link/index.js"
|
package/config/www.config.json
CHANGED
package/dist/assets/cesium.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from "./cesium-
|
1
|
+
export * from "./cesium-74e49dfb.js";
|