Skip to content

Commit 13b8dd1

Browse files
committed
Update legend documentation for reordered search order
1 parent caef0aa commit 13b8dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/topics/LegendGraphics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Then, legend images will be searched for in this order (the first one found is u
3434
* `service_name` is the name of the WMS service
3535
* `layername` is the WMS layer name
3636
* `suffix`: empty, or one of `_thumbnail`, `_tooltip`. The suffix is passed by QWC2 to the legend service depending on the requested image type.
37-
* A `<legend_images_path>/default<suffix>.png` file for a default legend image.
3837
* A `<legend_images_path>/<legend_image>` file with `legend_image` as specified for the desired layer in the `legend` service configuration, for example:
3938
```json
4039
{
@@ -58,3 +57,4 @@ Then, legend images will be searched for in this order (the first one found is u
5857
}
5958
}
6059
```
60+
* A `<legend_images_path>/default<suffix>.png` file for a default legend image, with `suffix` as documented above.

0 commit comments

Comments
 (0)