Support of database-native spatial data in maps #3290
SeppBerkner
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am working as an analytics engineer in the energy sector and we are using Postgres database as our data warehouse because we need rich spatial data manipulation support using the PostGIS extention. It would be great when Evidence could support the PostGIS "geometry" data type in the visualization in its maps (LineStrings, Polygons, Points and Multi-features). This way the geometry can be loaded directly from the database with the SQL statement without the extra steps of generating a geojson and storing it somewhere.
What problem would this solve?
No need to generate geojson and more support for all geometry types (like LineStrings)
How should it work?
Example for a point layer
{% map %}
{% point_layer
geography="geom"
data="spatial"
area_id="id"
value="value"
/%}
{% /map %}
Beta Was this translation helpful? Give feedback.
All reactions