From ed4dd57f200828c8eb7ba0cdeb9cdfca939813c5 Mon Sep 17 00:00:00 2001 From: Continuous integration <ci@camptocamp.com> Date: Tue, 7 Nov 2023 09:49:02 +0100 Subject: [PATCH] Fix get bbox --- tilegeneration/config.yaml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tilegeneration/config.yaml.tmpl b/tilegeneration/config.yaml.tmpl index 95a151c8b..e19811272 100644 --- a/tilegeneration/config.yaml.tmpl +++ b/tilegeneration/config.yaml.tmpl @@ -138,9 +138,9 @@ ${DISABLE_LOCAL} admin_path: tiles/admin - name: Generate the legend images command: generate-controller --generate-legend-images - name: Get the hash for layer map - command: generate-tiles --layer=map --get-hash 15/0/0 + command: generate-tiles --layer=map --get-hash=15/0/0 - name: Get the bbox of a tile - command: generate-tiles --bbox 0/0/0 + command: generate-tiles --layer=map --get-bbox=0/0/0 process: optipng_test: