Mike O'Brien
Mike O'Brien
@walkerke I'm opening this PR in draft as [this line](https://github.com/walkerke/mapgl/blob/main/R/layers.R#L146) also contains a reference to "`layer = layer`". I'm unsure if this is referring to underlying JS (don't change) or...
Since it's kind of an API change, would you want those that have `layer` as an argument to keep it for now -- just add a layer_id arg? Or are...
Just realized I put some pipes in there which doesn't align with the package's style, so converting to draft while I refactor.
@elipousson I've got a working, 75%-vibe-coded, version here: https://github.com/mhpob/mapgl/tree/allmap. I'm using it as a way to dip a toe into the language, so there's a lot of work before it's...
It seems this plugin works by adding the layer to the map, then adding the georeferenced map to the layer. (Current docs: https://allmaps.org/docs/packages/maplibre/). I've gotten it to work by placing...
Native js implementation in Observable: https://observablehq.com/d/db081811bd9dd0f9 Current R port: https://github.com/user-attachments/assets/4134d8a4-f6fa-42e4-bb57-fbc0192be588
A plugin package until we get clarity over whether to include this: https://github.com/mhpob/allmaps. ```r pak::pak("mhpob/allmaps") library(mapgl) library(allmaps) mapgl::maplibre(center = c(-71.04, 42.36), zoom = 11) |> allmaps::add_allmaps( id = "ID", url...
This one has been working for me, but I'm by no means an expert in this so I'm sure it could be better. 374 MB, about 6 min to build....