Earlier quoted context omitted.
Rumor has it that routers have the same issue with highway areas so best practice is to add a "spine" to them https://wiki.openstreetmap.org/wiki/Key:area:highway#Routers https://wiki.openstreetmap.org/wiki/Proposal:Area_highway/ma...
The presence of such spines in open bodies of water just makes nautical routes come out particularly stupid, where the route presented calls for you to immediately go to that spine and travel along it, unnecessarily lengthening the route.
OsmAnd’s Faster Offline Navigation (2025)
61–70 of 105 posts
Re: OsmAnd’s Faster Offline Navigation (2025)
#62Could anyone explain, please, where's the 100x acceleration they mention? The screen records compare 36 seconds to 13 seconds, that's roughly 3x. Also, this piece: > 100x speedup is achieved by comparing HH with bidirectional A*. 2-phase A* already uses many heuristics which don't always create an optimal route and still 5-10x slower. So, 2-phase A* is 5-10x slower than bidirectional A*?
Re: OsmAnd’s Faster Offline Navigation (2025)
#63I love osmand. But every new update seems slower. Navigation speed is mostly ok, I use it for walking and cycling which means routes tend to be short. But panning and zooming the map is just annoyingly slow. It sort of works when I disable most map features, but the map features are the reason I use osmand...
Re: OsmAnd’s Faster Offline Navigation (2025)
#64OsmAnd still hasn't fixed utah addresses. If I enter in how we call addresses in local slang, it has no idea how to find it.
Re: OsmAnd’s Faster Offline Navigation (2025)
#65Earlier quoted context omitted.
Settings > Driving > Navigation settings > Route parameters > Allow private access
Now you'll be routed through private roads anywhere. It should ignore the private flag if it's directly adjacent to the start or end of a route.
Re: OsmAnd’s Faster Offline Navigation (2025)
#66Earlier quoted context omitted.
What happened to Organic Maps?
The community forked and created comaps because the organic maps maintainers were unwilling to listen to the community, taking decisions that the community disapproved of. Comaps seems to be more active than organic maps today
- the UI (pixels here, different label or color here - just check the commits by "Yannik Bloscheck"!)
- adding objects to the map, which are not often justified (like rendering single(!) trees and tree rows, which is from a performance POV insane)
- translations / strings
They rarely touch navigation, the engine, or sensible refactoring tasks.
The whole project lacks organization and clear, structured goals. Ever heard about too many cooks?
It was, especially to the agitators like Konstantin "Pastbin", more important to obtain increased authority and power and their own branfing, while complaining about financing and perceived transparency issues; this were huge contributing factors for the split.
I couldn't give a rats about how donations are spend or if there's a "community council" or a registered entity behind a tradematk / app, if the outcome / product is suitable.
What i care about is an organized vision and structured approach by founders.
PS: The CDN middleware ("map generator") was made closed source due to too many freeloaders hogging onto their map CDN. Get your facts straight.
Re: OsmAnd’s Faster Offline Navigation (2025)
#67Some of those objections to Contraction Hierarchies are possibly a little out of date. Modern variants of the technique allow for rapid live traffic customisation, see e.g. https://arxiv.org/pdf/2502.10519 . I suspect that the "nested dissection" approach also allows for regional maps. It's been a while since I looked at OSRM's implementation, but I don't think they've been keeping up with the cutting edge here.
Who knows .. ;)
Re: OsmAnd’s Faster Offline Navigation (2025)
#68I really want to stop using Google maps but the issue I have with every other option is that I can never just search for the place I want to go to. 99% of the time, the place I am going to is a business, searching " " on anything other than Google maps either gives me nothing (OsmAnd in this category) or might give me some the shops of that chain but in a random order and intermixed with towns a hundred miles away wh…
I'm stubborn enough to use Google Maps in my web browser (signed out) and then copy/paste the actual destination address into the app for turn-by-turn directions (e.g. CoMaps, OsmAnd). It's inconvenient, but it's also one less Google app on my phone. The Google Maps moat has always been its breadth of accurate, current business information. It is unfortunately the Yellow Pages of the Internet era.
Re: OsmAnd’s Faster Offline Navigation (2025)
#69OsmAnd still hasn't fixed utah addresses. If I enter in how we call addresses in local slang, it has no idea how to find it.
OsmAnd merely makes use of the data from OSM.
Re: OsmAnd’s Faster Offline Navigation (2025)
#70Could anyone explain, please, where's the 100x acceleration they mention? The screen records compare 36 seconds to 13 seconds, that's roughly 3x. Also, this piece: > 100x speedup is achieved by comparing HH with bidirectional A*. 2-phase A* already uses many heuristics which don't always create an optimal route and still 5-10x slower. So, 2-phase A* is 5-10x slower than bidirectional A*?
Routing type (Android) / Routing algorithm (iOS)
- A* 2-phase (Android) / A* (iOS)
- A classic* (Android) / Highway hierarchies (iOS)
- HH (Highway Hierarchies) x C++ (Android only)