TerriaJS / terriajs

A library for building rich, web-based geospatial data platforms.
https://terria.io
Apache License 2.0
1.18k stars 364 forks source link

OpenDataSoft - add support for GeoJSON features #5569

Open nf-s opened 3 years ago

nf-s commented 3 years ago

Due to poor geoJSON support in Terria, we only supports points (using geo_point_2d field).

Most geo datasets will also have a geo_shape field, which contains GeoJSON features.

When is improved, we should enable use of GeoJSON features

nf-s commented 1 year ago

Our GeoJSON support is now good, IMO, so we should add this