quaelnix

Results 116 comments of quaelnix
trafficstars

Part of the problem is that `nsection == 0` is not equivalent of being at at junction. The reason why above code still works reasonably well is that `(1. -...

Run `./standalone/local.sh` and `python3 -m http.server 8000 --bind localhost`.

This will be fixed by: https://github.com/abrensch/brouter/pull/499

As suggested by [rkflx](https://github.com/rkflx), a fix for the trekking profile could look like this: > ```diff > - assign ispaved = surface=paved|asphalt|concrete|paving_stones|sett > + assign ispaved = or surface=paved|asphalt|concrete|paving_stones|sett \...

> is there a way in BRouter to automatically alias `surface` to `surface|cycleway:surface` I also have not looked at that part of the code yet, but maybe @afischerdev knows more....

> What particular regressions do you have in mind? Basically the ones you mentioned above: - That, for example, a road bike profile might prefer to route over the (car)...

I spent an hour trying to find an example (using this overpass query: https://overpass-turbo.eu/s/1zIa) were: ``` - assign ispaved = surface=paved|asphalt|concrete|paving_stones|sett + assign ispaved = or surface=paved|asphalt|concrete|paving_stones|sett \ + cycleway:surface=paved|asphalt|concrete|paving_stones|sett...

> I'll be curious though to watch with which constructive solutions you'll come up with. Probably an unpopular opinion, but I would suggest to do nothing. No tag aliasing and...

This no longer seems to be the case, do we know why?

> Why does it drive through the small villages on D459? Because cities with less than 50,000 inhabitants are currently not considered, see: https://github.com/abrensch/brouter/issues/486#issuecomment-1647665358 ff.