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:-} \ ;