correct paths for style and lua files in import command
This commit is contained in:
parent
c029d55383
commit
b714947ce1
2
run.sh
2
run.sh
@ -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:-} \
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user