sibartlett / Geo

A geospatial library for .NET
https://www.nuget.org/packages/Geo/
GNU Lesser General Public License v3.0
176 stars 39 forks source link

Routes: use waypoints instead of coordinates for routes #44

Closed mfeingol closed 4 years ago

mfeingol commented 4 years ago

Probably the simplest approach towards resolving https://github.com/sibartlett/Geo/issues/43

Note that this isn't a complete fix: it just enables the most obvious scenario (i.e. the one that I'm looking to enable 😄), namely preserving names, descriptions, and comments on GPX XML route points.

I'm not attached to anything in particular about his change, so feedback is more than welcome.