terriajs icon indicating copy to clipboard operation
terriajs copied to clipboard

Opendatasoft - support pagination/increase number of rows

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

Currently Opendatasoft will only request 1000 records - this because the limit per request is usually 100 (if no groupBy operation is used), and we do 10 requests.

This is not configurable, and there is no way to trigger Terria to load more records.

Some thoughts

  • Use export endpoint for some datasets - then we can just request the entire thing as CSV or GeoJSON
  • Add "load more" button...
  • Make maxRecords a trait, so we can bump it up if we need too
  • ...

nf-s avatar Nov 03 '23 06:11 nf-s