I'm writing an app to query spatial data from SQL Server and add the results to an Elasticsearch index.
Is there an effective method to convert SQL Server Geometry data (point, line, or polygon) to corresponding Elasticsearch Geo Shapes?
I'm writing an app to query spatial data from SQL Server and add the results to an Elasticsearch index.
Is there an effective method to convert SQL Server Geometry data (point, line, or polygon) to corresponding Elasticsearch Geo Shapes?