You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/topics/LegendGraphics.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ Configure `legend_images_path` in the `legend` service configuration in `tenantC
31
31
Then, legend images will be searched for in this order (the first one found is used):
32
32
33
33
* 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.
37
37
* A `<legend_images_path>/default<suffix>.png` file for a default legend image.
38
38
* A `<legend_images_path>/<legend_image>` file with `legend_image` as specified for the desired layer in the `legend` service configuration, for example:
0 commit comments