It looks like the issue is the with the MultiGeometry tag as that is not supported by libcitygml, which Cesium’s pipelines depend on. Can you please replace all MultiGeometry tags with MultiSurface and then reupload this file?
Hi there. I am trying to import a CityJSON file on ION but, as there is no official support for such a file, I tried converting it to CityGML and uploading it afterward but to no avail. I tried the conversion with two different tools: citygml-tools and 3DCityDB (both officially supporting this kind of operation). The error ION gives me is in the tiling pipeline: ’ Missing spatial reference system (srsName) and no source SRS given (–source-srs).`. However, I checked the file and each building starts with something like this:
Can you edit the SRS name to be just EPSG:6875. You may need to replace this in other parts of the file if the SRS is used elsewhere.
The SRS Name field is passed to GDAL to reproject. If GDAL doesn’t recognize them, either because of the prefixes or single vs double colons between the prefixes, then it throws an error. Using just EPSG:6875 should get accepted.