hasura/graphql-engine

Support for ST_Transform of PostGIS

Open

#3,229 opened on Oct 24, 2019

View on GitHub
 (4 comments) (0 reactions) (1 assignee)TypeScript (31,371 stars) (2,787 forks)batch import
a/data/postgresc/servere/easygood first issuek/enhancementp/medium

Description

How can I use ST_Transform postgis function to transform ESPG from one to another projection? From this official document, the query looks like

ST_Transform(geometry g1, integer srid) example - ST_Transform(way, 4326)

Contributor guide