koopjs / koop-provider-elasticsearch

A provider for koop that can connect to one or more elastic search instances and turn indices/aliases into individual feature services.
Apache License 2.0
13 stars 4 forks source link

Improvement: Support geohash type for geo_point #55

Open zakhtar1998 opened 2 years ago

zakhtar1998 commented 2 years ago

Hello developers,

After extensive testing I have found that Koop does not work with geohash type as it cannot decode the lat and lon properly, instead, i had to change the mapping to a string type for the geo_point field.

It would be great, if Koop could support geohashes.