@vcmap/ui 5.0.0-rc.10

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.
Files changed (556) hide show
  1. package/LICENSE.md +21 -0
  2. package/README.md +182 -0
  3. package/build/.eslintrc +6 -0
  4. package/build/build.js +162 -0
  5. package/build/buildCesium.js +19 -0
  6. package/build/buildHelpers.js +212 -0
  7. package/build/buildPreview.js +23 -0
  8. package/build/commonViteConfig.js +39 -0
  9. package/build/determineHost.js +46 -0
  10. package/build/generateOLLib.js +196 -0
  11. package/build/getPluginProxies.js +29 -0
  12. package/build/info/api-plugin.js +11 -0
  13. package/build/info/conf.json +21 -0
  14. package/build/info/define-plugin.js +31 -0
  15. package/build/info/package.json +3 -0
  16. package/build/info/publish.js +190 -0
  17. package/build/info/virtual-plugin.js +15 -0
  18. package/build/staging/Dockerfile +2 -0
  19. package/config/aerowest.config.json +388 -0
  20. package/config/base.config.json +991 -0
  21. package/config/berlin.config.json +510 -0
  22. package/config/dev.config.json +44 -0
  23. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_0.json +1 -0
  24. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_1.json +1 -0
  25. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_10.json +1 -0
  26. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_11.json +1 -0
  27. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_12.json +1 -0
  28. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_13.json +1 -0
  29. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_14.json +1 -0
  30. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_15.json +1 -0
  31. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_16.json +1 -0
  32. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_17.json +1 -0
  33. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_18.json +1 -0
  34. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_19.json +1 -0
  35. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_2.json +1 -0
  36. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_20.json +1 -0
  37. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_21.json +1 -0
  38. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_22.json +1 -0
  39. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_23.json +1 -0
  40. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_24.json +1 -0
  41. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_25.json +1 -0
  42. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_26.json +1 -0
  43. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_27.json +1 -0
  44. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_3.json +1 -0
  45. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_4.json +1 -0
  46. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_5.json +1 -0
  47. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_6.json +1 -0
  48. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_7.json +1 -0
  49. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_8.json +1 -0
  50. package/dist/assets/cesium/Assets/IAU2006_XYS/IAU2006_XYS_9.json +1 -0
  51. package/dist/assets/cesium/Assets/Images/bing_maps_credit.png +0 -0
  52. package/dist/assets/cesium/Assets/Images/cesium_credit.png +0 -0
  53. package/dist/assets/cesium/Assets/Images/google_earth_credit.png +0 -0
  54. package/dist/assets/cesium/Assets/Images/ion-credit.png +0 -0
  55. package/dist/assets/cesium/Assets/Textures/LensFlare/DirtMask.jpg +0 -0
  56. package/dist/assets/cesium/Assets/Textures/LensFlare/StarBurst.jpg +0 -0
  57. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/0/0/0.jpg +0 -0
  58. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/0/1/0.jpg +0 -0
  59. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/1/0/0.jpg +0 -0
  60. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/1/0/1.jpg +0 -0
  61. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/1/1/0.jpg +0 -0
  62. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/1/1/1.jpg +0 -0
  63. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/1/2/0.jpg +0 -0
  64. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/1/2/1.jpg +0 -0
  65. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/1/3/0.jpg +0 -0
  66. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/1/3/1.jpg +0 -0
  67. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/0/0.jpg +0 -0
  68. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/0/1.jpg +0 -0
  69. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/0/2.jpg +0 -0
  70. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/0/3.jpg +0 -0
  71. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/1/0.jpg +0 -0
  72. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/1/1.jpg +0 -0
  73. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/1/2.jpg +0 -0
  74. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/1/3.jpg +0 -0
  75. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/2/0.jpg +0 -0
  76. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/2/1.jpg +0 -0
  77. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/2/2.jpg +0 -0
  78. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/2/3.jpg +0 -0
  79. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/3/0.jpg +0 -0
  80. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/3/1.jpg +0 -0
  81. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/3/2.jpg +0 -0
  82. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/3/3.jpg +0 -0
  83. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/4/0.jpg +0 -0
  84. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/4/1.jpg +0 -0
  85. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/4/2.jpg +0 -0
  86. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/4/3.jpg +0 -0
  87. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/5/0.jpg +0 -0
  88. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/5/1.jpg +0 -0
  89. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/5/2.jpg +0 -0
  90. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/5/3.jpg +0 -0
  91. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/6/0.jpg +0 -0
  92. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/6/1.jpg +0 -0
  93. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/6/2.jpg +0 -0
  94. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/6/3.jpg +0 -0
  95. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/7/0.jpg +0 -0
  96. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/7/1.jpg +0 -0
  97. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/7/2.jpg +0 -0
  98. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/2/7/3.jpg +0 -0
  99. package/dist/assets/cesium/Assets/Textures/NaturalEarthII/tilemapresource.xml +14 -0
  100. package/dist/assets/cesium/Assets/Textures/SkyBox/tycho2t3_80_mx.jpg +0 -0
  101. package/dist/assets/cesium/Assets/Textures/SkyBox/tycho2t3_80_my.jpg +0 -0
  102. package/dist/assets/cesium/Assets/Textures/SkyBox/tycho2t3_80_mz.jpg +0 -0
  103. package/dist/assets/cesium/Assets/Textures/SkyBox/tycho2t3_80_px.jpg +0 -0
  104. package/dist/assets/cesium/Assets/Textures/SkyBox/tycho2t3_80_py.jpg +0 -0
  105. package/dist/assets/cesium/Assets/Textures/SkyBox/tycho2t3_80_pz.jpg +0 -0
  106. package/dist/assets/cesium/Assets/Textures/maki/airfield.png +0 -0
  107. package/dist/assets/cesium/Assets/Textures/maki/airport.png +0 -0
  108. package/dist/assets/cesium/Assets/Textures/maki/alcohol-shop.png +0 -0
  109. package/dist/assets/cesium/Assets/Textures/maki/america-football.png +0 -0
  110. package/dist/assets/cesium/Assets/Textures/maki/art-gallery.png +0 -0
  111. package/dist/assets/cesium/Assets/Textures/maki/bakery.png +0 -0
  112. package/dist/assets/cesium/Assets/Textures/maki/bank.png +0 -0
  113. package/dist/assets/cesium/Assets/Textures/maki/bar.png +0 -0
  114. package/dist/assets/cesium/Assets/Textures/maki/baseball.png +0 -0
  115. package/dist/assets/cesium/Assets/Textures/maki/basketball.png +0 -0
  116. package/dist/assets/cesium/Assets/Textures/maki/beer.png +0 -0
  117. package/dist/assets/cesium/Assets/Textures/maki/bicycle.png +0 -0
  118. package/dist/assets/cesium/Assets/Textures/maki/building.png +0 -0
  119. package/dist/assets/cesium/Assets/Textures/maki/bus.png +0 -0
  120. package/dist/assets/cesium/Assets/Textures/maki/cafe.png +0 -0
  121. package/dist/assets/cesium/Assets/Textures/maki/camera.png +0 -0
  122. package/dist/assets/cesium/Assets/Textures/maki/campsite.png +0 -0
  123. package/dist/assets/cesium/Assets/Textures/maki/car.png +0 -0
  124. package/dist/assets/cesium/Assets/Textures/maki/cemetery.png +0 -0
  125. package/dist/assets/cesium/Assets/Textures/maki/cesium.png +0 -0
  126. package/dist/assets/cesium/Assets/Textures/maki/chemist.png +0 -0
  127. package/dist/assets/cesium/Assets/Textures/maki/cinema.png +0 -0
  128. package/dist/assets/cesium/Assets/Textures/maki/circle-stroked.png +0 -0
  129. package/dist/assets/cesium/Assets/Textures/maki/circle.png +0 -0
  130. package/dist/assets/cesium/Assets/Textures/maki/city.png +0 -0
  131. package/dist/assets/cesium/Assets/Textures/maki/clothing-store.png +0 -0
  132. package/dist/assets/cesium/Assets/Textures/maki/college.png +0 -0
  133. package/dist/assets/cesium/Assets/Textures/maki/commercial.png +0 -0
  134. package/dist/assets/cesium/Assets/Textures/maki/cricket.png +0 -0
  135. package/dist/assets/cesium/Assets/Textures/maki/cross.png +0 -0
  136. package/dist/assets/cesium/Assets/Textures/maki/dam.png +0 -0
  137. package/dist/assets/cesium/Assets/Textures/maki/danger.png +0 -0
  138. package/dist/assets/cesium/Assets/Textures/maki/disability.png +0 -0
  139. package/dist/assets/cesium/Assets/Textures/maki/dog-park.png +0 -0
  140. package/dist/assets/cesium/Assets/Textures/maki/embassy.png +0 -0
  141. package/dist/assets/cesium/Assets/Textures/maki/emergency-telephone.png +0 -0
  142. package/dist/assets/cesium/Assets/Textures/maki/entrance.png +0 -0
  143. package/dist/assets/cesium/Assets/Textures/maki/farm.png +0 -0
  144. package/dist/assets/cesium/Assets/Textures/maki/fast-food.png +0 -0
  145. package/dist/assets/cesium/Assets/Textures/maki/ferry.png +0 -0
  146. package/dist/assets/cesium/Assets/Textures/maki/fire-station.png +0 -0
  147. package/dist/assets/cesium/Assets/Textures/maki/fuel.png +0 -0
  148. package/dist/assets/cesium/Assets/Textures/maki/garden.png +0 -0
  149. package/dist/assets/cesium/Assets/Textures/maki/gift.png +0 -0
  150. package/dist/assets/cesium/Assets/Textures/maki/golf.png +0 -0
  151. package/dist/assets/cesium/Assets/Textures/maki/grocery.png +0 -0
  152. package/dist/assets/cesium/Assets/Textures/maki/hairdresser.png +0 -0
  153. package/dist/assets/cesium/Assets/Textures/maki/harbor.png +0 -0
  154. package/dist/assets/cesium/Assets/Textures/maki/heart.png +0 -0
  155. package/dist/assets/cesium/Assets/Textures/maki/heliport.png +0 -0
  156. package/dist/assets/cesium/Assets/Textures/maki/hospital.png +0 -0
  157. package/dist/assets/cesium/Assets/Textures/maki/ice-cream.png +0 -0
  158. package/dist/assets/cesium/Assets/Textures/maki/industrial.png +0 -0
  159. package/dist/assets/cesium/Assets/Textures/maki/land-use.png +0 -0
  160. package/dist/assets/cesium/Assets/Textures/maki/laundry.png +0 -0
  161. package/dist/assets/cesium/Assets/Textures/maki/library.png +0 -0
  162. package/dist/assets/cesium/Assets/Textures/maki/lighthouse.png +0 -0
  163. package/dist/assets/cesium/Assets/Textures/maki/lodging.png +0 -0
  164. package/dist/assets/cesium/Assets/Textures/maki/logging.png +0 -0
  165. package/dist/assets/cesium/Assets/Textures/maki/london-underground.png +0 -0
  166. package/dist/assets/cesium/Assets/Textures/maki/marker-stroked.png +0 -0
  167. package/dist/assets/cesium/Assets/Textures/maki/marker.png +0 -0
  168. package/dist/assets/cesium/Assets/Textures/maki/minefield.png +0 -0
  169. package/dist/assets/cesium/Assets/Textures/maki/mobilephone.png +0 -0
  170. package/dist/assets/cesium/Assets/Textures/maki/monument.png +0 -0
  171. package/dist/assets/cesium/Assets/Textures/maki/museum.png +0 -0
  172. package/dist/assets/cesium/Assets/Textures/maki/music.png +0 -0
  173. package/dist/assets/cesium/Assets/Textures/maki/oil-well.png +0 -0
  174. package/dist/assets/cesium/Assets/Textures/maki/park.png +0 -0
  175. package/dist/assets/cesium/Assets/Textures/maki/park2.png +0 -0
  176. package/dist/assets/cesium/Assets/Textures/maki/parking-garage.png +0 -0
  177. package/dist/assets/cesium/Assets/Textures/maki/parking.png +0 -0
  178. package/dist/assets/cesium/Assets/Textures/maki/pharmacy.png +0 -0
  179. package/dist/assets/cesium/Assets/Textures/maki/pitch.png +0 -0
  180. package/dist/assets/cesium/Assets/Textures/maki/place-of-worship.png +0 -0
  181. package/dist/assets/cesium/Assets/Textures/maki/playground.png +0 -0
  182. package/dist/assets/cesium/Assets/Textures/maki/police.png +0 -0
  183. package/dist/assets/cesium/Assets/Textures/maki/polling-place.png +0 -0
  184. package/dist/assets/cesium/Assets/Textures/maki/post.png +0 -0
  185. package/dist/assets/cesium/Assets/Textures/maki/prison.png +0 -0
  186. package/dist/assets/cesium/Assets/Textures/maki/rail-above.png +0 -0
  187. package/dist/assets/cesium/Assets/Textures/maki/rail-light.png +0 -0
  188. package/dist/assets/cesium/Assets/Textures/maki/rail-metro.png +0 -0
  189. package/dist/assets/cesium/Assets/Textures/maki/rail-underground.png +0 -0
  190. package/dist/assets/cesium/Assets/Textures/maki/rail.png +0 -0
  191. package/dist/assets/cesium/Assets/Textures/maki/religious-christian.png +0 -0
  192. package/dist/assets/cesium/Assets/Textures/maki/religious-jewish.png +0 -0
  193. package/dist/assets/cesium/Assets/Textures/maki/religious-muslim.png +0 -0
  194. package/dist/assets/cesium/Assets/Textures/maki/restaurant.png +0 -0
  195. package/dist/assets/cesium/Assets/Textures/maki/roadblock.png +0 -0
  196. package/dist/assets/cesium/Assets/Textures/maki/rocket.png +0 -0
  197. package/dist/assets/cesium/Assets/Textures/maki/school.png +0 -0
  198. package/dist/assets/cesium/Assets/Textures/maki/scooter.png +0 -0
  199. package/dist/assets/cesium/Assets/Textures/maki/shop.png +0 -0
  200. package/dist/assets/cesium/Assets/Textures/maki/skiing.png +0 -0
  201. package/dist/assets/cesium/Assets/Textures/maki/slaughterhouse.png +0 -0
  202. package/dist/assets/cesium/Assets/Textures/maki/soccer.png +0 -0
  203. package/dist/assets/cesium/Assets/Textures/maki/square-stroked.png +0 -0
  204. package/dist/assets/cesium/Assets/Textures/maki/square.png +0 -0
  205. package/dist/assets/cesium/Assets/Textures/maki/star-stroked.png +0 -0
  206. package/dist/assets/cesium/Assets/Textures/maki/star.png +0 -0
  207. package/dist/assets/cesium/Assets/Textures/maki/suitcase.png +0 -0
  208. package/dist/assets/cesium/Assets/Textures/maki/swimming.png +0 -0
  209. package/dist/assets/cesium/Assets/Textures/maki/telephone.png +0 -0
  210. package/dist/assets/cesium/Assets/Textures/maki/tennis.png +0 -0
  211. package/dist/assets/cesium/Assets/Textures/maki/theatre.png +0 -0
  212. package/dist/assets/cesium/Assets/Textures/maki/toilets.png +0 -0
  213. package/dist/assets/cesium/Assets/Textures/maki/town-hall.png +0 -0
  214. package/dist/assets/cesium/Assets/Textures/maki/town.png +0 -0
  215. package/dist/assets/cesium/Assets/Textures/maki/triangle-stroked.png +0 -0
  216. package/dist/assets/cesium/Assets/Textures/maki/triangle.png +0 -0
  217. package/dist/assets/cesium/Assets/Textures/maki/village.png +0 -0
  218. package/dist/assets/cesium/Assets/Textures/maki/warehouse.png +0 -0
  219. package/dist/assets/cesium/Assets/Textures/maki/waste-basket.png +0 -0
  220. package/dist/assets/cesium/Assets/Textures/maki/water.png +0 -0
  221. package/dist/assets/cesium/Assets/Textures/maki/wetland.png +0 -0
  222. package/dist/assets/cesium/Assets/Textures/maki/zoo.png +0 -0
  223. package/dist/assets/cesium/Assets/Textures/moonSmall.jpg +0 -0
  224. package/dist/assets/cesium/Assets/Textures/pin.svg +1 -0
  225. package/dist/assets/cesium/Assets/Textures/waterNormals.jpg +0 -0
  226. package/dist/assets/cesium/Assets/Textures/waterNormalsSmall.jpg +0 -0
  227. package/dist/assets/cesium/Assets/approximateTerrainHeights.json +1 -0
  228. package/dist/assets/cesium/Workers/ArcType-fc72c06c.js +1 -0
  229. package/dist/assets/cesium/Workers/AttributeCompression-80665726.js +1 -0
  230. package/dist/assets/cesium/Workers/AxisAlignedBoundingBox-a655a4bc.js +1 -0
  231. package/dist/assets/cesium/Workers/BoundingRectangle-c3b79029.js +1 -0
  232. package/dist/assets/cesium/Workers/BoxGeometry-f8f9c981.js +1 -0
  233. package/dist/assets/cesium/Workers/Color-de06a177.js +1 -0
  234. package/dist/assets/cesium/Workers/ComponentDatatype-a15c9a19.js +1 -0
  235. package/dist/assets/cesium/Workers/CoplanarPolygonGeometryLibrary-48cdc26d.js +1 -0
  236. package/dist/assets/cesium/Workers/CorridorGeometryLibrary-ddc027d3.js +1 -0
  237. package/dist/assets/cesium/Workers/CylinderGeometry-82a8cbe6.js +1 -0
  238. package/dist/assets/cesium/Workers/CylinderGeometryLibrary-76cda53e.js +1 -0
  239. package/dist/assets/cesium/Workers/EllipseGeometry-32d55454.js +1 -0
  240. package/dist/assets/cesium/Workers/EllipseGeometryLibrary-b2ae188a.js +1 -0
  241. package/dist/assets/cesium/Workers/EllipseOutlineGeometry-f05a5a27.js +1 -0
  242. package/dist/assets/cesium/Workers/EllipsoidGeodesic-19e75e11.js +1 -0
  243. package/dist/assets/cesium/Workers/EllipsoidGeometry-7c99fc81.js +1 -0
  244. package/dist/assets/cesium/Workers/EllipsoidOutlineGeometry-21c243df.js +1 -0
  245. package/dist/assets/cesium/Workers/EllipsoidRhumbLine-6145377b.js +1 -0
  246. package/dist/assets/cesium/Workers/EllipsoidTangentPlane-a01286f6.js +1 -0
  247. package/dist/assets/cesium/Workers/EncodedCartesian3-d9f5c4a4.js +1 -0
  248. package/dist/assets/cesium/Workers/FrustumGeometry-17776af8.js +1 -0
  249. package/dist/assets/cesium/Workers/GeometryAttribute-89a520b9.js +1 -0
  250. package/dist/assets/cesium/Workers/GeometryAttributes-32b29525.js +1 -0
  251. package/dist/assets/cesium/Workers/GeometryInstance-4fbf16ba.js +1 -0
  252. package/dist/assets/cesium/Workers/GeometryOffsetAttribute-8c5e10db.js +1 -0
  253. package/dist/assets/cesium/Workers/GeometryPipeline-309fad76.js +1 -0
  254. package/dist/assets/cesium/Workers/IndexDatatype-f1dcdf35.js +1 -0
  255. package/dist/assets/cesium/Workers/IntersectionTests-58aa8f80.js +1 -0
  256. package/dist/assets/cesium/Workers/Matrix2-47e98d76.js +1 -0
  257. package/dist/assets/cesium/Workers/OrientedBoundingBox-fcb5b750.js +1 -0
  258. package/dist/assets/cesium/Workers/Plane-3f01019d.js +1 -0
  259. package/dist/assets/cesium/Workers/PolygonGeometryLibrary-0b29eb16.js +1 -0
  260. package/dist/assets/cesium/Workers/PolygonPipeline-a934c4dd.js +1 -0
  261. package/dist/assets/cesium/Workers/PolylinePipeline-8095c9bc.js +1 -0
  262. package/dist/assets/cesium/Workers/PolylineVolumeGeometryLibrary-67d12fff.js +1 -0
  263. package/dist/assets/cesium/Workers/PrimitivePipeline-980e44c5.js +1 -0
  264. package/dist/assets/cesium/Workers/RectangleGeometryLibrary-621c6de8.js +1 -0
  265. package/dist/assets/cesium/Workers/RuntimeError-8952249c.js +1 -0
  266. package/dist/assets/cesium/Workers/TerrainEncoding-f96552d5.js +1 -0
  267. package/dist/assets/cesium/Workers/Transforms-c8cb8f43.js +39 -0
  268. package/dist/assets/cesium/Workers/VertexFormat-a0b706b0.js +1 -0
  269. package/dist/assets/cesium/Workers/WallGeometryLibrary-c03d8479.js +1 -0
  270. package/dist/assets/cesium/Workers/WebGLConstants-508b9636.js +1 -0
  271. package/dist/assets/cesium/Workers/WebMercatorProjection-79b3214e.js +1 -0
  272. package/dist/assets/cesium/Workers/_commonjsHelpers-3aae1032-26891ab7.js +1 -0
  273. package/dist/assets/cesium/Workers/_rollup_plugin_ignore_empty_module_placeholder-57d574d0.js +1 -0
  274. package/dist/assets/cesium/Workers/arrayRemoveDuplicates-dc2f4046.js +1 -0
  275. package/dist/assets/cesium/Workers/cesiumWorkerBootstrapper.js +6 -0
  276. package/dist/assets/cesium/Workers/combine-3c023bda.js +1 -0
  277. package/dist/assets/cesium/Workers/combineGeometry.js +1 -0
  278. package/dist/assets/cesium/Workers/createBoxGeometry.js +1 -0
  279. package/dist/assets/cesium/Workers/createBoxOutlineGeometry.js +1 -0
  280. package/dist/assets/cesium/Workers/createCircleGeometry.js +1 -0
  281. package/dist/assets/cesium/Workers/createCircleOutlineGeometry.js +1 -0
  282. package/dist/assets/cesium/Workers/createCoplanarPolygonGeometry.js +1 -0
  283. package/dist/assets/cesium/Workers/createCoplanarPolygonOutlineGeometry.js +1 -0
  284. package/dist/assets/cesium/Workers/createCorridorGeometry.js +1 -0
  285. package/dist/assets/cesium/Workers/createCorridorOutlineGeometry.js +1 -0
  286. package/dist/assets/cesium/Workers/createCylinderGeometry.js +1 -0
  287. package/dist/assets/cesium/Workers/createCylinderOutlineGeometry.js +1 -0
  288. package/dist/assets/cesium/Workers/createEllipseGeometry.js +1 -0
  289. package/dist/assets/cesium/Workers/createEllipseOutlineGeometry.js +1 -0
  290. package/dist/assets/cesium/Workers/createEllipsoidGeometry.js +1 -0
  291. package/dist/assets/cesium/Workers/createEllipsoidOutlineGeometry.js +1 -0
  292. package/dist/assets/cesium/Workers/createFrustumGeometry.js +1 -0
  293. package/dist/assets/cesium/Workers/createFrustumOutlineGeometry.js +1 -0
  294. package/dist/assets/cesium/Workers/createGeometry.js +1 -0
  295. package/dist/assets/cesium/Workers/createGroundPolylineGeometry.js +1 -0
  296. package/dist/assets/cesium/Workers/createPlaneGeometry.js +1 -0
  297. package/dist/assets/cesium/Workers/createPlaneOutlineGeometry.js +1 -0
  298. package/dist/assets/cesium/Workers/createPolygonGeometry.js +1 -0
  299. package/dist/assets/cesium/Workers/createPolygonOutlineGeometry.js +1 -0
  300. package/dist/assets/cesium/Workers/createPolylineGeometry.js +1 -0
  301. package/dist/assets/cesium/Workers/createPolylineVolumeGeometry.js +1 -0
  302. package/dist/assets/cesium/Workers/createPolylineVolumeOutlineGeometry.js +1 -0
  303. package/dist/assets/cesium/Workers/createRectangleGeometry.js +1 -0
  304. package/dist/assets/cesium/Workers/createRectangleOutlineGeometry.js +1 -0
  305. package/dist/assets/cesium/Workers/createSimplePolylineGeometry.js +1 -0
  306. package/dist/assets/cesium/Workers/createSphereGeometry.js +1 -0
  307. package/dist/assets/cesium/Workers/createSphereOutlineGeometry.js +1 -0
  308. package/dist/assets/cesium/Workers/createTaskProcessorWorker.js +1 -0
  309. package/dist/assets/cesium/Workers/createVectorTileClampedPolylines.js +1 -0
  310. package/dist/assets/cesium/Workers/createVectorTileGeometries.js +1 -0
  311. package/dist/assets/cesium/Workers/createVectorTilePoints.js +1 -0
  312. package/dist/assets/cesium/Workers/createVectorTilePolygons.js +1 -0
  313. package/dist/assets/cesium/Workers/createVectorTilePolylines.js +1 -0
  314. package/dist/assets/cesium/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +1 -0
  315. package/dist/assets/cesium/Workers/createVerticesFromHeightmap.js +3 -0
  316. package/dist/assets/cesium/Workers/createVerticesFromQuantizedTerrainMesh.js +1 -0
  317. package/dist/assets/cesium/Workers/createWallGeometry.js +1 -0
  318. package/dist/assets/cesium/Workers/createWallOutlineGeometry.js +1 -0
  319. package/dist/assets/cesium/Workers/decodeDraco.js +1 -0
  320. package/dist/assets/cesium/Workers/decodeGoogleEarthEnterprisePacket.js +1 -0
  321. package/dist/assets/cesium/Workers/defaultValue-81eec7ed.js +1 -0
  322. package/dist/assets/cesium/Workers/transcodeKTX2.js +1 -0
  323. package/dist/assets/cesium/Workers/transferTypedArrayTest.js +1 -0
  324. package/dist/assets/cesium/Workers/upsampleQuantizedTerrainMesh.js +1 -0
  325. package/dist/assets/cesium.eb5667.js +9105 -0
  326. package/dist/assets/cesium.js +1 -0
  327. package/dist/assets/core.216494.js +4 -0
  328. package/dist/assets/core.js +1 -0
  329. package/dist/assets/index.4ccd4433.js +1 -0
  330. package/dist/assets/ol.ef03b1.js +311 -0
  331. package/dist/assets/ol.js +1 -0
  332. package/dist/assets/ui.99a1a7.css +1 -0
  333. package/dist/assets/ui.99a1a7.js +70 -0
  334. package/dist/assets/ui.js +1 -0
  335. package/dist/assets/vue-composition-api.c5aca1.js +14 -0
  336. package/dist/assets/vue-composition-api.js +2 -0
  337. package/dist/assets/vue.762edd.js +9 -0
  338. package/dist/assets/vue.js +1 -0
  339. package/dist/assets/vuetify.401a29.css +5 -0
  340. package/dist/assets/vuetify.401a29.js +148 -0
  341. package/dist/assets/vuetify.js +2 -0
  342. package/dist/index.html +82 -0
  343. package/index.js +108 -0
  344. package/lib/cesium.js +1 -0
  345. package/lib/core.js +1 -0
  346. package/lib/ol.js +1 -0
  347. package/lib/olLib.js +844 -0
  348. package/lib/ui.js +1 -0
  349. package/lib/vue-composition-api.js +2 -0
  350. package/lib/vue.js +1 -0
  351. package/lib/vuetify.js +2 -0
  352. package/map.config.json +35 -0
  353. package/package.json +126 -0
  354. package/plugins/@vcmap/pluginExample/config.json +6 -0
  355. package/plugins/@vcmap/pluginExample/index.js +209 -0
  356. package/plugins/@vcmap/pluginExample/package.json +7 -0
  357. package/plugins/@vcmap/pluginExample/pluginExampleComponent.vue +374 -0
  358. package/plugins/@vcmap/pluginExample/validation.js +30 -0
  359. package/plugins/@vcmap/project-selector/ContextsListComponent.vue +62 -0
  360. package/plugins/@vcmap/project-selector/ProjectSelectorComponent.vue +81 -0
  361. package/plugins/@vcmap/project-selector/README.md +29 -0
  362. package/plugins/@vcmap/project-selector/config.json +15 -0
  363. package/plugins/@vcmap/project-selector/de.json +7 -0
  364. package/plugins/@vcmap/project-selector/en.json +7 -0
  365. package/plugins/@vcmap/project-selector/index.js +259 -0
  366. package/plugins/@vcmap/project-selector/package.json +14 -0
  367. package/plugins/@vcmap/theme-changer/README.md +21 -0
  368. package/plugins/@vcmap/theme-changer/ThemeChangerComponent.vue +92 -0
  369. package/plugins/@vcmap/theme-changer/config.json +69 -0
  370. package/plugins/@vcmap/theme-changer/index.js +102 -0
  371. package/plugins/@vcmap/theme-changer/package.json +12 -0
  372. package/plugins/buttonExamples/ButtonExamples.vue +190 -0
  373. package/plugins/buttonExamples/index.js +41 -0
  374. package/plugins/categoryTest/Categories.vue +145 -0
  375. package/plugins/categoryTest/Category.vue +114 -0
  376. package/plugins/categoryTest/ItemEditor.vue +13 -0
  377. package/plugins/categoryTest/index.js +41 -0
  378. package/plugins/example/index.js +75 -0
  379. package/plugins/example/mySuperComponent.vue +127 -0
  380. package/plugins/package.json +5 -0
  381. package/plugins/test/allIconsComponent.vue +34 -0
  382. package/plugins/test/editor.vue +63 -0
  383. package/plugins/test/emptyComponent.vue +13 -0
  384. package/plugins/test/index.js +116 -0
  385. package/plugins/test/myCustomHeader.vue +19 -0
  386. package/plugins/test/toolbox-data.js +129 -0
  387. package/plugins/test/vcsContent.vue +23 -0
  388. package/plugins/test/windowManagerExample.vue +144 -0
  389. package/src/actions/actionHelper.js +262 -0
  390. package/src/actions/stateRefAction.js +59 -0
  391. package/src/actions/styleSelector.vue +90 -0
  392. package/src/application/Navbar.vue +143 -0
  393. package/src/application/VcsApp.vue +202 -0
  394. package/src/application/VcsMap.vue +38 -0
  395. package/src/application/VcsSettings.vue +85 -0
  396. package/src/application/vcsAppWrapper.vue +29 -0
  397. package/src/assets/logo-mobile.svg +9 -0
  398. package/src/assets/logo.svg +26 -0
  399. package/src/components/buttons/VcsActionButtonList.vue +99 -0
  400. package/src/components/buttons/VcsButton.vue +201 -0
  401. package/src/components/form-inputs-controls/VcsCheckbox.vue +74 -0
  402. package/src/components/form-inputs-controls/VcsColorPicker.vue +81 -0
  403. package/src/components/form-inputs-controls/VcsFormSection.vue +46 -0
  404. package/src/components/form-inputs-controls/VcsLabel.vue +38 -0
  405. package/src/components/form-inputs-controls/VcsSelect.vue +97 -0
  406. package/src/components/form-inputs-controls/VcsTextArea.vue +130 -0
  407. package/src/components/form-inputs-controls/VcsTextField.vue +129 -0
  408. package/src/components/form-output/VcsFormattedNumber.vue +103 -0
  409. package/src/components/lists/VcsActionList.vue +100 -0
  410. package/src/components/lists/VcsTreeview.vue +104 -0
  411. package/src/components/lists/VcsTreeviewLeaf.vue +91 -0
  412. package/src/components/lists/VcsTreeviewSearchbar.vue +157 -0
  413. package/src/components/notification/VcsBadge.vue +27 -0
  414. package/src/components/notification/VcsTooltip.vue +154 -0
  415. package/src/components/notification/validation.js +19 -0
  416. package/src/contentTree/LayerTree.vue +39 -0
  417. package/src/contentTree/contentTreeCollection.js +315 -0
  418. package/src/contentTree/contentTreeItem.js +457 -0
  419. package/src/contentTree/groupContentTreeItem.js +67 -0
  420. package/src/contentTree/layerContentTreeItem.js +235 -0
  421. package/src/contentTree/layerGroupContentTreeItem.js +154 -0
  422. package/src/contentTree/nodeContentTreeItem.js +37 -0
  423. package/src/contentTree/obliqueCollectionContentTreeItem.js +155 -0
  424. package/src/contentTree/subContentTreeItem.js +42 -0
  425. package/src/contentTree/vcsObjectContentTreeItem.js +98 -0
  426. package/src/contentTree/viewPointContentTreeItem.js +107 -0
  427. package/src/i18n/de.js +55 -0
  428. package/src/i18n/en.js +55 -0
  429. package/src/i18n/i18nCollection.js +138 -0
  430. package/src/icons/+all.js +359 -0
  431. package/src/icons/2DAreaIcon.vue +21 -0
  432. package/src/icons/2DDistanceIcon.vue +18 -0
  433. package/src/icons/3DAreaIcon.vue +21 -0
  434. package/src/icons/3DDistanceIcon.vue +18 -0
  435. package/src/icons/3DHeightIcon.vue +18 -0
  436. package/src/icons/AngleIcon.vue +8 -0
  437. package/src/icons/AssociationsIcon.vue +34 -0
  438. package/src/icons/AxisIcon.vue +10 -0
  439. package/src/icons/BoundingBoxIcon.vue +15 -0
  440. package/src/icons/CheckboxCheckedIcon.vue +16 -0
  441. package/src/icons/CheckboxIcon.vue +23 -0
  442. package/src/icons/CheckboxIndeterminateIcon.vue +24 -0
  443. package/src/icons/CircleIcon.vue +10 -0
  444. package/src/icons/ColorSwatchIcon.vue +17 -0
  445. package/src/icons/CommentIcon.vue +19 -0
  446. package/src/icons/CompassIcon.vue +8 -0
  447. package/src/icons/ComponentsIcon.vue +7 -0
  448. package/src/icons/ConeIcon.vue +11 -0
  449. package/src/icons/DimensionsHouseIcon.vue +14 -0
  450. package/src/icons/ElevationProfileIcon.vue +111 -0
  451. package/src/icons/ExportAreaIcon.vue +7 -0
  452. package/src/icons/ExportFlightIcon.vue +7 -0
  453. package/src/icons/ExportIcon.vue +8 -0
  454. package/src/icons/ExternalLinkIcon.vue +10 -0
  455. package/src/icons/EyeIcon.vue +7 -0
  456. package/src/icons/FastForwardIcon.vue +7 -0
  457. package/src/icons/FilterIcon.vue +8 -0
  458. package/src/icons/GlobeNatureIcon.vue +14 -0
  459. package/src/icons/HealthCareIndustriesIcon.vue +118 -0
  460. package/src/icons/HelpIcon.vue +7 -0
  461. package/src/icons/HomePointIcon.vue +8 -0
  462. package/src/icons/HospitalsIcon.vue +237 -0
  463. package/src/icons/HouseIcon.vue +25 -0
  464. package/src/icons/ImportIcon.vue +8 -0
  465. package/src/icons/InfoIcon.vue +10 -0
  466. package/src/icons/KebabIcon.vue +36 -0
  467. package/src/icons/LabelIcon.vue +7 -0
  468. package/src/icons/LayersIcon.vue +26 -0
  469. package/src/icons/LegendIcon.vue +65 -0
  470. package/src/icons/LineIcon.vue +7 -0
  471. package/src/icons/LinkIcon.vue +7 -0
  472. package/src/icons/MapIcon.vue +8 -0
  473. package/src/icons/MenuIcon.vue +34 -0
  474. package/src/icons/MinusIcon.vue +8 -0
  475. package/src/icons/ObjectAttributeIcon.vue +18 -0
  476. package/src/icons/ObjectSelectIcon.vue +8 -0
  477. package/src/icons/ObliqueViewIcon.vue +13 -0
  478. package/src/icons/PdfIcon.vue +10 -0
  479. package/src/icons/PedestrianIcon.vue +8 -0
  480. package/src/icons/PenIcon.vue +14 -0
  481. package/src/icons/PlayCircleIcon.vue +10 -0
  482. package/src/icons/PlusIcon.vue +9 -0
  483. package/src/icons/PoiIcon.vue +7 -0
  484. package/src/icons/PointSelectIcon.vue +7 -0
  485. package/src/icons/PolygonIcon.vue +38 -0
  486. package/src/icons/PresentationModeIcon.vue +7 -0
  487. package/src/icons/ProgressIcon.vue +24 -0
  488. package/src/icons/QueryIcon.vue +15 -0
  489. package/src/icons/RectangleIcon.vue +9 -0
  490. package/src/icons/ReturnIcon.vue +7 -0
  491. package/src/icons/RewindIcon.vue +6 -0
  492. package/src/icons/SearchIcon.vue +8 -0
  493. package/src/icons/ShadowIcon.vue +9 -0
  494. package/src/icons/ShapesIcon.vue +28 -0
  495. package/src/icons/ShareIcon.vue +22 -0
  496. package/src/icons/SimpleCircleFilledIcon.vue +15 -0
  497. package/src/icons/SimpleCircleHalfFilledIcon.vue +12 -0
  498. package/src/icons/SimpleCircleOutlinedIcon.vue +15 -0
  499. package/src/icons/SkipNextIcon.vue +7 -0
  500. package/src/icons/SkipPreviousIcon.vue +9 -0
  501. package/src/icons/SplitViewIcon.vue +19 -0
  502. package/src/icons/TextStyleIcon.vue +14 -0
  503. package/src/icons/ThreeDimensionsIcon.vue +7 -0
  504. package/src/icons/ToolsIcon.vue +35 -0
  505. package/src/icons/TouchIcon.vue +8 -0
  506. package/src/icons/TrashCanIcon.vue +7 -0
  507. package/src/icons/TriangleIcon.vue +15 -0
  508. package/src/icons/TwoDimensionsIcon.vue +8 -0
  509. package/src/icons/UploadIcon.vue +14 -0
  510. package/src/icons/VideoRecorderIcon.vue +14 -0
  511. package/src/icons/WalkingIcon.vue +7 -0
  512. package/src/icons/WallIcon.vue +14 -0
  513. package/src/init.js +38 -0
  514. package/src/manager/buttonManager.js +156 -0
  515. package/src/manager/navbarManager.js +81 -0
  516. package/src/manager/toolbox/ToolboxGroupComponent.vue +128 -0
  517. package/src/manager/toolbox/ToolboxManager.vue +157 -0
  518. package/src/manager/toolbox/toolboxManager.js +204 -0
  519. package/src/manager/window/WindowComponent.vue +140 -0
  520. package/src/manager/window/WindowComponentHeader.vue +53 -0
  521. package/src/manager/window/WindowManager.vue +126 -0
  522. package/src/manager/window/windowManager.js +435 -0
  523. package/src/navigation/mapNavCompass.vue +161 -0
  524. package/src/navigation/mapNavigation.vue +207 -0
  525. package/src/navigation/obliqueRotation.vue +48 -0
  526. package/src/navigation/orientationToolsButton.vue +52 -0
  527. package/src/navigation/overviewMap.js +615 -0
  528. package/src/navigation/overviewMapClickedInteraction.js +38 -0
  529. package/src/navigation/tiltSlider.vue +96 -0
  530. package/src/navigation/vcsCompass.vue +144 -0
  531. package/src/navigation/vcsZoomButton.vue +27 -0
  532. package/src/pluginHelper.js +106 -0
  533. package/src/setup.js +11 -0
  534. package/src/styles/_theming.scss +25 -0
  535. package/src/styles/_typography.scss +42 -0
  536. package/src/styles/main.scss +12 -0
  537. package/src/styles/utils/_all.scss +12 -0
  538. package/src/styles/utils/_border.scss +7 -0
  539. package/src/styles/utils/_cursor.scss +15 -0
  540. package/src/styles/utils/_display.scss +3 -0
  541. package/src/styles/utils/_fade-in.scss +8 -0
  542. package/src/styles/utils/_position.scss +38 -0
  543. package/src/styles/utils/_size.scss +79 -0
  544. package/src/styles/utils/_slide-in.scss +26 -0
  545. package/src/styles/utils/_spacing.scss +11 -0
  546. package/src/styles/utils/_text.scss +30 -0
  547. package/src/styles/utils/_transform.scss +11 -0
  548. package/src/styles/utils/_transition.scss +11 -0
  549. package/src/styles/utils/_z-index.scss +15 -0
  550. package/src/styles/variables.scss +70 -0
  551. package/src/styles/vcsFont.scss +5 -0
  552. package/src/styles/vcsGrid.scss +4 -0
  553. package/src/vcsUiApp.js +259 -0
  554. package/src/vuePlugins/i18n.js +69 -0
  555. package/src/vuePlugins/vuetify.js +54 -0
  556. package/start.js +3 -0
