|
|
(One intermediate revision by one other user not shown) |
Line 1: |
Line 1: |
| ==Gpx Status==
| | {{ Moved To Community }} |
| This page is intended to be a reference as to the current GPX implementation in Marble.
| |
| | |
| ===GeoData Binding===
| |
| Here is the current binding of Gpx tags to Geodata model classes:
| |
| {| border="1" | |
| ! Tag !! Class
| |
| |-
| |
| | gpx || GeoDataDocument
| |
| |-
| |
| | trk || GeoDataMultiGeometry in a GeoDataPlacemark
| |
| |-
| |
| | trkseg || GeoDataLineString
| |
| |-
| |
| | trkpt || GeoDataCoordinates
| |
| |-
| |
| | wpt || GeoDataPlacemark
| |
| |-
| |
| | name || GeoDataPlacemark::name
| |
| |-
| |
| | ||
| |
| |}
| |
| | |
| ===Todo===
| |
| *Remove Gpx specific Loading in MarbleModel and above (in progress)
| |
| *Complete geodata parser for GPX file type
| |
| *Improve rendering from the current rendering of GeoDataDocuments
| |
Latest revision as of 04:45, 26 October 2016
This page is now on the community wiki.