Dataset level limit for `Items` page
At the moment, the datasets limit shown in the items page is the same for every datasets, because the limit is set in pygeoapi-config.yml at the server level (server.limit)
Given the large variety of datasets that can be served through pygeoapi, it would be a nice enhancement if we could set a limit at the dataset level that if present, would overwrite the server.limit value for that given dataset.
I would see something like:
resources:
obs:
type: collection
title: Observations
description: My cool observations
limit: 500
keywords:
- observations
- monitoring
...
CC @tomkralidis @alexandreleroux
As per RFC4, this Issue has been inactive for 90 days. In order to manage maintenance burden, it will be automatically closed in 7 days.
As per RFC4, this Issue has been closed due to there being no activity for more than 90 days.
Superceded by #1856