Hi everyone, I haven't found any useable source on the web which tells me how to convert data from OSM which I have imported with osm2pgsql into my postGIS database to another coordinate reference Systems (CRS) like UTM or lat/Long. How can I do this task with the integrated functions in the postGIS database or vice versa, how to convert data from another database with e.g. UTM coordinates to the format OSM is using? Thanks, Stefan aka nordie69 asked 24 Jan '15, 20:47 nordie69 |
Unless you have specified a different CRS upon import (using the
answered 25 Jan '15, 00:40 Frederik Ramm ♦ |
Use standard PostGIS function osm2pgsql allows the specification of the desired co-ordinate system as a flag on input. I'd use this if working predominantly in one co-ordinate system. answered 25 Jan '15, 00:44 SK53 ♦ |