I am trying to export a Postgis database table into KML using ogr2ogr. When I execute this command in terminal (Ubuntu 12) I just get the "documentation" back but no result or error:
ogr2ogr -f "KML" mykml.kml PG:"host=localhost user=**** dbname=nga_test password=***" "public.chalandri" -s_srs EPSG:2100 -t_src EPSG:4326 Is this normal?
أكثر...
ogr2ogr -f "KML" mykml.kml PG:"host=localhost user=**** dbname=nga_test password=***" "public.chalandri" -s_srs EPSG:2100 -t_src EPSG:4326 Is this normal?
أكثر...