add visvalingam.sql

This commit is contained in:
Motiejus Jakštys
2020-05-25 15:03:00 +03:00
parent 93e5cca05d
commit ba66799829
3 changed files with 16 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ db/.faux_$(1)-$(2): $(1).sql db/.faux_ready
touch db/.faux_$(1)-$(2)
$(1)-$(2).pdf: layer2img.py db/.faux_$(1)-$(2)
./layer2img.py --table=$(1)_$(2) --size=74x52 --outfile $(1)-$(2).pdf
./layer2img.py --table=$(1)_$(2) --size=52x74 --outfile $(1)-$(2).pdf
endef
$(foreach t,$(TOLERANCES),$(eval $(call algo2img,douglas,$(t))))