ef8186dfb6
See option -d at https://osm2pgsql.org/doc/man/latest.html
5 lines
174 B
Bash
Executable file
5 lines
174 B
Bash
Executable file
#!/bin/bash
|
|
|
|
osm2pgsql --create --hstore --style tools/roads_import.lua -O flex -d postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@$POSTGRES_HOST/$POSTGRES_DB /pbf/*.osm.pbf
|
|
|