File: tms.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 (19 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TMS (Tile Map Service)
======================
This plugin reads data stored according to the widely-used
OSGeo `Tile Map Service`_ specification.

Example usage::

    <image driver="tms">
        <url>http://readymap.org:8080/readymap/tiles/1.0.0/79/</url>
    </image>
    
Properties:

    :url:      Root URL (or pathname) of the TMS repository
    :tmsType:  Set to ``google`` to invert the Y axis of the tile index
    :format:   Override the format reported by the service (e.g., jpg, png)


.. _Tile Map Service:  http://wiki.osgeo.org/wiki/Tile_Map_Service_Specification