forked from MapComplete/MapComplete
Scripts: re-introduce flat node file option
This commit is contained in:
parent
8a982feb98
commit
6b35c4d01a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ jobs:
|
|||
# Create a new database in postgres
|
||||
npm run create:database -- -- $DATE
|
||||
echo "Seeding database '$DATE'"
|
||||
osm2pgsql --cache 100000 -O flex -S build_db.lua -d postgresql://user:password@localhost:5444/osm-poi.${DATE} /data/planet-latest.osm.pbf
|
||||
osm2pgsql --cache 100000 -O flex -S build_db.lua -s --flat-nodes=import-help-file -d postgresql://user:password@localhost:5444/osm-poi.${DATE} /data/planet-latest.osm.pbf
|
||||
npm run delete:database:old
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue