feat(db): add style file osm-rvb.style

This commit is contained in:
dancingCycle 2023-06-12 10:33:32 +02:00
parent 330c5cce3b
commit 89471052b7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ psql -c 'TRUNCATE planet_osm_line, planet_osm_point, planet_osm_polygon, planet_
#-x: include attributes //TODO Why?
#-a: update existing osm2pgsql database with data from file //TODO Why? The db is cleaned in advance!
#-S: location of the style file
~/git/osm2pgsql/build/osm2pgsql -d $DB_NAME -U $DB_USER /tmp/niedersachsen-latest.osm.pbf -S ./default.style
~/git/osm2pgsql/build/osm2pgsql -d $DB_NAME -U $DB_USER /tmp/niedersachsen-latest.osm.pbf -S ./osm-rvb.style
#
#-d: database
reindexdb -d $DB_NAME -U $DB_USER