@@ -378,19 +378,29 @@ buttons on the right panel of the web client can be used.
:alt: Web Client - Download multiple products via WCS
*Web Client - Download multiple products via WCS*
Saving session
--------
Web client allows to save some parts of its current state by setting the
URL search parameters. That enables to revisit the same view in time and space later on or share the direct
link with someone, overruling the default client setup. Please note that certain characters
are automatically URL encoded, as URLs sent over the Internet only use ASCII character set.
This means that if user manually enters for example **:** sign, while entering the website,
it will automatically transform into **%3A**, making the url less readable.
* Pre-set map position by setting **x**, **y** as parameters of the center of the map and zoom by **z** parameter. `Example of such query <https://vhr18.pdas.prism.eox.at?x=15&y=50&z=9>`_.
* Time selection is set by `timestart` and `timeend`, and should be entered in as ISO 8601 UTC time format without milliseconds. `Example of such query <https://vhr18.pdas.prism.eox.at/?timestart=2017-12-31T17:32:45Z&timeend=2019-01-01T00:00:00Z>`_.
* In case only one main layer is configured (like in the Emergency collection), additionally custom filters can be saved via their name. In order to investigate this option, the fastest way is to use the filter manually within the client and copy/modify the url parameters. `Example of such query <https://emg.pdas.prism.eox.at/?eo:cloudCover=0,50&geo:uid=urn:eop:EUSI:EW03:104005000FDC5200:058979092010>`_.
Saving the session
------------------
The web client allows to save some parts of its current state by setting the
URL search parameters. That enables users to revisit the same view in time and
space later on or share the direct link with someone, overruling the default
client setup. Please note that certain characters are automatically URL encoded,
as URLs sent over the Internet only use the ASCII character set. This means that
if user manually enters for example **:** sign, while entering the website,
it will automatically transform into **%3A**, making the URL less readable.
* Pre-set the map position by setting **x**, **y** as coordinates of the center
of the map and the zoom with the **z** parameter. `Map position example