OAM: change osm2pgsql import command to oam

This commit is contained in:
nobohan 2023-07-04 10:19:43 +02:00
parent f3ec2c0df0
commit ba14c03705
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -116,7 +116,7 @@ if [ "$1" == "import" ]; then
fi
# Import data
sudo -u renderer osm2pgsql -d gis --create --slim -G --hstore \
sudo -u renderer osm2pgsql -d gis --create --slim -G -S /data/style/OpenArdenneMap/osm2pgsql/OpenArdenneMap.style --extra-attributes \
/data/region.osm.pbf \
${OSM2PGSQL_EXTRA_ARGS:-} \
;