Russ Garrett
Russ Garrett
I'm now rendering usage=transmission pipelines more prominently (see #154).
I think you can just use [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language) for this, at least as a default? It correctly returns `en-GB` for me here in the UK.
This annoys me too, but I don't think it's easily fixable unfortunately. I believe it would probably require a modification to Maplibre GL.
MapLibre/Mapbox GL doesn't support SVG icons (for what I understand is a good reason - it's not practical to render them in WebGL). SDF is meant to be the magic...
Thanks, this looks good! I don't have time to think about this in detail at the moment, but I think it might be useful to have a class which encapsulates...
This would indeed be nice, but it's not especially easy for me to implement at the moment (I think it would mean having to change the way the entire site...
Removing `no-cache` from your cache-control header will stop the browser hitting the server at all if it already has the image cached, which will speed things up a lot, as...
I reckon you can probably fire off all the requests at once and the browser will deal with the parallelism - that's what it would do if there are a...
I tried to implement this, but the implementation ends up quite complex and brittle. The main issues are: * It's surprisingly difficult to fire an event when all the tiles...
I just spotted this as well - you can see this behaviour on [openinframap.org](https://openinframap.org) (which is using an unmodified ScaleControl), so I think it should be reproducible by simply adding...