Skip to content

Commit caef0aa

Browse files
committed
Fix list indentation
1 parent ea26606 commit caef0aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/topics/LegendGraphics.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Configure `legend_images_path` in the `legend` service configuration in `tenantC
3131
Then, legend images will be searched for in this order (the first one found is used):
3232
3333
* A `<legend_images_path>/<service_name>/<layername><suffix>.png` file, where
34-
* `service_name` is the name of the WMS service
35-
* `layername` is the WMS layer name
36-
* `suffix`: empty, or one of `_thumbnail`, `_tooltip`. The suffix is passed by QWC2 to the legend service depending on the requested image type.
34+
* `service_name` is the name of the WMS service
35+
* `layername` is the WMS layer name
36+
* `suffix`: empty, or one of `_thumbnail`, `_tooltip`. The suffix is passed by QWC2 to the legend service depending on the requested image type.
3737
* A `<legend_images_path>/default<suffix>.png` file for a default legend image.
3838
* A `<legend_images_path>/<legend_image>` file with `legend_image` as specified for the desired layer in the `legend` service configuration, for example:
3939
```json

0 commit comments

Comments
 (0)