correct paths for style and lua files in import command

This commit is contained in:
nobohan 2024-02-25 11:20:37 +01:00
parent c029d55383
commit b714947ce1

2
run.sh
View File

@ -100,7 +100,7 @@ if [ "$1" == "import" ]; then
fi
# Import data TODO check the path and other options
sudo -u renderer osm2pgsql -d gis --create --hstore -G -S /openstreetmap-carto.style --tag-transform-script /openstreetmap-carto.lua \
sudo -u renderer osm2pgsql -d gis --create --hstore -G -S openstreetmap-carto-be/openstreetmap-carto.style --tag-transform-script openstreetmap-carto-be/openstreetmap-carto.lua \
/data/region.osm.pbf \
${OSM2PGSQL_EXTRA_ARGS:-} \
;