Last active
November 15, 2016 07:17
-
-
Save mapcentia/194ecc1ce14a46fbbc9fb46744694cbd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET PGCLIENTENCODING=LATIN1 | |
ogr2ogr.exe -a_srs 'EPSG:25832' -f 'PostgreSQL' PG:'host=postgis user=gc2 password=1234 dbname=mydb' 'trafikstier.tab' -nln public.trafikstier -nlt multilinestring |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment