hasura/graphql-engine

Support for ST_Transform of PostGIS

Open

#3.229 geöffnet am 24. Okt. 2019

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (31.371 Stars) (2.787 Forks)batch import
a/data/postgresc/servere/easygood first issuek/enhancementp/medium

Beschreibung

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