ngageoint / elasticgeo

ElasticGeo provides a GeoTools data store that allows geospatial features from an Elasticsearch index to be published via OGC services using GeoServer.
GNU General Public License v3.0
168 stars 85 forks source link

Add support for WKT (Elasticsearch 6.2) #62

Closed arko-r closed 6 years ago

arko-r commented 6 years ago

From Elasticsearch 6.2, Elasticsearch has support for WKT. I tried to load some WKT points into Geoserver from Elasticsearch using ElasticGeo but the points are not visible on the map I created.

Could this be supported?

sjudeng commented 6 years ago

Yes it would be great to add support for this. We'll look into it in coming weeks or would welcome a pull request for the feature if you're interested in contributing.

arko-r commented 6 years ago

I will try to implement it in my spare time in the coming week.

sjudeng commented 6 years ago

Support for Elasticsearch 6.2 including WKT-formatted geoshapes will be added in #68. If you'd like to test off the branch in that PR (or in master after it's merged) please report any issues here.

sjudeng commented 6 years ago

Included in 2.13.0 release