Skip to content

Releases: koopjs/koop-provider-elasticsearch

v3.3.4

03 Feb 14:44
Compare
Choose a tag to compare

Fixed

  • Correctly handle all objectid query formats
  • Correctly handle polygon geometry filter

v3.3.3

21 Jan 21:29
Compare
Choose a tag to compare

Fixed

  • geo_point with lat, lon properties shouldn't be returned as attributes.

v3.3.2

20 Jan 17:43
Compare
Choose a tag to compare

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

13 Dec 18:23
Compare
Choose a tag to compare

Fixed

  • Now handles geometry sent in as a string with an inSR parameter for spatial reference

v3.3.0

29 Sep 20:09
Compare
Choose a tag to compare

Added

  • Better field metadata based on Index mapping
  • Ability for fields to be marked editable if handling editing capabilities

v3.2.1

27 Sep 16:47
Compare
Choose a tag to compare

Fixed

  • Aggregation sub-layers handle WGS84 requests correctly

v3.2.0

09 Sep 18:33
Compare
Choose a tag to compare

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

27 Jul 19:07
Compare
Choose a tag to compare

Changed

  • aggregations config has been changed to subLayers

Added

  • default access to geo hash and geo tile aggregation subLayers

v3.0.0

17 Jun 19:32
Compare
Choose a tag to compare

Changed

v2.5.1

27 Apr 18:03
Compare
Choose a tag to compare

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