Scripts: re-introduce flat node file option

This commit is contained in:
Pieter Vander Vennet 2025-09-26 03:17:41 +02:00
parent 8a982feb98
commit 6b35c4d01a

View file

@ -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