You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no clear path for fixing this. If I got guidance, I can make a pull request. The problem is that Deletes are stored as an OsmGeo[] in OsmSharp.Changesets.OsmChange.Delete so there is no room for any more data on the Delete object. It could live on the OsmChange object though. Thoughts?
I see there is a test to deserialize a a change file where the Delete element has an if-unused attribute, but
A description of the feature's purpose can be found here
The text was updated successfully, but these errors were encountered: