3DTiles with Geojson data

Hi everyone;

I would like to create 3D map of
a city.

*I am going to use Geojson data. *

The value of the height of
buildings are rised by using “polygon.extrudedHeight”
code.

Here in below The example Geojson codes and their views.

I would like to create 3D map of
a city. I am going to use Geojson data. The value of the height of
buildings are rised by using “polygon.extrudedHeight”
code.Here in below The example Geojson codes and their views.

I will create map of a huge city. Can I use 3DTiles with
Geojson data ?

``

I will create map of a huge city. Can I use 3DTiles with
Geojson data ?

For now you will need to convert the Geojson data to 3D Tiles yourself. Ideally this would use the vector tile format for 3D Tiles, but this area of the spec is still a work-in-progress and we are deciding on how to best support extrusions. In the meantime you can try converting the extruded polygons to meshes and use the Batched 3D Model format.

Overall there isn’t a simple tool for doing this right now.