abrensch / brouter

configurable OSM offline router with elevation awareness, Java + Android
MIT License
511 stars 122 forks source link

Rework voicehint #726

Closed afischerdev closed 1 week ago

afischerdev commented 2 months ago

Discussion and test results please see #723

This contains also an update for ServerHandler to enable old requests please see #710

Set an environment variable like

export USEOLDSERVERFORMAT="yes"

afischerdev commented 2 months ago

The variable type from USEOLDSERVERFORMAT has changed from system to java variable. So the you could add -DuseRFCMimeType=true to your java options. System variable no longer needed. Please see

afischerdev commented 2 weeks ago

Are further tests needed here?