Stephanie May
Stephanie May
So we are describing something like https://github.com/stamen/vignette but for our current stack cc: @almccon
You are right it was the Homebrew version plus some weirdness with the path. When I uninstalled that plus moved the executable from /usr/local/bin to /opt/local/bin, `pmtiles version` works. ```...
Try this: naturalearthdata.comOn Nov 12, 2024, at 8:01 AM, Ana Willem ***@***.***> wrote: Is there a workaround or a valid URI pattern I can use? —Reply to this email directly,...
I'm able to reproduce this issue. Shortcut works when the menu panels are in focus, but not when the map is in focus. I *think* it's as straightforward as extending...
Anyone mind if I take a crack at this?
Investigated. The +/- button behavior is controlled in [src/ui/camera.ts](src/ui/camera.ts): `this.getZoom() + 1` => zoom 14.6 becomes 15.6 when + button is pressed The keyboard controller is at [src/ui/handler/keyboard.ts](src/ui/handler/keyboard.ts): `zoom: zoomDir...
Ok I tested Option 2, 👎 , makes sense for 14.6, but at 14.9 it feels strange to round only to 15. Moving forward with: ## Success Criteria 1. Behavior...
Ok I created a draft PR... gonna sleep on it and invite @1ec5 and others to think about this further. Almost certainly the vast majority of Maplibre users are mashing...
> For what it’s worth, Rapid and iD follow option 1, so I’m used to that behavior. I think I’ve seen option 2 somewhere (can’t remember). It probably wouldn’t feel...
Per discussion in #6908: 1. The primary use case for restricting fractional zooms is "When a MapLibre map needs to display a [raster tile layer](https://maplibre.org/maplibre-gl-js/docs/examples/add-a-raster-tile-source/) that’s cartographic rather than photographic."...