Skip to content

Commit

Permalink
Load the download file with imposm (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo authored Mar 8, 2024
1 parent a8275a0 commit ee2620a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load_osm_france_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ touch ${lockfile}
mkdir -p $DOWNLOAD_DIR
cd $DOWNLOAD_DIR
wget -NS $PBF_URL
imposm import -config $SCRIPT_DIR/imposm.config -read $DOWNLOAD_DIR/france_metro_dom_com_nc.osm.pbf -overwritecache -diff -write -dbschema-import osm
imposm import -config $SCRIPT_DIR/imposm.config -read $DOWNLOAD_DIR/$PBF_FILE -overwritecache -diff -write -dbschema-import osm

psql -d bano -U cadastre -f $SCRIPT_DIR/sql/finalisation.sql

Expand Down

0 comments on commit ee2620a

Please sign in to comment.