Is CityJSON officially supported?

Is there support for CityJSON already, or is there any plans to officially support it in the future?

1 Like

Hi James,

Welcome to the Cesium Community!

Currently CityJSON is not supported and is not in our near-future roadmap. However, it is under consideration and will be discussed more thoroughly within our product team. Thank you for your suggestion!

Hi @dzung, is there any update on this topic?

Hello - There is currently no roadmap for CityJSON to 3D Tiles support. As Dzung mentioned before, we have it listed, but no current development plans around it.

Iā€™m a fan of CityJSON as well and would support the integration as well. With it currently not beeing supported the citygml-tools library might be suitable as a workaround for you.

Hi there. I am trying to import a CityJSON file on ION but, as stated above, there is no official support for such a file. Thus, I tried converting it to CityGML and uploading it afterwards 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 and it is 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:

<gml:boundedBy>
  <gml:Envelope srsName="urn:ogc:def:crs:EPSG::6875" srsDimension="3">
    <gml:lowerCorner>6784419.238487907 5037379.480861005 0.0</gml:lowerCorner>
    <gml:upperCorner>6784432.31590414 5037395.061728267 6.0</gml:upperCorner>
  </gml:Envelope>
</gml:boundedBy>

First element is:

<CityModel xmlns:xAL="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0" xmlns:bldg="http://www.opengis.net/citygml/building/1.0" xmlns:gml="http://www.opengis.net/gml" xmlns:app="http://www.opengis.net/citygml/appearance/1.0" xmlns="http://www.opengis.net/citygml/1.0" xmlns:gen="http://www.opengis.net/citygml/generics/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/citygml/building/1.0 http://schemas.opengis.net/citygml/building/1.0/building.xsd http://www.opengis.net/citygml/appearance/1.0 http://schemas.opengis.net/citygml/appearance/1.0/appearance.xsd http://www.opengis.net/citygml/1.0 http://schemas.opengis.net/citygml/1.0/cityGMLBase.xsd http://www.opengis.net/citygml/generics/1.0 http://schemas.opengis.net/citygml/generics/1.0/generics.xsd">

Can you help me solve this issue?