Add elevation
This commit is contained in:
parent
689bb1fdeb
commit
168e857b97
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user