Skip to content

Commit

Permalink
Update Use Guide - ArcGIS Interoperability (#10478)
Browse files Browse the repository at this point in the history
* update_10423

* review

* readme_error_fix
  • Loading branch information
ElenaGallo committed Oct 2, 2024
1 parent d9d4a18 commit b642bf7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/user-guide/catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,3 +429,27 @@ In **General Settings** of a IFC source type, it is possible to specify the serv
* *Zoom to selected layer extent* <img src="../img/button/zoom-layer.jpg" class="ms-docbutton"/>: in order to zoom the map to the layer's extent
* Access the [Layer Settings](layer-settings.md#layer-settings) <img src="../img/button/properties.jpg" class="ms-docbutton"/> to view/edit the [General Information](layer-settings.md#general-information) and the [Display](layer-settings.md#ifc-layer) options
* *Remove* the layer <img src="../img/button/delete.jpg" class="ms-docbutton"/>

### ArcGIS Catalog

An [**ArcGIS Server Services Directory**](https://developers.arcgis.com/rest/services-reference/enterprise/get-started-with-the-services-directory/) is a RESTful representation of all the services running on an ArcGIS Server site. MapStore allows adding ArcGIS [Map Service](https://developers.arcgis.com/rest/services-reference/enterprise/map-service/) and [Image Service](https://developers.arcgis.com/rest/services-reference/enterprise/image-service/) types through its *Catalog* tool where a specific source type can be configured.

In **General Settings** of a ArcGIS source type, it is possible to specify the service `Title` and its `URL`.

<img src="../img/catalog/ArcGIS_service.jpg" class="ms-docimage" style="max-width:600px;"/>

!!! warning
The `URL` could have one of the following structures:

* `https://<catalog-url>/rest/services/`

* `https://<catalog-url>/rest/services/<serviceName>/MapServer`

* `https://<catalog-url>/rest/services/<serviceName>/ImageServer`

!!! Note
The tool capabilities currently available for layers come from ArcGIS service are:

* *Zoom to selected layer extent* <img src="../img/button/zoom-layer.jpg" class="ms-docbutton"/>: in order to zoom the map to the layer's extent
* Access the [Layer Settings](layer-settings.md#layer-settings) <img src="../img/button/properties.jpg" class="ms-docbutton"/> to view/edit the [General Information](layer-settings.md#general-information) and the [Display](layer-settings.md#ifc-layer) options
* *Remove* the layer <img src="../img/button/delete.jpg" class="ms-docbutton"/>
Binary file added docs/user-guide/img/catalog/ArcGIS_service.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b642bf7

Please sign in to comment.