Skip to content

Releases: koopjs/winnow

v1.16.9

02 Aug 17:37
Compare
Choose a tag to compare

Fixed

  • ST_Within had geometry targets reversed. Now tests that feature is within filter.

v1.16.8

21 Jun 16:20
Compare
Choose a tag to compare

Fixed

  • turf.js centroid function assignment

Changed

  • more descriptive message about idField value not conforming

v1.16.7

11 Jun 23:28
Compare
Choose a tag to compare

Fixed

  • Support for using OBJECTID in where even when OBJECTIDs are generated on-the-fly in Winnow

v1.16.6

25 Mar 13:04
Compare
Choose a tag to compare

Changed

  • Geometry envelopes are constructed in counter-clockwise ring

v1.16.5

28 Nov 17:02
Compare
Choose a tag to compare

Changed

  • Removed workaround for adding and OBJECTID field even when metadata idField is set

v1.16.4

13 Sep 17:40
Compare
Choose a tag to compare

Fixed

  • Parse comma delimited orderByFields parameter and trim any white space.

Changed

  • Show warnings when NODE_ENV !== 'production' AND KOOP_WARNINGS !== 'suppress'

v1.16.3

30 Jul 21:20
Compare
Choose a tag to compare

Fixed

  • Remove dependency on node-srs
  • In normalizeSR, add WKT lookups for uncommon WKIDs so that valid WKIDs are not considered unknown and redefined
  • In normalizeSR, add check for WGS_1984_Web_Mercator_Auxiliary_Sphere and return 3857 when found

v1.16.2

11 Jul 12:18
Compare
Choose a tag to compare

Fixed

  • Make farmhash an optional dependency due to its need for compilation, which some environments may not support

v1.16.1

05 Jul 20:38
Compare
Choose a tag to compare

Fixed

  • Ensure OBJECTID is omitted from query results when options specifically exclude it (e.g., returnIdsOnly=true)
  • Moved esriFy function to SQL, which now allows ORDER BY, LIMIT, OFFSET to also be applied via SQL.

v1.16.0

29 Jun 16:45
Compare
Choose a tag to compare

Added

  • Add normalization of a option.sourceSR; this option identifies the CRS of the source data and defaults to 'EPSG:4326';
  • If option.sourceSR is defined and geometry filter is defined, the geometry filter is reprojected to the CRS of the source
  • Use srs npm to validate WKT CRS
  • Added additional polygon projection tests