Map service: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Map service is Esri's proprietary software format for providing feature and imagery data layers. Map services are hosted by ArcGIS Servers and can be found and made available using [[ArcGIS Online]]. | [https://enterprise.arcgis.com/en/server/latest/publish-services/windows/what-is-a-map-service.htm Map service] is Esri's proprietary software format for providing feature and imagery data layers. Map services are hosted by ArcGIS Servers and can be found and made available using [[ArcGIS Online]]. | ||
Two common variants of services are: | |||
* Map service | |||
* Feature service | |||
An example of a Map service is the [https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer World Imagery MapServer]. | |||
These services provide data differently compared to their OGC counterparts; [[WMS]] and [[WFS]]. | |||
In the {{software}}, when adding new [[Source]]s for Esri Map services and Feature services, you need to use the correct type as described on the source type section: | |||
*Map service: '''ESRI_IMAGE''' | |||
*Feature service: '''ESRI_JSON''' | |||
{{article end | {{article end | ||
Line 9: | Line 20: | ||
* [[ArcGIS Pro]] | * [[ArcGIS Pro]] | ||
}} | }} | ||
{{GeoDataOverview}} |
Latest revision as of 16:11, 14 December 2023
Map service is Esri's proprietary software format for providing feature and imagery data layers. Map services are hosted by ArcGIS Servers and can be found and made available using ArcGIS Online.
Two common variants of services are:
- Map service
- Feature service
An example of a Map service is the World Imagery MapServer.
These services provide data differently compared to their OGC counterparts; WMS and WFS.
In the Tygron Platform, when adding new Sources for Esri Map services and Feature services, you need to use the correct type as described on the source type section:
- Map service: ESRI_IMAGE
- Feature service: ESRI_JSON
Notes
Esri's Map service should not be confused with MapServer, which is an Open Source geographic data rendering engine.
See also