Add elevation

This commit is contained in:
Motiejus Jakštys 2020-12-20 11:35:14 +02:00
parent 689bb1fdeb
commit 168e857b97

View File

@ -24,7 +24,7 @@ db/contour_%: contour_%.gpkg db/.ready
touch $@
contour_%.gpkg: all.tif
gdal_contour -nln $(basename $@) -i $(subst _,.,$*) -a z $^ $@
gdal_contour -a z -nln $(basename $@) -i $(subst _,.,$*) -a z $^ $@
ifeq ($(VARIANT),2009)
all.tif: all.vrt all.xyz