Skip to main content

Hello everyone,

Currently I am working on making a translation from CityGML to CAD and back. However, on the way back the attributes change drastically from the original.

Original

<imgeo:bronhouder>source</imgeo:bronhouder>
<imgeo:inOnderzoek>false</imgeo:inOnderzoek>

Translated

<gen:stringAttribute name="bronhouder">
<gen:value>source</gen:value>
</gen:stringAttribute>
<gen:stringAttribute name="inOnderzoek">
<gen:value>false</gen:value>
</gen:stringAttribute>

Both the prefixes and the structure changes and I want them to be as similar as possible. Is there a way to do this? Enclosed you can find the fmw I use.

Problem has been resolved. This was done by importing data from an existing imgeo gml file.


Hey im trying to do the same but from Citygml to IFC, but at the ende i found any Geometry , how can i fix it ?


Reply