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

Thank you! Thank you for your project and software! Thank you for maintenance in the past and in the future! Kind regards and season's greetings!

I'm searching for a cross-country profile to be used in Brouter Android app, which is used by apps like Locus. Would it be possible to develop profile and ship it...

Two examples with penalties on a scale of 1–10. The bike should be assumed to be a moderately loaded trekking bike. ### Example 1: `highway=secondary` with `surface=asphalt` and `smoothness=good`: |...

enhancement

Here a new version for the trekking profile suggested by @EssBee59

profiles

It seems, the standard trekking profile do not calculate the right costs when a cycle route is defined on a way 2 examples: http://brouter.de/brouter-web/#map=14/49.9399/8.9582/osm-mapnik-german_style&lonlats=8.954887,49.953097;8.924436,49.887188 http://brouter.de/brouter-web/#map=13/49.9767/8.5679/osm-mapnik-german_style&lonlats=8.578911,49.990673;8.451819,49.947091 [bug_trekking.txt](https://github.com/abrensch/brouter/files/12452816/bug_trekking.txt) (see cost of 1.000...

profiles

Initial with #414, we like to update the lookups.dat and start the collection Add 'cycleway:both' (#414) ``` cycleway:both;0000000001 lane cycleway:both;0000000001 shared_lane cycleway:both;0000000001 no none cycleway:both;0000000001 track cycleway:both;0000000001 separate cycleway:both;0000000001 share_busway...

profiles

See https://bikerouter.de/#map=19/51.21989/12.52168/osm-mapnik-german_style,Waymarked_Trails-Cycling&lonlats=12.522542,51.219508;12.521635,51.219685&profile=shortest ![image](https://github.com/abrensch/brouter/assets/3664523/b1365215-c93e-40b0-9779-c7acaa49d148) I was surprised that BRouter reports this short bit of road as a `highway=service` with unknown surface and smoothness. The reason seems to be that there is...

Show the OpenStreetMap community what [data](https://wiki.openstreetmap.org/wiki/Tags) you are using. Add your project to the [list](https://taginfo.openstreetmap.org/projects) of [Taginfo Projects](https://github.com/taginfo/taginfo-projects).

To enable the crossing of a city along rivers, only one line of code in the profile text needs to be adjusted: ``` switch estimated_town_class= 0 ``` -> ``` switch...

Hello, wonderful piece of software! So far I seem to have found a way to actually use a software for road bike routing! Back to topic. I use OsmAnd and...