mapcentia / geocloud2

The GC2 framework helps you build a spatial data infrastructure quickly and easily. Powered using open source components for a scalable solution focused on freedom rather than fees.
https://www.osgeo.org/projects/gc2-vidi/
GNU Affero General Public License v3.0
148 stars 67 forks source link

Transform points to EPSG:4326 when indexing in ES #22

Closed baffioso closed 8 years ago

baffioso commented 9 years ago

Is it possible to transform points to EPSG:4326 when indexing in ElasticSerach? Seems like it keeps the original EPSG from PostGIS, which only compatible with tilemaps in Kibana when EPSG is 4326.

mapcentia commented 9 years ago

Geometry is transformed to 4326 when indexing. If it doesn't its a bug.

baffioso commented 9 years ago

Will test again and return

baffioso commented 8 years ago

Its working