Kevin Kreiser

Results 447 comments of Kevin Kreiser

The reason it uses that is because that is the last time we changed the base build image which doesn't have our code in it just the tools needed to...

we could do that on master but then there are 2 problems: 1. how do we make the other builds wait for that workflow to finish 2. masters build outcome...

so if it only takes 2 minutes, maybe we can indeed just switch back to running the script and getting rid of the build container. i love simplifying stuff so...

it is possible to customize requests. please see https://github.com/valhalla/valhalla/blob/master/docs/api/turn-by-turn/api-reference.md#costing-options some of the things you want to do are possible but we'd need to do a bit of work to support...

hahah @nilsnolde you beat me to it!

it would be possible for us to add this, we'd just need to keep this information on the node at parsing time and then propogate it to the ways that...

@georg-d :smile: wollte grad auch vorschlagen so yeah we do "promote" some osm nodes to graph nodes for other reasons. we could promote a node with a maxheight tag to...

@ianthetechie i think we could use the same technique we use for access overrides that happen at a per country level. for this we make use of our already existing...

@gknisely can you have a look at this, do the admin codes map to those we have?

ok so for map matching you need to modify the `trace` config sections `max_distance`: https://github.com/valhalla/valhalla/blob/master/scripts/valhalla_build_config#L243