diff --git a/docs/user-guide/img/layer-settings/image_on_template.mp4 b/docs/user-guide/img/layer-settings/image_on_template.mp4 index 2725c32f1c..a5aa0eb66f 100644 Binary files a/docs/user-guide/img/layer-settings/image_on_template.mp4 and b/docs/user-guide/img/layer-settings/image_on_template.mp4 differ diff --git a/docs/user-guide/layer-settings.md b/docs/user-guide/layer-settings.md index 42c6b4eef3..44aba3e154 100644 --- a/docs/user-guide/layer-settings.md +++ b/docs/user-guide/layer-settings.md @@ -455,7 +455,16 @@ In particular, by clicking on the !!!note - The Identify Template editor, by clicking the button, allows to insert images using direct URLs of resources available on the web. At the same point it also allows to parse needed image URLs from available feature attributes (eg. attributes reporting image URL values or images in base64). The same markdown syntax (eg. `${properties.IMAGE}`) can also be used in this case so that, at run time, MapStore is able to parse attribute values to finally display images accordingly in the Identify panel. + Clicking on the button, the Identify Template editor allows to insert images in different ways: + + * Using direct URLs of resources available on the web + + * Using URIs encoded in base64 + + * Parsing needed image URLs from available feature attributes (eg. attributes with URL value). The usual syntax can be used in this case to refer the attribute value (eg. `${properties.IMAGE}`) + + * Parsing image URIs encoded in base64 from available feature attributes (eg. attributes with base64 URIs values). The usual syntax can be used in this case to refer the attribute value (eg. `${properties.IMAGE}`) + Here it is possible to insert the text to be displayed through the [Identify Tool](navigation-toolbar.md#identify-tool), with the possibility to wrap the desired properties.