Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Changelog
Browse Source
View Tickets
New Ticket
Roadmap
Builds
Sonar
Search
Context Navigation
+0
Start Page
Index
History
Editing Styles/ColourGPSData
Adjust edit area height:
8
12
16
20
24
28
32
36
40
Edit side-by-side
{{{ #!style type="mapcss" meta { title: "Colour GPS data"; description: "Display points according to GPS status (needs conversion of GPX layer to OSM)."; author: "Dirk Stöcker, René Lange"; version: "1.[[revision]]_[[date]]"; } setting::color_fix { type: boolean; label: tr("Colorize fix status"); default: true; } node["fix"="rtk"][setting("color_fix")]{ symbol-shape: circle; symbol-size: 8; symbol-fill-color: green; } node["fix"="float rtk"][setting("color_fix")]{ symbol-shape: circle; symbol-size: 8; symbol-fill-color: yellow; } node["fix"="dgps"][setting("color_fix")]{ symbol-shape: triangle; symbol-size: 10; symbol-fill-color: red; } node["fix"="3d"][setting("color_fix")]{ symbol-shape: triangle; symbol-size: 10; symbol-fill-color: gray; } node["fix"="2d"][setting("color_fix")]{ symbol-shape: triangle; symbol-size: 10; symbol-fill-color: gray; } }}}
Note:
See
WikiFormatting
and
TracWiki
for help on editing wiki content.
Change information
Your email or username:
E-mail address and name can be saved in the
Preferences
Comment about this change (optional):
Note:
See
TracWiki
for help on using the wiki.