afischerdev
afischerdev
Well, it is not as easy as I thought on the first view. I started with the second point - unnecessary keep right - and added a check for the...
> Is a change intended only for cars or also for bikers? > (As explained above, for bike I prefered to keep "Turn slight right" in image 1) The change...
@EssBee59 Test server runs with this library.
@EssBee59 Thanks for the nice sample It has problems with angle calculation. This is changed back in #726  The test server has the new lib already.
Closed with PR #726. Feel free to reopen when there are still issues.
Do you have an example for that?
@maciejs Great, thanks
The lookups.dat next generation (see #458 and new [file ](https://github.com/afischerdev/brouter/blob/update-lookups/misc/profiles2/lookups.dat)) contains a ` route;0000000454 ski piste` Is that what you mean or do you need more?
Please have a look [here](https://github.com/afischerdev/brouter/blob/3e23bbb3f3cf77756413ddb69e3f339d7a73b8be/brouter-map-creator/src/main/java/btools/mapcreator/RelationMerger.java#L66) Route relation is build from route and network. So you may need more entries then route_ski_
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](https://github.com/abrensch/brouter/blob/master/misc/scripts/standalone/server.sh)