Florian Bischof

Results 294 comments of Florian Bischof
trafficstars

PR solve the issue, thank you 👍 But I'm not sure if the aria-label should also be added when it is expanded after being collapsed. Because `` will be set...

They adjusted the code in https://github.com/maplibre/maplibre-gl-js/pull/2345, do we need to update this PR too?

I would say `aria-label="Map"` would be make sense but like I understand it, with defining `role='region'` we would say that the Leaflet map is one of th main parts of...

~~I think this is related to #2609~~

> Remove obsolete way of instantiating a circle? Only in docs or in the code too? I would like to remove it, but many users are still using `L.circle([0,0], 400).addTo(map)`

@hollowM1ke most of the points needs to be further discussed but you can try to change the following to points and make your first PR. Please make sure to read...

No you can't test the docs automatically, you need to start the server and then view it in the browser manually. To start the server you need to run `npm...