Nate Wessel
Nate Wessel
I'm working on a fixed force layout with collision and X and Y positioning. It's being rendered by React, and so I'm trying to optimize and speed up the force...
fixes https://github.com/Project-OSRM/osrm-backend/issues/6179
`cycleway:both` seems to have become a common substitute for `cycleway` [since 2018](https://taginfo.openstreetmap.org/keys/cycleway%3Aboth#chronology) however the current bicycle profile doesn't check for it.
### What is the new or updated feature that you are suggesting? I have a set of paths with a parameter like * `/foo/:id` * `/foo/:id/bar` * `/foo/:id/baz/etc` * ......
## What this pull request accomplishes: - formats code blocks in docs for legibility / consistency ## Issue(s) this solves: - code blocks were hard to read ## What, in...
The collisions tables currently in vogue, `collisions.events` and `collisions.involved`, have many smallint type columns for the various coded fields. However the corresponding tables in `collision_factors` are often(always?) text fields. Sometimes...
## What this pull request accomplishes: - documents the centreline data ## Issue(s) this solves: closes #801 ## What, in particular, needs to reviewed: - facts, clarity ## What needs...
## My understanding The table `gis_core.centreline` should contain all the centreline lines The table `gis_core.centreline_intersection_point` should contain all the intersections of those lines. (Or does `gis_core.intersection` contain the intersections?? I...
There is no data for `classification_uid = 8` in any of the Miovision volumes tables. ```sql SELECT * FROM miovision_api.volumes WHERE classification_uid = 8 ``` Did we have this before?...
## What this pull request accomplishes: - Notes a quirk of the HERE dataset ## Issue(s) this solves: - adds to docs ## What, in particular, needs to reviewed: -...