abrensch / brouter

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

App using nogos / nogo-vetos #563

Open afischerdev opened 1 year ago

afischerdev commented 1 year ago

We have three ways to call a profile in the app:

All of them call a readNogos function. But only the first method also checks the nogo-vetos defined in the BRouter app. So with the other methods, a nogo works on all profiles. I would vote to a remove the readNogos call on the profile and remoteProfile. This means the clients have to transfer a nogo definition if needed - the web client already does it this way.