From d2487c46efc445a81d68f88a509c9e23bcdfe05c Mon Sep 17 00:00:00 2001
From: Lubomir Bucek <lubomir.bucek@eox.at>
Date: Tue, 30 Jun 2020 14:07:00 +0200
Subject: [PATCH] intermediate commit on arcgis viewing

---
 documentation/user-guide/downloading.rst |  3 ---
 documentation/user-guide/viewing.rst     | 23 ++++++++++++++++++++++-
 2 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/documentation/user-guide/downloading.rst b/documentation/user-guide/downloading.rst
index dcb71b69..d8af7978 100644
--- a/documentation/user-guide/downloading.rst
+++ b/documentation/user-guide/downloading.rst
@@ -58,9 +58,6 @@ Currently, QGIS supports specifying the output coordinate reference system and i
 
    *QGIS WCS layer options*
 
-Downloading in ArcMap 10
----------
-WCS
 
 The final chapter :ref:`sample_requests` holds a list of sample requests against
 the various services described in this user guide.
diff --git a/documentation/user-guide/viewing.rst b/documentation/user-guide/viewing.rst
index e3b44d3b..76892c0b 100644
--- a/documentation/user-guide/viewing.rst
+++ b/documentation/user-guide/viewing.rst
@@ -186,6 +186,27 @@ For performance reasons View Server lists only start and end of the time interva
 
  Loading in ArcMap 10
  ---------------
- TODO
+ Any of the above described layers can be loaded in ArcMap 10, but inbuilt time support does run into same issues as in the case of QGIS. Custom `TIME` parameter has to be added manually in Layer settings.
+ To add a WMS/WMTS layer, Click on `Add Layer` symbol. Select Add GIS Server option and follow up with either add WMS or WMTS Server, as can be seen on :numref:`fig_wms_arcgis0`, :numref:`fig_wms_arcgis1`, :numref:`fig_wms_arcgis2` 
+ 
+  .. _fig_wms_arcgis0:
+  .. figure:: images/arcgis_0.*
+    :alt: ArcMap Add Data Buttton
+
+    *ArcMap Add Data Buttton*
+    
+
+  .. _fig_wms_arcgis1:
+  .. figure:: images/arcgis_1.*
+     :alt: ArcMap Choose GIS Servers
+
+     *Choose GIS Servers*
+
+ .. _fig_wms_arcgis2:
+ .. figure:: images/arcgis_2.*
+    :alt: ArcMap WMS/WMTS loading in ArcMap 2
+
+    *WMS/WMTS loading in ArcMap*
+
 
 Continue reading to learn about the provided :ref:`searching` services.
-- 
GitLab