File: tfs.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-- 594 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
TFS (Tiled Feature Service)
===========================
This plugin reads vector data from a *Tiled Feature Service* repository.
TFS is a tiled layout similar to :doc:`/references/drivers/tile/tms` but 
for cropped feature data.

Example usage::

    <model driver="feature_geom">
        <features driver="tfs">
            <url>http://readymap.org/features/1/tfs/</url>
            <format>json</format>
        </features>
        ...
    
Properties:

    :url:      Location from which to load feature data
    :format:   Format of the TFS data; options are ``json`` (default) or ``gml``.