Track Editor: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[File:Track_Editor|right|thumb|Maria track editor (WPF)]] | |||
This section describes how to create a WPF application interacting with a '''''Maria Track Service''''', without using '''''MariaUserControl'''''. | |||
;Note | |||
:* For this part you will need to include the '''''TPG.Maria.TrackLayer''''' package as a minimum. | |||
:* You also need to have a Track Service available. | |||
:* Sample code for this section is the '''''MariaTrackEditor''''' project, in the '''''Sample Projects''''' solution. | |||
== Track service information == | |||
[[File:trackinfooverview.png|none|frame|Track info overview]] | |||
=== Track Lists === | |||
The track information is organised in track lists, identified by track list name. | |||
=== History settings === | |||
History options are specified separately for each track list. | |||
=== Tracks === | |||
A Maira GDK track has the following properties: | |||
* Current position (lat/lon) | |||
* Position history | |||
* Course and speed | |||
* Time of last observation | |||
In addition, generic named fields (custom fields) can be added. For further information, see [[:Category:Tracks]] | |||
=== Historic info. === | |||
Previous positions with timestamp. | |||
{{Note|'''Historic info is currently (temporarily ?) removed from this tutorial!'''|error}} | |||
== Track service engine == | == Track service engine == |
Revision as of 17:11, 16 October 2019
File:Track Editor
Maria track editor (WPF)
This section describes how to create a WPF application interacting with a Maria Track Service, without using MariaUserControl.
- Note
-
- For this part you will need to include the TPG.Maria.TrackLayer package as a minimum.
- You also need to have a Track Service available.
- Sample code for this section is the MariaTrackEditor project, in the Sample Projects solution.
Track service information
Track Lists
The track information is organised in track lists, identified by track list name.
History settings
History options are specified separately for each track list.
Tracks
A Maira GDK track has the following properties:
- Current position (lat/lon)
- Position history
- Course and speed
- Time of last observation
In addition, generic named fields (custom fields) can be added. For further information, see Category:Tracks
Historic info.
Previous positions with timestamp.
Historic info is currently (temporarily ?) removed from this tutorial!