M393
M393
Input points are not matched correctly by trace_attributes.  It's fine until frame 11, but 12 and 13 should match to a closer point on the street and 14 is...
The matched points in the trace_attributes response reference the returned `shape` with `distance_along_edge`, but as the shape is already cropped to match the input coordinates the first and last edge...
In the response the first matched point with `edge_index: 5` has a value of `1` for `distance_along_edge`. The following matched points also are also on edge `5`, but have a...
I'm getting a response from trace_attribute with `edge_index` set in matched_points, but the edges array is actually empty. trace_attributes request ```json { "costing": "auto", "search_radius": 50, "shape_match": "walk_or_snap", "filters": {...
I'm trying to deal with reverse segments where a vehicle drives in reverse, but haven't found an option to do so. Is there something I can do to allow uturns?...
This adjusts the baseline according to the configured angle, see #3330
Fixes #18276 Select on update CURRENT_TIMESTAMP by default when changing a timestamp column where this is already set.
### Describe the bug When exporting a database structure Procedures and Triggers are not correctly exported. ### To Reproduce Steps to reproduce the behavior: 1. Go to Export 2. -...
### Describe the bug When browsing a table with a multi-column foreign key phpmyadmin adds links to the values in the foreign key columns. These links only point to that...
### Describe the bug The effective byte value of a table is negative after deleting a lot of rows. The table originally had ~10M rows, after deleting ~7.5M rows the...