developmentseed / tipg

Simple and Fast Geospatial OGC Features and Tiles API for PostGIS.
https://developmentseed.org/tipg/
MIT License
149 stars 21 forks source link

wrong `prev` offset #150

Closed vincentsarago closed 8 months ago

vincentsarago commented 8 months ago

https://github.com/developmentseed/tipg/blob/3a7ed4ffc9f4fe9acd0d660dacd73eeda3ff89d1/tipg/collections.py#L791-L796

curl https://vector.eoapi.dev/collections/public.countries/items\?limit\=100\&offset\=200 | jq '.links[2]'
{
  "href": "https://vector.eoapi.dev/collections/public.countries/items?limit=100&offset=159",
  "rel": "prev",
  "type": "application/geo+json",
  "title": "Previous page"
}