Skip to content

Commit

Permalink
Fix get bbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Nov 10, 2023
1 parent c23d9bf commit ed4dd57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tilegeneration/config.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ed4dd57

Please sign in to comment.