@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 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
- ### Plugins in Development
138
-
139
- | Plugin | Dev Prio | Proj Prio |
140
- | :----------------: | :------: | :-------: |
141
- | Measurement | 1 | 1 |
142
- | Planning | 1 | 1 |
143
- | HeightProfile | 4 | 2 |
144
- | Flight | 4 | 2 |
145
- | ViewShed | 4 | 2 |
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
 
@@ -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"
@@ -1980,6 +1980,10 @@
1980
1980
  {
1981
1981
  "name": "@vcmap/search-coordinate",
1982
1982
  "entry": "plugins/@vcmap/search-coordinate/index.js"
1983
+ },
1984
+ {
1985
+ "name": "@vcmap/cesium-inspector",
1986
+ "entry": "plugins/@vcmap/cesium-inspector/index.js"
1983
1987
  }
1984
1988
  ]
1985
1989
  }
@@ -1 +1 @@
1
- export * from "./cesium-9b43696c.js";
1
+ export * from "./cesium-74e49dfb.js";