From b714947ce1041215806f590d76976195199d6b3a Mon Sep 17 00:00:00 2001 From: nobohan Date: Sun, 25 Feb 2024 11:20:37 +0100 Subject: [PATCH] correct paths for style and lua files in import command --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index b12fb11..83c7597 100755 --- a/run.sh +++ b/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:-} \ ;