File: arcgis.rst

package info (click to toggle)
osgearth 2.7.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 49,960 kB
  • ctags: 18,411
  • sloc: cpp: 253,210; ansic: 43,140; xml: 1,637; objc: 405; makefile: 210; python: 29; sh: 20
file content (21 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ArcGIS Server
=============
This plugin reads image tiles form an ESRI ArcGIS server REST API.

Example usage::

    <image driver="arcgis">
        <url>http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer</url>
    </image>
    
Properties:

    :url:   URL or the ArcGIS Server REST API entry point for the map service
    :token: ArcGIS Server security token (optional)

Also see:

    ``arcgisonline.earth`` in the ``tests`` folder.


*ArcGIS is a registered copyright of ESRI.*