brouter icon indicating copy to clipboard operation
brouter copied to clipboard

configurable OSM offline router with elevation awareness, Java + Android

Results 117 brouter issues
Sort by recently updated
recently updated
newest added

It would be very helpful if there was an optional layer for Panoramax coverage.

I chose `stick to cycleroutes`. However, the suggested path for https://brouter.de/brouter-web/#map=14/52.3471/4.9636/standard,Waymarked_Trails-Cycling&lonlats=4.921017,52.349295;4.951916,52.355069 is not optimal in this aspect. According to the data, 0.57 km is "unclassified" (which is in fact a...

Dear BRouter Development Team, I am writing to suggest an enhancement to the BRouter routing engine. I believe it would be beneficial to add functionality that allows users to incorporate...

enhancement

Hi, I am planning a long route by bike and I need to use the file system because it will take far longer than 60 seconds. I have made my...

With PR #700 we switched the GeoJSON response ``` application/vnd.geo+json to application/geo+json ``` The BRouter-web is still testing the old version The new lib 1.7.5 is running for https://brouter.de/brouter-test/ So...

I have noticed that travel time estimates BRouter produces are sometimes several (2-2.5x consistently) times lower than actual travel time. At least partially the reason for this is that my...

I am using Brouter-App with Osmand on Android. 1. However, I am a bit confused by the success message of the router. This success message should be renamed into something...

Following #699 I'd like to discuss some more improvements to the log output of BRouter server. There are three things I'd like to address: 1. separation between *stdout* and *stderr*...

Is it possible to distinguish between villages/towns and country? It would be very useful for my personal bicycle profile, because inside villages and small towns I prefer primary/secondary/teritary roads instead...

question
profiles

OsmTrack.java: ``` while (node != null) { if (node.origin != null) { } node = node.origin; } ``` and ``` OsmPathElementHolder detours = detourMap.get(node.origin.getIdFromPos()); if (nodeNr >= 0 && detours...