omniscale / imposm3

Imposm imports OpenStreetMap data into PostGIS
http://imposm.org/docs/imposm3/latest/
Apache License 2.0
711 stars 156 forks source link

how to query and get way data ? #186

Open mkandulavm opened 5 years ago

mkandulavm commented 5 years ago

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.

cquest commented 4 years ago

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