more comparisons

This commit is contained in:
Motiejus Jakštys
2020-05-25 14:52:38 +03:00
parent a8442356cd
commit 93e5cca05d
2 changed files with 28 additions and 11 deletions

View File

@@ -1,5 +1,4 @@
TOLERANCES = 0 500 1000
TOLERANCES = 0 500 1000 2000 4000
GEN = $(addsuffix .pdf,zeimena \
$(addprefix douglas-,$(TOLERANCES)) \
$(addprefix visvalingam-,$(TOLERANCES)))
@@ -25,7 +24,7 @@ $(foreach t,$(TOLERANCES),$(eval $(call algo2img,visvalingam,$(t))))
db/.faux_ready: zeimena.gpkg managedb
-./managedb stop; rm -fr db
./managedb init
ogr2ogr -f PostgreSQL "PG:host=127.0.0.1 user=osm dbname=osm" zeimena.gpkg
ogr2ogr -f PostgreSQL "PG:host=127.0.0.1 user=osm dbname=osm" $<
touch $@
REF = $(shell git describe --tags)