Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ogr2ogr -f GPX output.gpx PG:"host=myhost user=myloginname dbname=mydbname password=mypassword"
  2.  
  3. ogr2ogr -f GPX output.gpx PG:"host=myhost user=myloginname dbname=mydbname password=mypassword" -sql "SELECT field1 AS name, field2 AS desc FROM input"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement