diff --git a/docs/user-guide/catalog.md b/docs/user-guide/catalog.md index 4b206fc9d1..df1ab0a0bb 100644 --- a/docs/user-guide/catalog.md +++ b/docs/user-guide/catalog.md @@ -429,3 +429,27 @@ In **General Settings** of a IFC source type, it is possible to specify the serv * *Zoom to selected layer extent* : in order to zoom the map to the layer's extent * Access the [Layer Settings](layer-settings.md#layer-settings) to view/edit the [General Information](layer-settings.md#general-information) and the [Display](layer-settings.md#ifc-layer) options * *Remove* the layer + +### 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`. + + + +!!! warning + The `URL` could have one of the following structures: + + * `https:///rest/services/` + + * `https:///rest/services//MapServer` + + * `https:///rest/services//ImageServer` + +!!! Note + The tool capabilities currently available for layers come from ArcGIS service are: + + * *Zoom to selected layer extent* : in order to zoom the map to the layer's extent + * Access the [Layer Settings](layer-settings.md#layer-settings) to view/edit the [General Information](layer-settings.md#general-information) and the [Display](layer-settings.md#ifc-layer) options + * *Remove* the layer diff --git a/docs/user-guide/img/catalog/ArcGIS_service.jpg b/docs/user-guide/img/catalog/ArcGIS_service.jpg new file mode 100644 index 0000000000..4f0c83c495 Binary files /dev/null and b/docs/user-guide/img/catalog/ArcGIS_service.jpg differ