imposm3 icon indicating copy to clipboard operation
imposm3 copied to clipboard

how to query and get way data ?

Open mkandulavm opened this issue 5 years ago • 1 comments

Hi I want to use a way OSM ID and get lat, lon of the points making this way from the created postgres database. Can someone please provide me a example command how to do this with psql command ?

Thanks.

mkandulavm avatar Jan 19 '19 04:01 mkandulavm

You should have a look at https://postgis.net/docs/manual-2.5/ST_DumpPoints.html

cquest avatar Oct 20 '19 14:10 cquest