Ben Abelshausen
Ben Abelshausen
We should be able to document recommendations on how to handle memory mapping and what gives best performance. It should be doable to partially load routerdbs without too much of...
Parsing a feed from txt files is slower than it could be. Look at how this can be improved.
Make lat/lons nullable, they can be empty: https://github.com/itinero/GTFS/pull/51
https://github.com/zzzprojects/nmemory/ https://github.com/zzzprojects/nmemory/issues/20
Improve shape builder by: - Resolving not only the closest point. - Find the best route 'along' a stop, not just to and from. An example of blind resolving and...
Make adding shapes optional if there is already a shapes file with content the add-shapes command should optionally do nothing.
We have built this last year: https://github.com/openplannerteam/routable-tiles It publishes the entire OSM road network as JSON-LD, once we have this updating continuously it could be used to make this map:...
Add the option to limit the mapview to a given extent.
The winforms map control does not listen to updates from Map when adding a layer.
Calculate distance from route in arcaggregation. It's not there at the moment but it is useful: https://github.com/OsmSharp/OsmSharp/blob/master/OsmSharp.Routing/Instructions/ArcAggregation/Output/AggregatedArc.cs#L70