Skip to content

v1.0.2

Compare
Choose a tag to compare
@ungoldman ungoldman released this 12 Mar 22:54
· 1470 commits to master since this release

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.