Skip to content

GPX Roadmap  #2751

Open
Open
@andr3nun3s

Description

@andr3nun3s

GPX

References

Schema Documentation

GPX on OpenStreetMap's Wiki

GPX on Wikipedia

Good overview of the format

Somewhat related javascript Implementations

https://github.com/mpetazzoni/leaflet-gpx
http://openlayers.org/en/master/examples/gpx.html
http://dev.openlayers.org/releases/OpenLayers-2.7/doc/apidocs/files/OpenLayers/Format/GPX-js.html
https://code.google.com/p/gpxviewer/
https://www.npmjs.com/package/gpx-parse

Roadmap

  • GpxDataSource
    • load/parse .gpx
    • load Metadata from gpx document
  • Waypoint
  • Track
    • trk
    • trkseg (Track Segment)
    • trkpt (Track Point)
  • Route
  • Other ComplexTypes
    • copyrightType
    • linkType
    • emailType
    • personType
    • bounds (Two lat/lon pairs defining the extent of an element.)
  • Achieve good test coverage
  • Write/improve documentation
  • Write Tutorial/Blog post about usage in Cesium

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions