Module: nagvis Branch: master Commit: 17e8ca3385ebf06f59e3f615e1c458cd0161d41d URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=17e8ca3385ebf06f59e3f615e1c458cd0161d41d
Author: LaMi <[email protected]> Date: Mon Nov 16 22:24:11 2009 +0100 Added brief descriptions for some objects --- docs/en_US/map_config_format_description.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/docs/en_US/map_config_format_description.html b/docs/en_US/map_config_format_description.html index 47a40f2..2f57469 100644 --- a/docs/en_US/map_config_format_description.html +++ b/docs/en_US/map_config_format_description.html @@ -764,6 +764,8 @@ </table> <a name="shape"></a><h3> Shape </h3> + <p>Basicaly shapes are simple images which can be moved and positioned on the map. The shapes are meant to be layout elements. The shapes were added to give the users the option to create less static maps.</p> + <p>Example with all values which have to be set:</p> <pre>define shape { icon="test" @@ -811,6 +813,7 @@ </table> <a name="line"></a><h3>Line (<font color="#ff0000">New in 1.5</font>)</h3> + <p>The line is a stateless layout element to connect elements and visualize stateless connections between other objects. The objecttype has been created to make the design less static.</p> <p>Example with all values which have to be set:</p> <pre>define line { line_type=1 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
