Releases: koopjs/koop-provider-elasticsearch
Releases · koopjs/koop-provider-elasticsearch
v3.3.4
Fixed
- Correctly handle all objectid query formats
- Correctly handle polygon geometry filter
v3.3.3
Fixed
- geo_point with lat, lon properties shouldn't be returned as attributes.
v3.3.2
Fixed
- allow passing templates from index config to feature layer
- handle querying by object id
- issue causing incorrect bounding boxes in some cases
v3.3.1
Fixed
- Now handles geometry sent in as a string with an inSR parameter for spatial reference
v3.3.0
Added
- Better field metadata based on Index mapping
- Ability for fields to be marked editable if handling editing capabilities
v3.2.1
Fixed
- Aggregation sub-layers handle WGS84 requests correctly
v3.2.0
Changed
- No longer auto-converts 'objectid' field to '_id' for ES queries
Added
- Support to allow configured list of capabilities for feature service layers. This will allow a client to handle any
capability they wish.
v3.1.0
Changed
- aggregations config has been changed to subLayers
Added
- default access to geo hash and geo tile aggregation subLayers
v2.5.1
Fixed
- Support for negative numbers in where clause is more robust
- Handle geo hash using non-standard shape field names
Changed
- Now passing in all query parameters to custom aggregation layers