v2.1.1
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.