-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix OsmSharp's Data Model #4
Comments
I think I've made all the changes that need to be made in the OsmSharp data model. If they don't want to merge the pull requests then I guess we're forking OsmSharp. TBD. |
We still need to reference OsmSharp's nuget package, instead of including a fork of their sub-repo. |
Also, looking like we're still missing
|
Gpx file scheme, reader and writer can be taken from NTS.IO.GPX. |
So... the data that comes back from I've made openstreetmap/openstreetmap-website#2350 but I'll probably not be able to use NTS.IO.GPX |
After doing the work, I now see that just returning a stream is the right answer for both calls that get gpx data. Thanks for trying to save me the effort. |
All major changes to OsmSharp are done. The data model now supports all calls to the API. Any further changes will be minor fixes. |
I'm fixing up OsmSharp's handling of xml responses.
OsmSharp/core#80
OsmSharp/core#78
OsmSharp/core#76
The text was updated successfully, but these errors were encountered: