mvglasow

Results 306 comments of mvglasow

@metalstrolch you beat me to opening this issue :-) We discussed that as far back as 2011, and it seems the main reason for the limitation was memory usage. However,...

As a former WinCE user, I ditched my two devices because they were incompatible with SDHC cards, constraining me to 2 GB of map data. Maps get larger as more...

To my knowledge, while we have `border_country` as a line type, we have no polygon type for countries. Translating coordinates to a country may be complex. Lower admin levels are...

POI search is probably your friend if you restrict the search to place types (I’d have to look up the exact types, maptool would be a good starting point).

We also need to think about UX for these cases: * Should we notify the user if the original route calculation is already avoiding some roads because of the traffic...

Maybe this could be incorporated into a general traffic status display which indicates: * Is a traffic provider active and (capable of) delivering messages? * Are active messages present? *...

An approach to route changes could be to compare the added and removed segments to the navigation map (before and after rerouting)—if a segment is on the navigation map, it...

A simple approach to this could be to take traffic events into account when identifying the affected segments: if any of the events indicates a complete closure (which might be...

After tweaking the segment matching algorithm a bit, I encountered a real-world test case where this happened. Currently, when a road is closed for a longer period of time, general...

I recently came across a `street_construction` type, need to investigate. This might be what we need.