Fix up the tile generation target

This commit is contained in:
Luke Murphy 2020-01-05 12:30:21 +01:00
parent b78dd949ca
commit fb695178f1
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -1,6 +1,7 @@
SERVER := voicegardens.server
REMOTE_HOST := voicegardens.org
ARCHIVE_DIR := ./voicegardens/archive
STATIC_DIR := ./voicegardens/static
default: dev-serve
@ -20,4 +21,4 @@ voicegardens:
@fab -H $(REMOTE_HOST) voicegardens
tiles:
@gdal2tiles.py -l -p raster -z 0-5 -w none tiles2
@gdal2tiles.py -p raster -z 0-5 -w none $(STATIC_DIR)/images/pink.png $(STATIC_DIR)/tiles