ESRI ArcGIS Server
This plugin provides access to an ESRI ArcGIS Server Map Service. It uses the REST API to query map images from either tiled or non-tiled services.
You can also use it to access ArcGIS Online data (subject to ESRI's terms and conditions).
Data Usage
Usage of this driver to access ESRI ArcGIS Online services is subject to ESRI's Terms and Conditions and you are responsible for reading these carefully and abiding my them. osgEarth has no affiliation with ESRI and the osgEarth license does not extend to the use of its products and services.
Specs
- Profile: defined by the map service
Options
url URL of the ArcGIS REST map service required profile Set to global-geodetic or global-mercator to force a profile optional token Your user token used to access premium arcgis content. optional
Example
<image name="physical map" driver="arcgis">
<url>http://server.arcgisonline.com/ArcGIS/rest/services/NPS_Physical_World_2D/MapServer</url>
<profile>global-geodetic</profile>
</image>
