From 810803ef7cac2131e404dd7ce1650e996cc76275 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Sat, 20 Jun 2026 14:29:59 +0200 Subject: data extractor - un-comment hamburg --- data_extractor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data_extractor/Makefile') diff --git a/data_extractor/Makefile b/data_extractor/Makefile index 3506e68..2bf7123 100644 --- a/data_extractor/Makefile +++ b/data_extractor/Makefile @@ -11,7 +11,7 @@ pbfs/denmark-latest.osm.pbf: pbfs hamburg: pbfs/hamburg-latest.osm.pbf # Load Hamburg - # sudo -u postgres osm2pgsql -d map -O flex -S data_extractor.lua pbfs/hamburg-latest.osm.pbf --slim --append + sudo -u postgres osm2pgsql -d map -O flex -S data_extractor.lua pbfs/hamburg-latest.osm.pbf --slim --append sudo -u postgres psql -d map -c "update poi set region = 'Hamburg' where region IS NULL;" sudo -u postgres psql -d map -c "update poi set country = 'Germany' where country IS NULL;" -- cgit v1.2.3