Changeset 6512
- Timestamp:
- Aug 30, 2016 10:22:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
geovis/trunk/geovis_protocol.txt
r6496 r6512 187 187 General form: 188 188 map layer add <layerName> <type> <driver> <?url?> <?cache?> ... 189 <type> = image|elevation|feature|icon|line| point|polygon|text189 <type> = image|elevation|feature|icon|line|mask|model|point|polygon|text 190 190 <driver> = arcgis|colorramp|db|debug|gdal|ogr|tfs|tms|wcs|wfs|wms|xyz 191 191 <cache> = bool indicating if tiles should be cached on disk … … 258 258 the gdal driver if the vertical datum is a geoid (i.e. not geodetic HAE). 259 259 260 Feature/model layers:260 Feature/model and mask layers: 261 261 In the following: 262 262 <driver> = db|ogr|tfs|wfs … … 295 295 <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 296 296 297 map 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 297 302 map layer add <layerName> model simple <url> <x> <y> <?z?> 298 303 <url> = Path to a 3D model file that OSG can load (e.g. .osg file) … … 302 307 map layer opacity <opacity> <layerName> 303 308 map layer move <pos> <layerName> 309 map 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 304 313 map layer visible <bool> <layerName> 305 314 … … 357 366 included if not in map's native coordinate system. NaN in the results 358 367 indicates off-map input coordinates. 368 nv> map names <list> 369 Reply to query of layer names. <list> is a Tcl formatted list. 359 370 nv>screen coords <token> <screenCoordList> 360 371 Reply to query of screen coordinates from map coordinates. The
Note: See TracChangeset
for help on using the changeset viewer.