Releases: koopjs/koop
Releases · koopjs/koop
v1.0.11
v1.0.10
v1.0.9
v1.0.8
v1.0.7
v1.0.6
Added
- a flag to the lib/Exporter.js class that will lock export jobs to prevent duplicate jobs stepping on each other in the queue.
- This means that one job per dataset can be enqueued at a time.
- Down the road this may cause problems for when we want to pre-cache several formats for the same dataset at the same time. That bridge will be crossed at that time.
v1.0.5
Added
- a flag to the lib/PostGIS.js cache too ignore the selection limit unless a provider wants to use it.
- since this feature is used by only a couple providers it seemed better to make it an opt-in option for the few, rather than an opt-out option across every provider.
v1.0.4
v1.0.3
v1.0.2
Changed
- Koop exports now force OGR to create shp file dirs instead of files; This adds more consistency so the code can maintain a single way for creating zip exports
- The query support for outStatistics now removes any passed in slashes so it stops choking on parsing semi-bad inputs
- The large data limit was moved from 10k features to 2k. This helps koop when its deployed with workers in that more work is handed down to the workers, which is good.