Jake Low
Jake Low
Currently `mk_group` doesn't accept the `GROUPS` parameter, which means you're limited to a depth of one when creating group hierarchies. It'd be awesome if you could build arbitrarily deep group...
The docs claim (and my own testing has verified) that `INCLUDEDIRS` accepts only relative paths. It'd be neat if you could define variables with `mk_declare` that listed a set of...
I've been working on a project that requires fetching the appropriate OpenStreetMap tiles to cover the visible region of a non-Mercator map. This involves "un-projecting" the rectangle `[[0, 0], [width,...
Wizzy version: 0.5.9 I discovered this when attempting to export local dashboards to a Grafana instance using the username `admin` and a password containing a `/`, which for explanatory purposes...
## Environment - Xcode version: 13.2.1 - iOS version: 15.2.1 - Devices affected: iPhone 13 - Maps SDK Version: 10.3.0-rc.1 ## Observed behavior and steps to reproduce This code works;...
## What Add basic support for VoiceOver (iOS's built-in screen reader) to map elements, in order to reach parity with Mapbox iOS SDK v6. ## Why VoiceOver allows people with...
Adds new methods to HeaderBlock for retrieving the protobuf fields used by Osmosis for [replication](https://wiki.openstreetmap.org/wiki/Osmosis/Replication). For context, I'm working on [a Rust port of OSMExpress](https://github.com/jake-low/osmx-rs). I'm hoping to use your...
This is a small PR which adds title text (which desktop browsers show on hover) to relative timestamps in the UI, showing the absolute time. This is helpful when the...
The python examples in the repository aren't working. As an example, here's me running `read_way.py`. ``` $ python python/examples/read_way.py washington.osmx 761811137 Traceback (most recent call last): File "/Users/jake/Code/FOSS/protomaps/OSMExpress/python/examples/read_way.py", line 18,...
This PR aims to simplify both development and deploy workflows by making the frontend app easier to run and reducing the differences between what runs in local dev and what...