Skip to content

v2.1.1

Choose a tag to compare

@rgwozdz rgwozdz released this 11 Nov 19:08

Fixed

  • Fixes a bug in the "envelope-intersects" operation. Research indicates that the Esri envelope-intersects operation should check that an "Envelope of Query Geometry Intersects Envelope of Target Geometry" (see here).
  • Handle sql-escape single quotes in where parameter, e.g. where=food=bar''s

Added

  • Adds support for the != operator in the hashed OBJECTID comparison.