itinero / routing

The routing core of itinero.
Apache License 2.0
222 stars 70 forks source link

Add Attributes to Route WriteXml, implement ReadXml #298

Open schrod opened 4 years ago

schrod commented 4 years ago

Adds ability to deserialize route from XML. I'm not sure if there was a reason for not implementing the ReadXml method for Route, but I needed it for a project so I thought I'd pass it along in case others find it useful.