more dynamic source file

This commit is contained in:
Motiejus Jakštys 2021-03-13 16:46:32 +02:00
parent 69bb49f49c
commit bdb08906ba

View File

@ -1,10 +1,11 @@
SOURCE ?= lithuania-latest.osm.pbf
WHERE ?= name='Visinčia' OR name='Šalčia' OR name='Nemunas' WHERE ?= name='Visinčia' OR name='Šalčia' OR name='Nemunas'
.faux_filter-rivers: .faux_import-osm .faux_filter-rivers: .faux_import-osm
./db -v where="$(WHERE)" -f aggregate-rivers.sql ./db -v where="$(WHERE)" -f aggregate-rivers.sql
touch $@ touch $@
.faux_import-osm: lithuania-latest.osm.pbf .faux.db .faux_import-osm: $(SOURCE) .faux.db
PGPASSWORD=osm osm2pgsql \ PGPASSWORD=osm osm2pgsql \
-c --multi-geometry \ -c --multi-geometry \
-H 127.0.0.1 -d osm -U osm \ -H 127.0.0.1 -d osm -U osm \
@ -15,5 +16,5 @@ WHERE ?= name='Visinčia' OR name='Šalčia' OR name='Nemunas'
./db start ./db start
touch $@ touch $@
lithuania-latest.osm.pbf: $(SOURCE):
wget http://download.geofabrik.de/europe/lithuania-latest.osm.pbf wget http://download.geofabrik.de/europe/$@