I have a CityGML file with some attributes containing numbers, but also strings.
But for example, the folllowing attribute is supposed to be a float or integer in the 3DTiles format, but is written as a String, no matter what I specify as datatype in the writer's user attributes.
<gen:stringAttribute name="DatenquelleDachhoehe">
<gen:value>1000</gen:value>
</gen:stringAttribute>
What could be the reason for the 3Dtiles writer ignoring the specified datatypes?