diff --git a/tilecloud_chain/templates/admin_index.html b/tilecloud_chain/templates/admin_index.html index 34ab18b97..12e05f4a4 100644 --- a/tilecloud_chain/templates/admin_index.html +++ b/tilecloud_chain/templates/admin_index.html @@ -146,28 +146,31 @@
generate-tiles
Arguments:
--layer=NAME
: the layer name to generate, it not specified all the layers are generated
+ --layer=NAME
: the layer name to generate, it not specified all the layers are generated.
--get-hash=Z/X/Y
: get the hash configuration for the layer (requires
- --layer
)
+ --layer
).
+ --get-bbox=Z/X/Y[:-N/+N]
: get the bbox of a tile, use the specified tile
+ Z/X/Y
, or Z/X/Y:+N/+N
for metatiles (requires --layer
).
--get-bbox=Z/X/Y
: get the bbox of a tile (requires --layer
)--dimensions DIMENSION=VALUE [DIMENSION=VALUE ...]
: overwrite the dimensions values
- specified in the config file
+ specified in the config file.
--zoom=ZOOM
restrict to specified zoom level, or a zooms range (2-5), or a zooms list
- (2,4,5)
+ (2,4,5).
--bbox MINX MINY MAXX MAXY
: restrict to specified bounding box--bbox MINX MINY MAXX MAXY
: restrict to specified bounding box.--near X Y
: This option is a good replacement of --bbox
, to used with
--time
or --test
and --zoom
, implies --no-geom
. It
automatically measure a bbox around the X Y position that corresponds to the metatiles.
--test N
: test with generating N tiles--test N
: test with generating N tiles.generate-controller --generate-legend-images