Changeset 6512 for geovis


Ignore:
Timestamp:
Aug 30, 2016 10:22:28 PM (8 years ago)
Author:
ldelgass
Message:

Update protocol doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/geovis_protocol.txt

    r6496 r6512  
    187187General form:
    188188map layer add <layerName> <type> <driver> <?url?> <?cache?> ...
    189     <type> = image|elevation|feature|icon|line|point|polygon|text
     189    <type> = image|elevation|feature|icon|line|mask|model|point|polygon|text
    190190    <driver> = arcgis|colorramp|db|debug|gdal|ogr|tfs|tms|wcs|wfs|wms|xyz
    191191    <cache> = bool indicating if tiles should be cached on disk
     
    258258    the gdal driver if the vertical datum is a geoid (i.e. not geodetic HAE).
    259259
    260 Feature/model layers:
     260Feature/model and mask layers:
    261261In the following:
    262262<driver> = db|ogr|tfs|wfs
     
    295295    <alignment> = left_top|left_center|left_bottom|center_top|center_center|center_bottom|right_top|right_center|right_bottom|left_baseline|center|baseline|right_baseline|left_bottom_baseline|center_bottom_baseline|right_bottom_baseline
    296296
     297map layer add <layerName> mask <driver> <format> <typeName> <url> <?minLOD?>
     298    Create a terrain mask layer to cut a hole in the terrain geometry.  The
     299    first feature found is assumed to be a boundary polygon.
     300    <minLOD> minimum LOD to at which to apply the mask, defaults to 0.
     301
    297302map layer add <layerName> model simple <url> <x> <y> <?z?>
    298303    <url> = Path to a 3D model file that OSG can load (e.g. .osg file)
     
    302307map layer opacity <opacity> <layerName>
    303308map layer move <pos> <layerName>
     309map layer names <?type?>
     310    Generates a response listing the names of the given type (or all types if
     311    not specified)
     312    <type> = elevation|image|mask|model
    304313map layer visible <bool> <layerName>
    305314
     
    357366   included if not in map's native coordinate system.  NaN in the results
    358367   indicates off-map input coordinates.
     368nv> map names <list>
     369   Reply to query of layer names.  <list> is a Tcl formatted list.
    359370nv>screen coords <token> <screenCoordList>
    360371   Reply to query of screen coordinates from map coordinates.  The
Note: See TracChangeset for help on using the changeset viewer.