Tagged Questions
4
votes
3answers
3k views
Encoding problems with ogr2ogr and Postgis/PostgreSQL database
In our organization, we handle GIS content in different file formats. I need to put these files into a PostGIS database, and that is done using ogr2ogr. The problem is, that the database is UTF8 ...
2
votes
1answer
862 views
ogr2ogr from PG to SHP changes data-type in .DBF
UpDate:
Yes, that was it!
Like mloskot said, the whole tabel needs to be dumped. selecting fields with sql loses information about fuield widths.
Thanks, that fixed it!
Hi All,
I have a problem ...