Skip to content
Poutnik edited this page Sep 15, 2016 · 88 revisions

Welcome to the Poutnik's Brouter custom profiles wiki


  • The routing / or just route generation can be done by one of the 3 ways:

    • By the Android application BRouter itself from Google Play ( just route generation )
    • By Android GPS navigation application OSMAnd, Locus and OruxMaps, that call BRouter internally via routing service API.
    • By BRouter Web Desktop Frontend - useful for profile testing and route planning
      • Be aware that when testing my profiles as they are, the Brouter web WILL NOT not generate navigation instructions. As the parameter turnInstructionMode = 1 ( auto-choose as default), intended for Android OSMAnd vs Locus detections. To generate navigation instructions for the target application, set turnInstructionMode to 2(locus-style) or 3(osmand-style)
  • You can test the profiles online on Brouter-web frontend by pasting their text content to bottom left paste field + pressing UPLOAD button. It then appears as Custom profile, aside of predefined ones. Notice the changelog comments at top and bottom of the profile code. You can let the Web to generate GPX file and import it to Phone application to view it on route you along it.

Profile development

Clone this wiki locally