Ignore:
Timestamp:
Mar 9, 2015, 12:02:47 AM (10 years ago)
Author:
ldelgass
Message:

geovis updates for NSF demo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/geovis_protocol.txt

    r5026 r5105  
    7474clientinfo <list>
    7575
    76 colormap add <colorMapName> <colorMap> <opacityMap>
     76colormap add <colorMapName> <colorMap>
    7777         (Re-)define a colormap.  If colorMapName doesn't exist, it is created,
    7878         otherwise the colormap is redefined and all users will be updated.
    79          colorMap = Tcl list of {value r g b} control points
    80          opacityMap = Tcl list of {value alpha} control points
    81 colormap define <colorMapName> <colorMap> <opacityMap>
     79         colorMap = Tcl list of {value r g b a} control points
     80colormap define <colorMapName> <colorMap>
    8281         (Re-)define a colormap (same as 'add')
    8382colormap delete <?colorMapName?>
     
    159158
    160159Feature/model layers:
    161 map layer add point <url> <layerName>
     160map layer add point <url> <r> <g> <b> <size> <layerName>
    162161    Add a point feature layer from a file or URL
    163 map layer add polygon <url> <layerName>
     162map layer add polygon <url> <r> <g> <b> <width> <layerName>
    164163    Add a polygon feature layer from a file or URL
    165 map layer add line <url> <layerName>
     164map layer add line <url> <r> <g> <b> <width> <layerName>
    166165    Add a line feature layer from a file or URL
    167166map layer add text <url> <layerName>
     
    218217nv>image -type image -bytes <nbytes>
    219218  <binary RGB data>
     219nv>legend <colormapName> <rmin> <rmax> <nbytes>
     220  <binary RGB data>
    220221nv>map coords <token> <mapCoordList> <?srs?> <?verticalDatum?>
    221222   Reply to query of map coordinates from screen coordinates.  The mapCoordList
Note: See TracChangeset for help on using the changeset viewer.