From eb64efcc3d4549104567e70b0c55ca4085c7181c Mon Sep 17 00:00:00 2001
From: Lubomir Bucek <lubomir.bucek@eox.at>
Date: Thu, 2 Jul 2020 15:53:06 +0200
Subject: [PATCH] minor addition to the user guide

---
 documentation/user-guide/sample-requests.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/documentation/user-guide/sample-requests.rst b/documentation/user-guide/sample-requests.rst
index 0e41826e..d306e2be 100644
--- a/documentation/user-guide/sample-requests.rst
+++ b/documentation/user-guide/sample-requests.rst
@@ -406,6 +406,14 @@ Flexible viewing
 
    *WMS - Custom color stretch*
 
+`Custom band selection as RGB and color stretch as False color rendering <https://vhr18.pdas.prism.eox.at/ows?service=WMS&version=1.3.0&request=GetMap&layers=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&format=image/png&TRANSPARENT=true&width=463&height=500&CRS=EPSG:4326&STYLES=&BBOX=47.297788,25.978201,47.372606,26.047511&dim_bands=nir,red,green&dim_range=1000%2010000,1000%2010000,1000%2010000>`_
+
+.. figure:: images/wms_custom-bands.*
+  :alt: WMS - Custom bands
+
+  *WMS - Custom bands*
+
+
 `CQL filtering on Cloud Coverage <https://vhr18.pdas.prism.eox.at/ows?service=WMS&version=1.3.0&request=GetMap&layers=VHR_IMAGE_2018_Level_3&format=image/png&TRANSPARENT=true&width=392&height=500&CRS=EPSG:4326&STYLES=&BBOX=44.196369,14.849791,44.554918,15.131223&cql=cloudCover%3C1>`_
 
 .. figure:: images/wms_cql-filtering.*
@@ -715,6 +723,11 @@ contain the Atom URL template)
     </entry>
   </feed>
 
+`Query inside a polygon and with set time interval <https://vhr18.pass.copernicus.eu/opensearch/collections/VHR_IMAGE_2018_Level_3/atom/?geom=POLYGON((8.33%2052.63,%207.72%2051.90,%208.49%2051.77,%208.15%2051.23,%208.96%2051.32,%209.27%2051.93,%208.77%2052.30,%209.05%2052.66,%208.33%2052.63))&start=2019-07-08T05:52:38Z&end=2019-08-07T05:52:38Z>`_
+
+`Query inside a bounding box <https://vhr18.pass.copernicus.eu/opensearch/collections/VHR_IMAGE_2018_Level_3/atom/?bbox=7.53,47.82,8.56,48.98&start=2019-07-08T05:52:38Z&end=2019-08-07T05:52:38Z>`_
+
+
 Downloading
 -----------
 
-- 
GitLab