afischerdev
afischerdev
I also made a personal profile test system adapted from BRouterTesting. Node and json like this: ``` { "description": "Lemmer", "profile": "river_canoe_nomod", "params": "profile:shortest_way=0&profile:boat_height=1.0", "points": [ [5.709725,52.837426], [5.687383,52.871190] ], "results":...
An other thought on profiles brouter/misc/profiles2 contains some main profiles that generates variantes (car-vario, fastbike, trekking) And there are some who don't need a variante (hiking, rail, river, moped) But...
@EssBee59 > ==> I suspect that big / complex profiles cost more battery in the Android-app, not very good for biking Interesting remark, do you do continuously routing? I use...
Another thought on profiles: Naming convention: We have map generation profiles and routing profiles. What about name prefix on map generation profiles? Like mapgen_all, mapgen_softaccess, ... To be clearer what...
Another thought on profiles development: I made a test with json export and add a debug block for variables on way. Something like: ``` "debug_messages": [ {"lat": 9761129, "lon": 52332835,...
@quaelnix > That it was pure luck that the old (incorrect) code produced the result No, that was the chance for your to get test values. The pictures are produced...
> what is the target audience of shortest.brf Yes, I would see here only developer. As well as for the dummy.brf A nice new sample. Shows that it is more...
@quaelnix Please get this right, I'm not attached to the shortest profile. It's just a vehicle to get into a discussion. > I absolutely agree, but then we should create...
What is your meaning on `default`? The serviceconfig.dat contains the defaults for the modes: ``` bicycle_fast fastbike bicycle_short trekking foot_fast shortest foot_short shortest motorcar_fast car-fast motorcar_short car-eco ``` We have...
@quaelnix Sorry for the delay. I have found the hiking-mountain.brf in stock. So there is no need of more. I'll switch the foot defaults to this.