source: geovis/trunk/RendererCmd.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6562   8 years ldelgass Remove unused removeDupes setting (doesn't exist in OE trunk)
(edit) @6553   8 years ldelgass List terrain layers before image layers in "map layer names"
(edit) @6550   8 years ldelgass fix sequence play proto cmd
(edit) @6549   8 years ldelgass Add geovis support for WMS-T animated sequence
(edit) @6528   8 years ldelgass Fix copy/paste error
(edit) @6526   8 years ldelgass Add wkt file driver option for feature layer
(edit) @6524   8 years ldelgass Add protocol to set terrainPatch flag for polygon layers
(edit) @6518   8 years ldelgass Protocol additions: add terrainPatch flag, add wkt/wkt_file driver for …
(edit) @6516   8 years ldelgass Support all the feature drivers for terrain mask layers.
(edit) @6511   8 years ldelgass Add method to compute extent of terrain mask layer.
(edit) @6510   8 years ldelgass First pass at new protocol for mask layer.
(edit) @6496   8 years ldelgass Add basic model layer support, bump version
(edit) @6489   8 years ldelgass Add optional vertialDatum override to add elevation layer protocol.
(edit) @6488   8 years ldelgass Add verticalDatum override option to addElevationLayer, prep for …
(edit) @6422   8 years ldelgass Fix leak of selectors string (Tcl_NewStringObj makes a copy).
(edit) @6421   8 years ldelgass Add null terminator to style sheet string copied from client command.
(edit) @6416   8 years ldelgass Fix setting polling flag on entering processCommands
(edit) @6404   8 years ldelgass Add optional idle timeout to geovis server
(edit) @6387   8 years ldelgass Use hub_url from client in iDataInit if it was supplied
(edit) @6386   8 years ldelgass Fix render_info time stats
(edit) @6385   8 years ldelgass fix comment
(edit) @6354   8 years ldelgass Add layer position index param to add*Layer methods. Add option to …
(edit) @6350   8 years ldelgass Update protocol for agglite rasterizing driver to match feature layer.
(edit) @6349   8 years ldelgass fix typo
(edit) @6347   8 years ldelgass Move stylesheet, script, selector definition to data payload in …
(edit) @6319   8 years ldelgass fix response length for map layer names
(edit) @6276   8 years ldelgass Add server response to notify clients of selection box region
(edit) @6254   8 years ldelgass Implement enable/disable placard.
(edit) @6220   8 years ldelgass fix feature command parsing
(edit) @6219   8 years ldelgass Stubs for editing feature selection set
(edit) @6218   8 years ldelgass stub in placard enable toggle
(edit) @6084   9 years ldelgass Quiet log output from info to trace, now that frame tracing has a …
(edit) @6075   9 years ldelgass Parse CSS style and rewrite URLs.
(edit) @6070   9 years ldelgass add error message
(edit) @6051   9 years ldelgass fix typo
(edit) @6050   9 years ldelgass Add simple on/off select mode
(edit) @6049   9 years ldelgass Use new icons for icon layer type.
(edit) @6019   9 years ldelgass Make layer name really optional in 'map layer visible...'
(edit) @6002   9 years ldelgass Add 'select clear' protocol command, clear previous selection on …
(edit) @5976   9 years ldelgass Add agglite image layer: rasterizes a feature source with stylesheet
(edit) @5974   9 years ldelgass Use fill attribute of PolygonSymbol? in placard style for backing quad …
(edit) @5969   9 years ldelgass Add style settings for placard
(edit) @5944   9 years ldelgass Add command to configure attributes to display in feature info placard.
(edit) @5942   9 years ldelgass Require osgearth 2.7, tag place nodes for picking.
(edit) @5935   9 years ldelgass Bypass file path check for db driver
(edit) @5934   9 years ldelgass postgis driver
(edit) @5930   9 years ldelgass Add stub for select features protocol command.
(edit) @5923   9 years ldelgass Update protocol doc.
(edit) @5915   9 years ldelgass Add zoom camera to extent (fit to vertical FOV) by layer or by …
(edit) @5895   9 years ldelgass Initial support for parsing protocols in url strings: "local://" for …
(edit) @5889   9 years ldelgass Store layer name in feature options
(edit) @5888   9 years ldelgass Require osgearth >= 2.6.0
(edit) @5882   9 years ldelgass Initial support for generic feature layer with styles, scripts and …
(edit) @5877   9 years ldelgass Protocol for coverage setting, add more layer settings to protocol.
(edit) @5876   9 years ldelgass Add ability to set coverage flag when adding image layers (in API, …
(edit) @5873   9 years ldelgass Checkpoint commit: add support for wfs, tfs, csv (via vrt in gdal), …
(edit) @5857   9 years ldelgass only run iDataInit when username is present
(edit) @5852   9 years ldelgass Add initial iData client support
(edit) @5775   9 years ldelgass Add alignment param for label layer. Fixes for osgearth 2.7
(edit) @5155   10 years ldelgass Don't set label priority unless it is not blank.
(edit) @5154   10 years ldelgass crash fix
(edit) @5151   10 years ldelgass Delete colormap files in ~Renderer
(edit) @5119   10 years ldelgass Add legend option for blending against a background color
(edit) @5118   10 years ldelgass Fix legend rendering: use colormap min/max to interpolate values (OSG …
(edit) @5107   10 years ldelgass add colormap driver option
(edit) @5105   10 years ldelgass geovis updates for NSF demo
(edit) @5026   10 years ldelgass Add protocol to set map attribution/copyright
(edit) @4973   10 years ldelgass First pass at protocol to set ephemeris time (currently uses server …
(edit) @4957   10 years ldelgass Add protocol option to enable/disable disk caching of image layers
(edit) @4655   10 years ldelgass More selection testing
(edit) @4645   10 years ldelgass Initial take on a selection box
(edit) @4636   10 years ldelgass screen coords command now takes a list of coordinates
(edit) @4635   10 years ldelgass Add resources directory command line option, preliminary testing of …
(edit) @4632   10 years ldelgass Add pin annotations for testing
(edit) @4629   10 years ldelgass add token to map/screen coord commands
(edit) @4628   10 years ldelgass Add some Makefile flags for sleep throttling settings
(copy) @4586   10 years ldelgass copy geovis from trunk
copied from trunk/packages/vizservers/geovis/RendererCmd.cpp:
(edit) @4575   10 years ldelgass Add optional coordinate conversion for 'map coords' command, add …
Note: See TracRevisionLog for help on using the revision log.