Track style categories: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Track styling is subdivided into a number of style categories. Resolution of these categories can take place independently based on client setup. Settings from one category do...") |
No edit summary |
||
Line 1: | Line 1: | ||
Track styling is subdivided into a number of style categories. Resolution of these categories can take place independently based on client setup. Settings from one category does not affect other categories. | Track styling is subdivided into a number of style categories. Resolution of these categories can take place independently based on client setup. Settings from one category does not affect other categories. | ||
* [[Track style categories/Symbol|Stylecategory TrackSymbol]] | |||
* [[Track style categories/Cell|Stylecategory TrackCell]] | |||
* [[Track style categories/Clustering|Stylecategory TrackClustering]] | |||
* [[Track style categories/Selection fan|Stylecategory SelectionFan]] | |||
* [[Track style categories/Tooltip|Stylecategory Tooltip]] | |||
<source lang="xml"><stylecategory name="TrackSymbol"> | <source lang="xml"><stylecategory name="TrackSymbol"> | ||
Line 8: | Line 14: | ||
</stylecategory> | </stylecategory> | ||
..</source> | ..</source> | ||
[[Category:Tracks]] | [[Category:Tracks]] |
Latest revision as of 09:20, 2 August 2019
Track styling is subdivided into a number of style categories. Resolution of these categories can take place independently based on client setup. Settings from one category does not affect other categories.
- Stylecategory TrackSymbol
- Stylecategory TrackCell
- Stylecategory TrackClustering
- Stylecategory SelectionFan
- Stylecategory Tooltip
<stylecategory name="TrackSymbol">
..
</stylecategory>
<stylecategory name="TrackCell">
..
</stylecategory>
..