Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gpx support #9152

Merged
merged 62 commits into from
Feb 11, 2022
Merged

Add gpx support #9152

merged 62 commits into from
Feb 11, 2022

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    b65ab25 View commit details
    Browse the repository at this point in the history
  2. Add gpx sample files

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    1a12687 View commit details
    Browse the repository at this point in the history
  3. Add GpxDataSource to CesiumViewer

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    96fa24f View commit details
    Browse the repository at this point in the history
  4. Add tests

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e281056 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f9aabb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5d83ff View commit details
    Browse the repository at this point in the history
  7. Add tests

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b790266 View commit details
    Browse the repository at this point in the history
  8. Major cleanup

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    2aa7d24 View commit details
    Browse the repository at this point in the history
  9. Improve waypoint processing

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    bffb60c View commit details
    Browse the repository at this point in the history
  10. Add tests

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f617b56 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    78ec423 View commit details
    Browse the repository at this point in the history
  12. Code cleanup

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    610e12a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    84d987c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    63f4ef7 View commit details
    Browse the repository at this point in the history
  15. Cleanup

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    d8ba699 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    17fb703 View commit details
    Browse the repository at this point in the history
  17. Add example gpx file

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    06470ef View commit details
    Browse the repository at this point in the history
  18. Improve Track support

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    95f307c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f672c35 View commit details
    Browse the repository at this point in the history
  20. Add Point processing

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    1bf9ddd View commit details
    Browse the repository at this point in the history
  21. Add tests

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    9f21f6f View commit details
    Browse the repository at this point in the history
  22. Add metadata processing

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    14834fa View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    491bfed View commit details
    Browse the repository at this point in the history
  24. Cleanup

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    2eed842 View commit details
    Browse the repository at this point in the history
  25. Fix metadata processing

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    c540c1d View commit details
    Browse the repository at this point in the history
  26. Add tests

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    55d061a View commit details
    Browse the repository at this point in the history
  27. Ignore pt for now

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    44806bd View commit details
    Browse the repository at this point in the history
  28. Improve metadata handling

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    793ea42 View commit details
    Browse the repository at this point in the history
  29. Fix metadata

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f503d77 View commit details
    Browse the repository at this point in the history
  30. Add GPX Demo to Sandcastle

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f9f1b63 View commit details
    Browse the repository at this point in the history
  31. Tweak default polyline width

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    0bc1929 View commit details
    Browse the repository at this point in the history
  32. Add drag and drop of gpx files

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    6cb0efb View commit details
    Browse the repository at this point in the history
  33. Remove promises and related code

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    a196634 View commit details
    Browse the repository at this point in the history
  34. Remove unused code

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e9ad247 View commit details
    Browse the repository at this point in the history
  35. Improve coordinate processing

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    7834192 View commit details
    Browse the repository at this point in the history
  36. Add elevation again

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    801c29a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    5449a96 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    542b8c7 View commit details
    Browse the repository at this point in the history
  39. First take at time dynamic tracks

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b49ae86 View commit details
    Browse the repository at this point in the history
  40. Fix time-dynamic tracks

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    a0acb4b View commit details
    Browse the repository at this point in the history
  41. Cleanup

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    24d677b View commit details
    Browse the repository at this point in the history
  42. Add tests

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    4f9053d View commit details
    Browse the repository at this point in the history
  43. Remove unused code

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    1c65723 View commit details
    Browse the repository at this point in the history
  44. Add tests

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    0752e2a View commit details
    Browse the repository at this point in the history
  45. Fix typo

    andr3nun3s authored and jtorresfabra committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b005266 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Rebase gpx branch

    jtorresfabra committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    dc1a79a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Minor cleanup

    Omar Shehata committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    173f888 View commit details
    Browse the repository at this point in the history
  2. Add missing documentation and improves the SandCastle

    SandCastle includes a new example on how to use different symbology options
    jtorresfabra committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    bc9ff88 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    591b413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee2073 View commit details
    Browse the repository at this point in the history
  3. Fixes comment syntax

    sanjeetsuhag committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    c8d44fb View commit details
    Browse the repository at this point in the history
  4. Documentation ESLINT fix

    sanjeetsuhag committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    b81ec2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9199a95 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Updates code

    sanjeetsuhag committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    51c224f View commit details
    Browse the repository at this point in the history
  2. Spec update

    sanjeetsuhag committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    66bad57 View commit details
    Browse the repository at this point in the history
  3. Sandcastle fix

    sanjeetsuhag committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    6f15cc7 View commit details
    Browse the repository at this point in the history
  4. Fixes typo

    Sanjeet Suhag committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    d33d4cf View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Feedback pass

    sanjeetsuhag committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    0593a05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0251c6 View commit details
    Browse the repository at this point in the history
  3. ESLint fixes

    sanjeetsuhag committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    61d55d7 View commit details
    Browse the repository at this point in the history
  4. Feedback pass 2

    sanjeetsuhag committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    dc2c907 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Fixes Sandcastle

    sanjeetsuhag committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    674ae4f View commit details
    Browse the repository at this point in the history