Florian Bischof

Results 348 issues of Florian Bischof

- Can used in combination with the wheel or alone - The spinner colors can be changed - Spinner not working with seconds or with selectable or disabled times -...

- Can used in combination with the wheel or alone - The spinner colors can be changed - Spinner not working with seconds or with selectable or disabled times -...

``` const map = L.map('map', { center: L.latLng([48.78232, 9.17702]),` maxZoom: 180 }); ```

Maybe you could add this in README or create a own function: `polygon.transform = new L.Handler.PathTransform(polygon, polygon.options.transform);`

Added the `move` event to following functions: - Polyline (Polygon / Rectangle): `setLatLngs`, `addLatLng` - ImageOverlay: `setBounds` - DivOverlay (Popup / Tooltip): `setLatLng` Added the `updateradius` event to following functions:...

feature

[Map](https://leafletjs.com/reference.html#map-setview): - [x] `setZoom` - [x] `setZoomAround` - [x] `fitWorld` - [x] #8365 - [x] #8366 - [ ] #8367 - [x] `setMinZoom` - [x] `setMaxZoom` - [x] #8368 -...

good first issue
tests
hacktoberfest2023

# Adds Dark Mode to Leaflet If the Browser settings of the user is in Dark Mode, Leaflet will automatically change it too. The information comes from [prefers-color-scheme](prefers-color-scheme). This automation...

feature
ux

> **Note**: PR [#8214](https://github.com/Leaflet/Leaflet/pull/8214) supersedes this PR! Fix #6072, fix #6075, fix #7372, close #7418 (supersede). This fixes a bug that is very hard to reproduce. Polygons disappearing sometimes while...

bug

In the newest Version of Leaflet 1.7.1 the Tooltips are not displayed correct, if a direction is set. **To reproduce:** Go to: https://leafletjs.com/examples/quick-start/example.html And add this in the console: ```...

bug

I amended the commit to include tests that check if two layers with different zoom levels will update the zoom limit. For example, if `minZoom` is 6 for the first...

bug
needs investigation