Skip to main content
Question

I have citygml Lod2 data and 2D shapefile of buildings of same area. How best can I store these two data and integrate so I can query to get info from both the 3d and the 2d data when I visualize in a web application like cesiumjs?

  • October 31, 2020
  • 1 reply
  • 32 views

I have citygml Lod2 data and 2D shapefile of buildings of same area. How best can I store these two data and integrate so I can query to get info from both the 3d and the 2d data when I visualize in a web application like cesiumjs?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

chrisatsafe
Contributor
Forum|alt.badge.img+2
  • Contributor
  • November 4, 2020

Hi @dennis​ ,

 

It sounds like you might want to do a spatial join or join (if you have an id field). Once you have joined the data, you should just have to write to Cesium 3D Tiles (or use the CesiumionConnector method).

 

Joining the data should bring all of your attributes into a single model that can then be queried in Cesium.