-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
See #7266. Same symptom, but on the Checkpoints tab
### …
-
Hi
I want to know how to create a routing package .vtiles from Valhalla tiles. As you know generated tiles from Valhalla are tailored as a special file name hierarchy like 'valhalla_tiles/1/001/002/…
-
# Purpose
This issue is to capture the desire and design, for dynamically loading terrain.
# Current Behavior
Currently, grid_map_geo supports loading a single `.tif` file. Before flight, a u…
-
## `@todo`
* [ ] make tiling window/folder manager (= "folder editor/tool") concept & design
* `@input` :package: [`what have we built hackmd`](https://hackmd.io/@mimiuxui/ryTf3nkW5) from #45
*…
-
Branches are outta control
```
% git branch -va
HEAD -> origin/master
add-aoi-mux 05d3e0d Fix magma const wiring
app_test f184725 Try to run simple comma…
-
Currently, for a furniture to connect to a Utility, it needs to have the wires ran directly to the furniture. In the past, people have stated a desire to have furniture connect to Utilities from a dis…
-
[Enter steps to reproduce below:]
- Create a file with the following contents
```
if __name__ == '__main__':
import_main()
```
- Save it as `test_error.py`.
- Fold the code
![minimap_err](htt…
-
hello, I wanted to know how I can make the tiles made in Valhalla in the form of an SQLite file with the fields ('zoom_level', 'tile_column', 'tile_row', 'tile_data').
Or are there any tricks to conv…
-
I want something like what Fractal eXtreme does. Fractal eXtreme first renders a very low resolution version of the fractal so that the user has a rough idea of what it looks like. Then it refines the…
-
Currently all fetch requests are processed in parallel without any throttling. There is a member variable in `MapGenerator` called `m_tileRequestLimit` (defaulting to 2) however this isn't being used.