@@ -0,0 +1,991 @@
1
+ {
2
+ "mapcontainer": "vcs_map_container",
3
+ "startingViewPointName": "berlin",
4
+ "startingMapName": "cesium",
5
+ "projection": {
6
+ "epsg": "25833",
7
+ "proj4": "+proj=utm +zone=33 +ellps=GRS80 +units=m +no_defs"
8
+ },
9
+ "i18n": [
10
+ {
11
+ "de": {
12
+ "layers": {
13
+ "pointcloud": {
14
+ "title": "Tiergarten"
15
+ }
16
+ },
17
+ "contentTree": {
18
+ "building": {
19
+ "title": "3D Gebäude"
20
+ }
21
+ }
22
+ },
23
+ "en": {
24
+ "layers": {
25
+ "pointcloud": {
26
+ "title": "Zoological garden"
27
+ }
28
+ },
29
+ "contentTree": {
30
+ "building": {
31
+ "title": "3D buildings"
32
+ }
33
+ }
34
+ }
35
+ }
36
+ ],
37
+ "styles": [
38
+ {
39
+ "name": "lineColor",
40
+ "type": "DeclarativeStyleItem",
41
+ "declarativeStyle": {
42
+ "show": "true",
43
+ "color": {
44
+ "conditions": [
45
+ [
46
+ "${olcs_geometryType} === 2",
47
+ "color('#49eb34')"
48
+ ],
49
+ [
50
+ "true",
51
+ "color('#707070')"
52
+ ]
53
+ ]
54
+ }
55
+ }
56
+ },
57
+ {
58
+ "name": "MeasuredHeightGreen",
59
+ "type": "DeclarativeStyleItem",
60
+ "title": "Measured Height (green)",
61
+ "declarativeStyle": {
62
+ "show": "true",
63
+ "color": {
64
+ "conditions": [
65
+ [
66
+ "${attributes.measuredHeight} === undefined",
67
+ "color('#006d2c')"
68
+ ],
69
+ [
70
+ "${attributes.measuredHeight} < 5",
71
+ "color('#edf8e9')"
72
+ ],
73
+ [
74
+ "${attributes.measuredHeight} < 5",
75
+ "color('#edf8e9')"
76
+ ],
77
+ [
78
+ "${attributes.measuredHeight} < 15",
79
+ "color('#bae4b3')"
80
+ ],
81
+ [
82
+ "${attributes.measuredHeight} < 30",
83
+ "color('#74c476')"
84
+ ],
85
+ [
86
+ "${attributes.measuredHeight} < 65",
87
+ "color('#31a354')"
88
+ ],
89
+ [
90
+ "true",
91
+ "color('#006d2c')"
92
+ ]
93
+ ]
94
+ }
95
+ },
96
+ "legend": [
97
+ {
98
+ "color": "#edf8e9",
99
+ "title": "< 5 m"
100
+ },
101
+ {
102
+ "color": "#bae4b3",
103
+ "title": "< 15 m"
104
+ },
105
+ {
106
+ "color": "#74c476",
107
+ "title": "< 30 m"
108
+ },
109
+ {
110
+ "color": "#31a354",
111
+ "title": "< 65 m"
112
+ },
113
+ {
114
+ "color": "#006d2c",
115
+ "title": "> 65 m"
116
+ }
117
+ ]
118
+ },
119
+ {
120
+ "name": "MeasuredHeightBrown",
121
+ "type": "DeclarativeStyleItem",
122
+ "title": "Measured Height (brown)",
123
+ "declarativeStyle": {
124
+ "show": "true",
125
+ "color": {
126
+ "conditions": [
127
+ [
128
+ "${attributes.measuredHeight} === undefined",
129
+ "color('#993404')"
130
+ ],
131
+ [
132
+ "${attributes.measuredHeight} < 5",
133
+ "color('#ffffd4')"
134
+ ],
135
+ [
136
+ "${attributes.measuredHeight} < 15",
137
+ "color('#fed98e')"
138
+ ],
139
+ [
140
+ "${attributes.measuredHeight} < 30",
141
+ "color('#fe9929')"
142
+ ],
143
+ [
144
+ "${attributes.measuredHeight} < 65",
145
+ "color('#d95f0e')"
146
+ ],
147
+ [
148
+ "true",
149
+ "color('#993404')"
150
+ ]
151
+ ]
152
+ }
153
+ },
154
+ "legend": [
155
+ {
156
+ "color": "#ffffd4",
157
+ "title": "< 5 m"
158
+ },
159
+ {
160
+ "color": "#fed98e",
161
+ "title": "< 15 m"
162
+ },
163
+ {
164
+ "color": "#fe9929",
165
+ "title": "< 30 m"
166
+ },
167
+ {
168
+ "color": "#d95f0e",
169
+ "title": "< 65 m"
170
+ },
171
+ {
172
+ "color": "#993404",
173
+ "title": "> 65 m"
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "name": "MeasuredHeightBlue",
179
+ "type": "DeclarativeStyleItem",
180
+ "title": "Measured Height (blue)",
181
+ "declarativeStyle": {
182
+ "show": "true",
183
+ "color": {
184
+ "conditions": [
185
+ [
186
+ "${attributes.measuredHeight} === undefined",
187
+ "color('#045a8d')"
188
+ ],
189
+ [
190
+ "${attributes.measuredHeight} < 5",
191
+ "color('#f1eef6')"
192
+ ],
193
+ [
194
+ "${attributes.measuredHeight} < 15",
195
+ "color('#bdc9e1')"
196
+ ],
197
+ [
198
+ "${attributes.measuredHeight} < 30",
199
+ "color('#74a9cf')"
200
+ ],
201
+ [
202
+ "${attributes.measuredHeight} < 65",
203
+ "color('#2b8cbe')"
204
+ ],
205
+ [
206
+ "true",
207
+ "color('#045a8d')"
208
+ ]
209
+ ]
210
+ }
211
+ },
212
+ "legend": [
213
+ {
214
+ "color": "#f1eef6",
215
+ "title": "< 5 m"
216
+ },
217
+ {
218
+ "color": "#bdc9e1",
219
+ "title": "< 15 m"
220
+ },
221
+ {
222
+ "color": "#74a9cf",
223
+ "title": "< 30 m"
224
+ },
225
+ {
226
+ "color": "#2b8cbe",
227
+ "title": "< 65 m"
228
+ },
229
+ {
230
+ "color": "#045a8d",
231
+ "title": "> 65 m"
232
+ }
233
+ ]
234
+ },
235
+ {
236
+ "type": "DeclarativeStyleItem",
237
+ "title": "Classified by Roof Type",
238
+ "declarativeStyle": {
239
+ "show": "true",
240
+ "color": {
241
+ "conditions": [
242
+ [
243
+ "${attributes.roofType} === undefined",
244
+ "color('#cccccc')"
245
+ ],
246
+ [
247
+ "${attributes.roofType} === '1000' ",
248
+ "color('#91cf60')"
249
+ ],
250
+ [
251
+ "${attributes.roofType} === '2100' ",
252
+ "color('#fee08b')"
253
+ ],
254
+ [
255
+ "${attributes.roofType} === '2200' ",
256
+ "color('#8dd3c7')"
257
+ ],
258
+ [
259
+ "${attributes.roofType} === '3100' ",
260
+ "color('#8dd3c7')"
261
+ ],
262
+ [
263
+ "${attributes.roofType} === '3200' ",
264
+ "color('#fc8d59')"
265
+ ],
266
+ [
267
+ "${attributes.roofType} === '3300' ",
268
+ "color('#ffffb3')"
269
+ ],
270
+ [
271
+ "${attributes.roofType} === '3400' ",
272
+ "color('#bebada')"
273
+ ],
274
+ [
275
+ "${attributes.roofType} === '3500' ",
276
+ "color('#ffffbf')"
277
+ ],
278
+ [
279
+ "${attributes.roofType} === '3600' ",
280
+ "color('#fdb462')"
281
+ ],
282
+ [
283
+ "${attributes.roofType} === '3700' ",
284
+ "color('#b3de69')"
285
+ ],
286
+ [
287
+ "${attributes.roofType} === '3800' ",
288
+ "color('#ecc34e')"
289
+ ],
290
+ [
291
+ "${attributes.roofType} === '3900' ",
292
+ "color('#fccde5')"
293
+ ],
294
+ [
295
+ "${attributes.roofType} === '4000' ",
296
+ "color('#d590b3')"
297
+ ],
298
+ [
299
+ "${attributes.roofType} === '5000' ",
300
+ "color('#888888')"
301
+ ],
302
+ [
303
+ "${attributes.roofType} === '9999' ",
304
+ "color('#cccccc')"
305
+ ],
306
+ [
307
+ "true",
308
+ "color('#cccccc')"
309
+ ]
310
+ ]
311
+ }
312
+ },
313
+ "legend": [
314
+ {
315
+ "color": "#91cf60",
316
+ "title": "Flachdach"
317
+ },
318
+ {
319
+ "color": "#fee08b",
320
+ "title": "Pultdach"
321
+ },
322
+ {
323
+ "color": "#8dd3c7",
324
+ "title": "Versetztes Pultdach"
325
+ },
326
+ {
327
+ "color": "#8dd3c7",
328
+ "title": "Satteldach"
329
+ },
330
+ {
331
+ "color": "#fc8d59",
332
+ "title": "Walmdach"
333
+ },
334
+ {
335
+ "color": "#ffffb3",
336
+ "title": "Krüppelwalmdach"
337
+ },
338
+ {
339
+ "color": "#bebada",
340
+ "title": "Mansardendach"
341
+ },
342
+ {
343
+ "color": "#ffffbf",
344
+ "title": "Zeltdach"
345
+ },
346
+ {
347
+ "color": "#fdb462",
348
+ "title": "Kegeldach"
349
+ },
350
+ {
351
+ "color": "#b3de69",
352
+ "title": "Kuppeldach"
353
+ },
354
+ {
355
+ "color": "#ecc34e",
356
+ "title": "Sheddach"
357
+ },
358
+ {
359
+ "color": "#fccde5",
360
+ "title": "Bogendach"
361
+ },
362
+ {
363
+ "color": "#d590b3",
364
+ "title": "Turmdach"
365
+ },
366
+ {
367
+ "color": "#888888",
368
+ "title": "Mischform"
369
+ },
370
+ {
371
+ "color": "#cccccc",
372
+ "title": "Sonstiges"
373
+ }
374
+ ],
375
+ "name": "ClassifiedbyRoofType"
376
+ },
377
+ {
378
+ "type": "DeclarativeStyleItem",
379
+ "title": "Einfärbung nach Gebäudefunktion",
380
+ "declarativeStyle": {
381
+ "show": "true",
382
+ "color": {
383
+ "conditions": [
384
+ [
385
+ "${attributes.function} === undefined",
386
+ "color('#d9d9d9')"
387
+ ],
388
+ [
389
+ "${attributes.function} === '1121' ",
390
+ "color('#7fc97f')"
391
+ ],
392
+ [
393
+ "${attributes.function} === '1004' ",
394
+ "color('#beaed4')"
395
+ ],
396
+ [
397
+ "${attributes.function} === '1799' ",
398
+ "color('#fdc086')"
399
+ ],
400
+ [
401
+ "${attributes.function} === '1231' ",
402
+ "color('#ffff99')"
403
+ ],
404
+ [
405
+ "true",
406
+ "color('#d9d9d9')"
407
+ ]
408
+ ]
409
+ }
410
+ },
411
+ "legend": [
412
+ {
413
+ "color": "#7fc97f",
414
+ "title": "1121"
415
+ },
416
+ {
417
+ "color": "#fdb462",
418
+ "title": "1004"
419
+ },
420
+ {
421
+ "color": "#fdc086",
422
+ "title": "1799"
423
+ },
424
+ {
425
+ "color": "#ffff99",
426
+ "title": "1231"
427
+ },
428
+ {
429
+ "color": "#cccccc",
430
+ "title": "other function"
431
+ }
432
+ ],
433
+ "name": "BuildingFunction"
434
+ },
435
+ {
436
+ "type": "DeclarativeStyleItem",
437
+ "name": "Transparentbuildings",
438
+ "title": "Transparent buildings",
439
+ "declarativeStyle": {
440
+ "show": "true",
441
+ "color": {
442
+ "conditions": [
443
+ [
444
+ "true",
445
+ "color('#cccccc', 0.7)"
446
+ ]
447
+ ]
448
+ }
449
+ },
450
+ "legend": [
451
+ {
452
+ "color": "#cccccc",
453
+ "title": "Transparent buildings"
454
+ }
455
+ ]
456
+ }
457
+ ],
458
+ "maps": [
459
+ {
460
+ "type": "OpenlayersMap",
461
+ "name": "ol3"
462
+ },
463
+ {
464
+ "type": "CesiumMap",
465
+ "name": "cesium",
466
+ "debugging": false,
467
+ "fxaa": false,
468
+ "enableLightning": true,
469
+ "allowSoftwareRendering": false,
470
+ "maximumScreenSpaceError": 2,
471
+ "fogEnabled": true,
472
+ "fogEnabledMobile": true,
473
+ "fogDensity": 0.0002,
474
+ "fogDensityMobile": 0.0004,
475
+ "fogScreenSpaceError": 2,
476
+ "fogScreenSpaceErrorMobile": 4
477
+ },
478
+ {
479
+ "name": "Oblique Map",
480
+ "showObliqueImageName": true,
481
+ "obliqueImageNameTemplate": "Oblique Image Name : {0}",
482
+ "type": "ObliqueMap",
483
+ "defaultCollectionName": "Schrägluftbilder WAB"
484
+ }
485
+ ],
486
+ "layers": [
487
+ {
488
+ "type": "CesiumTilesetLayer",
489
+ "name": "mesh_surface",
490
+ "url": "https://a.3d.blc.shc.eu/WAB/base_layer/cesium_mesh/",
491
+ "activeOnStartup": false,
492
+ "allowPicking": false,
493
+ "screenSpaceError": 16,
494
+ "screenSpaceErrorMobile": 32,
495
+ "tilesetOptions": {
496
+ "skipLevelOfDetail": true
497
+ },
498
+ "copyright": {
499
+ "provider": "Berlin Partner für Wirtschaft und Technologie",
500
+ "url": "https://www.berlin-partner.de",
501
+ "year": "2019"
502
+ },
503
+ "exclusiveGroups": [
504
+ "bldg"
505
+ ]
506
+ },
507
+ {
508
+ "name": "buildings",
509
+ "url": "https://berlin.virtualcitymap.de/datasource-data/698513e2-a34c-4f38-bb93-629ff4c9e0c0",
510
+ "type": "CesiumTilesetLayer",
511
+ "datasourceId": "utxPghp6jfG6oZakL",
512
+ "activeOnStartup": false,
513
+ "allowPicking": true,
514
+ "screenSpaceError": 16,
515
+ "screenSpaceErrorMobile": 32,
516
+ "hiddenObjectIds": [],
517
+ "copyright": {
518
+ "provider": "Berlin Partner für Wirtschaft und Technologie GmbH ",
519
+ "url": "http://www.businesslocationcenter.de/downloadportal",
520
+ "year": "2019"
521
+ },
522
+ "exclusiveGroups": [
523
+ "bldg"
524
+ ],
525
+ "properties": {
526
+ "title": "textured Buildings"
527
+ }
528
+ },
529
+ {
530
+ "name": "buildings_untextured",
531
+ "url": "https://berlin.virtualcitymap.de/datasource-data/3c2a32d3-633c-462d-b79c-7215dcfbc44f",
532
+ "type": "CesiumTilesetLayer",
533
+ "datasourceId": "9eRDxjbxHQzE9XiES",
534
+ "activeOnStartup": true,
535
+ "allowPicking": true,
536
+ "screenSpaceError": 16,
537
+ "screenSpaceErrorMobile": 32,
538
+ "hiddenObjectIds": [],
539
+ "copyright": {
540
+ "provider": "Berlin Partner für Wirtschaft und Technologie GmbH ",
541
+ "url": "http://www.businesslocationcenter.de/downloadportal",
542
+ "year": ""
543
+ },
544
+ "exclusiveGroups": [
545
+ "bldg"
546
+ ],
547
+ "properties": {
548
+ "availableStyles": [
549
+ "MeasuredHeightGreen",
550
+ "MeasuredHeightBrown",
551
+ "MeasuredHeightBlue",
552
+ "ClassifiedbyRoofType",
553
+ "BuildingFunction",
554
+ "Transparentbuildings"
555
+ ],
556
+ "title": "untextured Buildings"
557
+ }
558
+ },
559
+ {
560
+ "name": "fisbroker-dop-2015",
561
+ "url": "https://karten.blc.shc.eu/cache/tms/1.0.0/osm-berlin-dop2015-combined/",
562
+ "type": "TMSLayer",
563
+ "datasourceId": "5dnXzoL27oPYQbEWQ",
564
+ "activeOnStartup": false,
565
+ "extent": {
566
+ "coordinates": [
567
+ 248000,
568
+ 5648000,
569
+ 517000,
570
+ 5968000
571
+ ],
572
+ "projection": {
573
+ "epsg": "25833",
574
+ "proj4": "+proj=utm +zone=33 +ellps=GRS80 +units=m +no_defs"
575
+ }
576
+ },
577
+ "format": "jpg",
578
+ "minLevel": "0",
579
+ "maxLevel": "20",
580
+ "tilingSchema": "mercator",
581
+ "opacity": "1",
582
+ "hiddenObjectIds": [],
583
+ "copyright": {
584
+ "provider": "Geoportal Berlin / Luftbild 2015, OpenStreetMap contributors",
585
+ "url": "http://www.stadtentwicklung.berlin.de/geoinformation/fis-broker/",
586
+ "year": "2018"
587
+ },
588
+ "exclusiveGroups": [
589
+ "base"
590
+ ],
591
+ "tileSize": [
592
+ "256",
593
+ "256"
594
+ ],
595
+ "properties": {
596
+ "title": "Aerial Image (2015)"
597
+ }
598
+ },
599
+ {
600
+ "name": "Openstreetmap OSM Cache",
601
+ "url": "https://osm.virtualcitymap.de/mapproxy/wmts/osm/{TileMatrixSet}/{TileMatrix}/{TileCol}/{TileRow}.png",
602
+ "type": "WMTSLayer",
603
+ "datasourceId": "2jEtgBemjJaSNx3AH",
604
+ "activeOnStartup": true,
605
+ "layer": "osm",
606
+ "style": "default",
607
+ "format": "image/png",
608
+ "tileMatrixSetID": "osm_grid",
609
+ "tileMatrixPrefix": "",
610
+ "maxLevel": 19,
611
+ "tilingSchema": "mercator",
612
+ "extent": {
613
+ "coordinates": [
614
+ -180,
615
+ -85,
616
+ 180,
617
+ 85
618
+ ],
619
+ "projection": {
620
+ "epsg": "EPSG:4326"
621
+ }
622
+ },
623
+ "opacity": "1",
624
+ "hiddenObjectIds": [],
625
+ "copyright": {
626
+ "provider": "OpenStreetMap contributors",
627
+ "url": "http://www.openstreetmap.org/",
628
+ "year": "2019"
629
+ },
630
+ "numberOfLevelZeroTilesX": 1,
631
+ "numberOfLevelZeroTilesY": 1,
632
+ "exclusiveGroups": [
633
+ "base"
634
+ ],
635
+ "properties": {
636
+ "title": "OpenStreetMap",
637
+ "showInOverviewMap": true
638
+ }
639
+ },
640
+ {
641
+ "name": "terrain_v3.4",
642
+ "url": "https://berlin.virtualcitymap.de/datasource-data/5d2c8614-d474-442d-8975-c2b4a4c0ae94",
643
+ "type": "TerrainLayer",
644
+ "datasourceId": "CQHSNBZDTkjLLh8Qr",
645
+ "activeOnStartup": true,
646
+ "requestVertexNormals": true,
647
+ "properties": {
648
+ "title": "Terrain"
649
+ }
650
+ },
651
+ {
652
+ "type": "PointCloudLayer",
653
+ "name": "pointcloud",
654
+ "activeOnStartup": false,
655
+ "datasourceId": "g9rXAY6pu2tfNmWf3",
656
+ "url": "https://berlin.virtualcitymap.de/datasource-data/Open-Data-Berlin/tiergarten/tileset.json",
657
+ "copyright": {
658
+ "provider": "Senatsverwaltung für Wirtschaft, Technologie und Forschung. Geodaten Herstellung gefördert durch den Europäischen Fonds für Regionale Entwicklung (EFRE)",
659
+ "url": "http://www.berlin.de/wirtschaftssenat"
660
+ },
661
+ "screenSpaceError": 20,
662
+ "screenSpaceErrorMobile": 32,
663
+ "pointSize": 1.6,
664
+ "exclusiveGroups": [
665
+ "pointcloud"
666
+ ],
667
+ "properties": {
668
+ "defaultViewpoint": "pointcloud",
669
+ "title": "layers.pointcloud.title"
670
+ }
671
+ },
672
+ {
673
+ "name": "Bäume",
674
+ "url": "https://berlin.virtualcitymap.de/datasource-data/Open-Data-Berlin/trees_i3dm/tileset.json",
675
+ "type": "CesiumTilesetLayer",
676
+ "datasourceId": "YXcidK4ijYFB2DhPm",
677
+ "activeOnStartup": false,
678
+ "allowPicking": true,
679
+ "screenSpaceError": 16,
680
+ "screenSpaceErrorMobile": 32,
681
+ "copyright": {
682
+ "provider": "",
683
+ "url": "",
684
+ "year": ""
685
+ },
686
+ "exclusiveGroups": [
687
+ "tree"
688
+ ],
689
+ "properties": {
690
+ "title": "Trees"
691
+ }
692
+ }
693
+ ],
694
+ "viewpoints": [
695
+ {
696
+ "name": "berlin",
697
+ "cameraPosition": [
698
+ 13.370550000000003,
699
+ 52.51230000000001,
700
+ 677.0294500017116
701
+ ],
702
+ "groundPosition": [
703
+ 13.377973747219107,
704
+ 52.51718187188212,
705
+ 34.500300497361984
706
+ ],
707
+ "distance": 980.8215342887953,
708
+ "heading": 42.84999999999993,
709
+ "pitch": -40.93,
710
+ "roll": 360,
711
+ "animate": false,
712
+ "type": "ViewPoint",
713
+ "properties": {
714
+ "title": "Berlin"
715
+ }
716
+ },
717
+ {
718
+ "name": "alexanderplatz",
719
+ "distance": 1027.743747894252,
720
+ "cameraPosition": [
721
+ 13.410279816026053,
722
+ 52.52102244255272,
723
+ 1064.4366076344213
724
+ ],
725
+ "groundPosition": [
726
+ 13.410279818110775,
727
+ 52.52102207564875,
728
+ 36.69286055319397
729
+ ],
730
+ "heading": 360,
731
+ "pitch": -90,
732
+ "roll": 0,
733
+ "animate": true,
734
+ "type": "ViewPoint",
735
+ "properties": {
736
+ "title": "Alexanderplatz"
737
+ }
738
+ },
739
+ {
740
+ "name": "brandenburger_tor",
741
+ "distance": 663.6051001967426,
742
+ "cameraPosition": [
743
+ 13.37790869834864,
744
+ 52.51627705004426,
745
+ 698.3750083957117
746
+ ],
747
+ "groundPosition": [
748
+ 13.37790869845283,
749
+ 52.516277047668844,
750
+ 34.76990820023149
751
+ ],
752
+ "heading": 360,
753
+ "pitch": -90,
754
+ "roll": 0,
755
+ "animate": true,
756
+ "type": "ViewPoint"
757
+ },
758
+ {
759
+ "name": "potsdamer_platz",
760
+ "distance": 730.0034266375318,
761
+ "cameraPosition": [
762
+ 13.375567390072897,
763
+ 52.50932719713967,
764
+ 765.2515153338176
765
+ ],
766
+ "groundPosition": [
767
+ 13.375567390058034,
768
+ 52.50932719590491,
769
+ 35.24808869690339
770
+ ],
771
+ "heading": 360,
772
+ "pitch": -90,
773
+ "roll": 0,
774
+ "animate": true,
775
+ "type": "ViewPoint",
776
+ "properties": {
777
+ "title": "Potsdamer Platz"
778
+ }
779
+ },
780
+ {
781
+ "groundPosition": [
782
+ 13.35948,
783
+ 52.51442,
784
+ 33.35758
785
+ ],
786
+ "pitch": -46.14,
787
+ "type": "ViewPoint",
788
+ "heading": 359.84,
789
+ "distance": 3267.86,
790
+ "name": "pointcloud",
791
+ "animate": true
792
+ }
793
+ ],
794
+ "contentTree": [
795
+ {
796
+ "name": "baseMap",
797
+ "type": "SubContentTreeItem",
798
+ "icon": "$vcsPoi",
799
+ "title": "Base Maps"
800
+ },
801
+ {
802
+ "name": "baseMap.trees",
803
+ "type": "LayerContentTreeItem",
804
+ "layerName": "Bäume"
805
+
806
+ },
807
+ {
808
+ "name": "baseMap.terrain",
809
+ "type": "LayerContentTreeItem",
810
+ "layerName": "terrain_v3.4"
811
+ },
812
+ {
813
+ "name": "baseMap.openStreetMap",
814
+ "type": "LayerContentTreeItem",
815
+ "layerName": "Openstreetmap OSM Cache"
816
+ },
817
+ {
818
+ "name": "baseMap.aerialImage2015",
819
+ "type": "LayerContentTreeItem",
820
+ "layerName": "fisbroker-dop-2015"
821
+ },
822
+ {
823
+ "name": "baseMap.places",
824
+ "type": "NodeContentTreeItem",
825
+ "title": "Places",
826
+ "weight": 2
827
+ },
828
+ {
829
+ "name": "baseMap.places.alexanderplatz",
830
+ "viewpointName": "alexanderplatz",
831
+ "type": "ViewPointContentTreeItem"
832
+ },
833
+ {
834
+ "name": "baseMap.places.potsdamerPlatz",
835
+ "viewpointName": "potsdamer_platz",
836
+ "type": "ViewPointContentTreeItem"
837
+ },
838
+ {
839
+ "name": "building",
840
+ "initOpen": true,
841
+ "type": "NodeContentTreeItem",
842
+ "infoUrl": "https://vc.systems",
843
+ "title": "contentTree.building.title"
844
+ },
845
+ {
846
+ "name": "building.texturedBuildings",
847
+ "layerName": "buildings",
848
+ "type": "LayerContentTreeItem"
849
+ },
850
+ {
851
+ "name": "building.untexturedBuildings",
852
+ "infoUrl": "https://vc.systems",
853
+ "layerName": "buildings_untextured",
854
+ "type": "LayerContentTreeItem"
855
+ },
856
+ {
857
+ "name": "building.meshSurface",
858
+ "layerName": "mesh_surface",
859
+ "type": "LayerContentTreeItem",
860
+ "title": "3D-Mesh"
861
+ },
862
+ {
863
+ "name": "pointcloud",
864
+ "type": "NodeContentTreeItem",
865
+ "title": "Point Cloud"
866
+ },
867
+ {
868
+ "name": "pointcloud.tiergarten",
869
+ "layerName": "pointcloud",
870
+ "type": "LayerContentTreeItem"
871
+ },
872
+ {
873
+ "name": "pointcloud.berlinBuch",
874
+ "type": "LayerContentTreeItem",
875
+ "layerName": "PointCloud Changedetection"
876
+ },
877
+ {
878
+ "name": "viewpoints",
879
+ "type": "NodeContentTreeItem",
880
+ "title": "Viewpoints"
881
+ },
882
+ {
883
+ "name": "viewpoints.berlin",
884
+ "viewpointName": "berlin",
885
+ "type": "ViewPointContentTreeItem",
886
+ "title": "Berlin"
887
+ },
888
+ {
889
+ "name": "viewpoints.brandenburgerTor",
890
+ "viewpointName": "brandenburger_tor",
891
+ "type": "ViewPointContentTreeItem",
892
+ "title": "Brandenburg Gate"
893
+ },
894
+ {
895
+ "name": "viewpoints.places",
896
+ "type": "NodeContentTreeItem",
897
+ "title": "Places",
898
+ "weight": 1
899
+ },
900
+ {
901
+ "name": "viewpoints.places.alexanderplatz",
902
+ "viewpointName": "alexanderplatz",
903
+ "type": "ViewPointContentTreeItem"
904
+ },
905
+ {
906
+ "name": "viewpoints.places.potsdamerPlatz",
907
+ "viewpointName": "potsdamer_platz",
908
+ "type": "ViewPointContentTreeItem"
909
+ },
910
+ {
911
+ "name": "viewpoints.kaiserWilhelmGedaechtniskirche",
912
+ "viewpointName": "kaiser_wilhelm_gedächtniskirche",
913
+ "type": "ViewPointContentTreeItem",
914
+ "title": "Kaiser Wilhelm Memorial Church"
915
+ },
916
+ {
917
+ "name": "viewpoints.oberbaumbruecke",
918
+ "viewpointName": "oberbaumbrücke",
919
+ "type": "ViewPointContentTreeItem",
920
+ "title": "Oberbaum Bridge"
921
+ },
922
+ {
923
+ "name": "reasonableGroup",
924
+ "type": "GroupContentTreeItem",
925
+ "title": "Textured Berlin"
926
+ },
927
+ {
928
+ "name": "reasonableGroup.trees",
929
+ "type": "LayerContentTreeItem",
930
+ "layerName": "Bäume"
931
+ },
932
+ {
933
+ "name": "reasonableGroup.texturedBuildings",
934
+ "layerName": "buildings",
935
+ "type": "LayerContentTreeItem"
936
+ },
937
+ {
938
+ "name": "reasonableGroup.berlin",
939
+ "viewpointName": "berlin",
940
+ "type": "ViewPointContentTreeItem"
941
+ },
942
+ {
943
+ "name": "reasonableLayerGroup",
944
+ "type": "LayerGroupContentTreeItem",
945
+ "layerNames": [
946
+ "buildings",
947
+ "Bäume",
948
+ "terrain_v3.4"
949
+ ],
950
+ "title": "Buildings - Trees - Terrain"
951
+ },
952
+ {
953
+ "name": "berlin_obliques",
954
+ "type": "ObliqueCollectionContentTreeItem",
955
+ "collectionName": "obliques",
956
+ "title": "Berlin Obliques"
957
+ }
958
+ ],
959
+ "obliqueCollections": [
960
+ {
961
+ "name": "obliques",
962
+ "activeOnStartup": true,
963
+ "dataSets": [
964
+ {
965
+ "url": "https://a.3d.blc.shc.eu/WAB/base_layer/obliques_2020/image_tiled.json",
966
+ "terrainProvider": {
967
+ "url": "https://b.3d.blc.shc.eu/WAB/base_layer/cesium_terrain/"
968
+ },
969
+ "projection": {
970
+ "epsg": "25833",
971
+ "proj4": "+proj=utm +zone=33 +ellps=GRS80 +units=m +no_defs"
972
+ },
973
+ "copyright": {
974
+ "provider": "Berlin Partner / Senat von Berlin",
975
+ "url": "https://www.berlin-partner.de",
976
+ "year": "2020"
977
+ }
978
+ }
979
+ ],
980
+ "maxZoom": 7,
981
+ "minZoom": 3,
982
+ "hideLevels": null
983
+ }
984
+ ],
985
+ "plugins": [
986
+ {
987
+ "name": "@vcmap/theme-changer",
988
+ "entry": "plugins/@vcmap/theme-changer/index.js"
989
+ }
990
+ ]
991
+ }