Skip to content

Releases: abrensch/brouter

v1.7.10

Choose a tag to compare

@afischerdev afischerdev released this 17 Jul 14:53
4d2639a

Android

  • modified download view #938
  • fixed some breaks #939

v1.7.9

Choose a tag to compare

@afischerdev afischerdev released this 20 Apr 16:18
5f39887

Android

Library

  • Enable database access for pseudo way tags #828
  • Enable database access for pseudo node tags #884
  • Matched way points have a type now #849
  • Kinematic class update for cost (old classes become backup) #860

Profiles

  • car profiles now can use the pseudo way tags like forest, river, town

v1.7.8

Choose a tag to compare

@afischerdev afischerdev released this 12 Jul 08:25
041488b

Android

  • enable edit for unused profiles
  • use parameter changed in the BRouter app
  • reuse parameter for repeat:profile function
  • use unordered values for profile listbox (e.g. fastbike profile)
  • Android 16

Library

  • round trip function (engineMode = 4)
  • get way info (engineMode = 3)
  • voice hint for motorway exit
  • dynamic range for searching way points
  • enable a check for the start way
  • avoid u-turns on via points (if not corrected)
  • correct via points on or near roundabouds
  • enable export of the corrected way points
  • new method for pseudo-tags generation

v1.7.7

Choose a tag to compare

@afischerdev afischerdev released this 23 Jul 08:41
e63cc98

Android

  • update to Android API 34

v1.7.6

Choose a tag to compare

@afischerdev afischerdev released this 21 Jun 07:48
9dcb7ca

Android

  • bug fix for car profiles

v1.7.5

Choose a tag to compare

@afischerdev afischerdev released this 05 Jun 13:26
6c69e9c

Android

  • bug fix for repeat last route <repeat:...>

Library

  • ISO8601 compatible timestamps in log
  • Update MIME type for GeoJSON responses

Profiles

  • update gravel profile

Minor bug fixes

v1.7.4

Choose a tag to compare

@afischerdev afischerdev released this 09 Apr 15:07
f3af9d6

Library

  • new "DIVIDE" command for profile calculation
  • new "maxslope" and "maxslopecost" parameters
  • new parameter collector
  • new output logic
  • rework on voice hints and roundabouts
  • enabled elevation raster files with 1 asec

Android

  • BRouter translations
  • fallback on certificate problems

Minor bug fixes

v1.7.3

Choose a tag to compare

@afischerdev afischerdev released this 20 Aug 10:13
fba51cc

Minor bug fixes

v1.7.2

Choose a tag to compare

@afischerdev afischerdev released this 20 Jul 10:53
cabdea1

Re-index Json output

Note: This is different to releases 1.7.0 and 1.7.1. It is recommended to use the current version to avoid breaks in voice hint output for GeoJson.

v1.7.1

Choose a tag to compare

@afischerdev afischerdev released this 12 Jul 12:32
2762744

Android

  • Add parameter dialog for profile
  • Add portrait mode for download view
  • Add silent mode for calling apps
  • Fixed download lookups.dat when download only single rd5 tile.

Library

  • Update matching points rules on areas with longer distances between way points
  • Optimize constant expressions in profile parsing
  • Rework on roundabouts (left-hand driving)
  • Add new function 'get elevation'
  • Minor bug fixes