Created
August 1, 2012 20:48
-
-
Save mtravis/3230584 to your computer and use it in GitHub Desktop.
Loader config for OSMM on Windows into PostgreSQL
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
| src_dir=C:\GML_Loader\Data\import | |
| out_dir=C:\GML_Loader\Data\export | |
| tmp_dir=C:\GML_Loader\Data\temp | |
| ogr_cmd=ogr2ogr -append -skipfailures -f PostgreSQL PG:'dbname=test active_schema=public host=localhost port=5432 user=postgres password=postgres' $file_path | |
| prep_cmd=C:python27 prepgml4ogr.py $file_path prep_osgml.prep_osmm_topo | |
| gfs_file=../gfs/osmm_topo_postgres_basemap.gfs | |
| debug=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment