Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/user_manual/introduction/browser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,13 @@ Tiles and Web Services
+--------------------------------------------------------------+---------------------+------------------+------------------+------------------+------------------+
| :menuselection:`Export Layer --> To File…` | |checkbox| | |checkbox| | |checkbox| | |checkbox| | |checkbox| |
+--------------------------------------------------------------+---------------------+------------------+------------------+------------------+------------------+
| :guilabel:`Add Layer to Project` | |checkbox| | |checkbox| | |checkbox| | |checkbox| | |checkbox| |
| :guilabel:`Add Layer to Project` | |checkbox| | |checkbox| | |checkbox| | |checkbox| | |
+--------------------------------------------------------------+---------------------+------------------+------------------+------------------+------------------+
| :guilabel:`Add Vector Layer (FeatureServer) to Project` | | | | | |checkbox| |
+--------------------------------------------------------------+---------------------+------------------+------------------+------------------+------------------+
| :guilabel:`Add Raster Layer (MapServer) to Project` | | | | | |checkbox| |
+--------------------------------------------------------------+---------------------+------------------+------------------+------------------+------------------+
| :guilabel:`Add Raster with All MapServer Layers` | | | | | |checkbox| |
+--------------------------------------------------------------+---------------------+------------------+------------------+------------------+------------------+
| :guilabel:`Add Filtered Layer to Project…` | | | | | |checkbox| |
+--------------------------------------------------------------+---------------------+------------------+------------------+------------------+------------------+
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions docs/user_manual/managing_data_source/opening_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1651,6 +1651,40 @@ Depending on the node, you can also:
a preview of the data provided by the service.
More settings are available when the layer has been loaded into the project.

ArcGIS REST services may expose both a |ams| Map Service and a |afs| Feature
Service. Both items are listed separately in the :ref:`Browser <label_browserpanel>` and in
the |dataSourceManager| :sup:`Data Source Manager` dialog. An |imageServer| Image Server
item is also available, but only in the :guilabel:`Browser`.

The following additional options are available via the right-click
context menu in the :guilabel:`Browser`:

* Right-clicking a **service node**:

* :guilabel:`Add Raster with All MapServer Layers`: loads all layers
Comment on lines +1663 to +1664

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it is a single item list, better merge this paragraph with the one above

from the Map Service combined as a single raster layer.

* :guilabel:`View Service Info`: opens the REST service endpoint
description in the default web browser.

* Right-clicking a |ams| **MapServer layer**:

* :guilabel:`Add Raster Layer (MapServer) to Project`: loads the
layer as a raster via the Map Service endpoint.

* :guilabel:`Add Vector Layer (FeatureServer) to Project`: loads the
layer as a vector via the Feature Service endpoint.

* Right-clicking a |afs| **FeatureServer layer**:

* :guilabel:`Add Layer to Project`: loads the layer as a vector layer.

* :guilabel:`Add Filtered Layer to Project...`: opens the expression
builder to apply an attribute filter before loading.

For |imageServer| Image Server layers, the image format used when requesting
images from the server can be configured in
:menuselection:`Layer Properties --> Source --> Layer Source --> Image format`.

.. index:: 3D Tiles services
.. _3d_tiles:
Expand Down Expand Up @@ -1777,6 +1811,8 @@ or :guilabel:`Load Connection` from an XML file.
:width: 1.5em
.. |afs| image:: /static/common/mIconAfs.png
:width: 1.5em
.. |ams| image:: /static/common/mIconAms.png
:width: 1.5em
.. |checkbox| image:: /static/common/checkbox.png
:width: 1.3em
.. |cloud| image:: /static/common/mIconCloud.png
Expand All @@ -1793,6 +1829,8 @@ or :guilabel:`Load Connection` from an XML file.
:width: 1.5em
.. |hana| image:: /static/common/mIconHana.png
:width: 1.5em
.. |imageServer| image:: /static/common/mIconImageServer.png
:width: 1.5em
.. |kde| image:: /static/common/kde.png
:width: 1.5em
.. |metadata| image:: /static/common/metadata.png
Expand Down
Binary file modified static/common/mIconAfs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/common/mIconAms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/common/mIconImageServer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions substitutions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
:width: 1.5em
.. |allowIntersections| image:: /static/common/mActionAllowIntersections.png
:width: 1.5em
.. |ams| image:: /static/common/mIconAms.png
:width: 1.5em
.. |annotationLayer| image:: /static/common/mIconAnnotationLayer.png
:width: 1.5em
.. |arrowDown| image:: /static/common/mActionArrowDown.png
Expand Down Expand Up @@ -597,6 +599,8 @@
:width: 1.5em
.. |identifyByRectangle| image:: /static/common/mActionIdentifyByRectangle.png
:width: 1.5em
.. |imageServer| image:: /static/common/mIconImageServer.png
:width: 1.5em
.. |import| image:: /static/common/mIconImport.png
:width: 1.5em
.. |importGPX| image:: /static/common/import_gpx.png
Expand Down