VCityTeam / UD-Viz

UD-Viz is a javascript mono repository for creating web applications for visualizing and interacting with geospatial 3D urban data.
Other
36 stars 18 forks source link

Add functionality to focus camera on a graph node from IFC #426

Open DiegoVinasco opened 2 years ago

DiegoVinasco commented 2 years ago

This functionality already exists (currently in the GeoDataDays demo soon to be integrated) for CityGML.

However, the structure of identifiers of entities (features) in IFC graphs produced by the IFCtoOWL tool is slightly different from those produced by UD-Graph and GML data.

Thus IFC specific queries or functionality need to be implemented capture these IDs to retrieve the correct cityobject from the batch table.

DiegoVinasco commented 1 year ago

We may be able to add this functionality generically with standardized ID values in the batch table. This is dependent on this issue from Py3DTilers

valentinMachado commented 1 year ago

If I understand well, you want to produce 3DTiles with a generic ID, then apply some functional code to manage them. Sounds like you want to create an extension right ?