Docs clean up. (#1636)

Update docs, license year and clean up `.env`.
This commit is contained in:
Tomas Pohanka
2024-02-21 13:40:46 +01:00
committed by GitHub
parent 44cf6c8e35
commit de2fa04c37
5 changed files with 8 additions and 13 deletions

View File

@@ -289,7 +289,7 @@ ifeq (,$(wildcard build/sql/run_last.sql))
$(DOCKER_COMPOSE) run $(DC_OPTS) openmaptiles-tools bash -c \
'generate-sql $(TILESET_FILE) --dir ./build/sql \
&& generate-sqltomvt $(TILESET_FILE) \
--key --gzip --postgis-ver 3.0.1 \
--key --gzip --postgis-ver 3.2.3 \
--function --fname=getmvt >> ./build/sql/run_last.sql'
endif