terriajs icon indicating copy to clipboard operation
terriajs copied to clipboard

Fix `GeoJsonMixin` feature picking for time-series points

Open nf-s opened this issue 9 months ago • 0 comments

Follows

  • https://github.com/TerriaJS/terriajs/issues/6918

Currently GeoJsonMixin only has support for createLongitudeLatitudeFeaturePerRow. This means that while time-based styling is correct - there is no ability to pick features to see a time-series chart.

We need to add createLongitudeLatitudeFeaturePerId support to GeoJsonMixin - like TableMixin here

https://github.com/TerriaJS/terriajs/issues/6918

nf-s avatar Nov 07 '23 10:11 nf-s