brouter
brouter copied to clipboard
configurable OSM offline router with elevation awareness, Java + Android
On many cycle paths there are often small bridges that have wood or metal as a surface. Unfortunately, these cycle paths are currently often disadvantaged or even excluded from routing...
Hi, Following https://github.com/abrensch/brouter/commit/46c114ba1efda101d421171e27c918aaaec19758, I guess we should look at a usable energy model for hiking. So far, I found https://www.brianmac.co.uk/energyexp.htm and http://sprott.physics.wisc.edu/technote/walkrun.htm which might be of interest. This issue is...
I find it quite frustrating that #58 is not merged, but I understand the underlying issue: as a maintainer, how can you be confident that changes to your profiles will...
In particular natural=beach for the trekking profile. Routing around the edge of the way is acceptable.
This would probably be useful for routing in urban areas, where turning right is oftentimes much easier/quicker than turning left (the other way around for left-hand traffic). Maybe some users...
When planning a route, there may be sections in the routing result that require attention (e.g. a ferry). A new expression for the profile parser: warn with being displayed in...
We have three ways to call a profile in the app: - "fast"-->[0|1] "v"-->[motorcar|bicycle|foot] - 'profile' option - 'remoteProfile' option All of them call a `readNogos` function. But only the...
BRouter currently has four elevation sources * `ConvertSrtmTile` supports `_1arc_v3_bil.zip` which seem to support files in 1 deg tiles "Band Interleaved by Line" (BIL) format which is used by [USGS](https://www.usgs.gov/centers/eros/science/usgs-eros-archive-digital-elevation-shuttle-radar-topography-mission-srtm-1?qt-science_center_objects=0#qt-science_center_objects)...
Is it possible that BInstallerActivity not declared as forced landscape in BRouter [AndroidManifest.xml](https://github.com/abrensch/brouter/blob/master/brouter-routing-app/src/main/AndroidManifest.xml) ? It is a bit annoying to have to change orientation to download BRouter files. Doesn't the...
Custom profiles and a new lookups.dat could cause problems if a lookup entry or value was previously used and is now removed. Related to #458 Some thoughts what could be...