-
The SVG CSS:
svg {
width: 1.8em;
height: 1.8em;
fill: #fff; }
hides the polylines of LeafletJS. It probably should not be global.
I fixed it this way:
.sc-icon svg {
width: 1.8em;
height…
-
### I have checked the following:
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the feature you want to add
In https://github.com/usebruno/bruno/issues/244…
-
This is similar to https://github.com/umap-project/umap/issues/103, but for the values.
* `maxNativeZoom ` https://leafletjs.com/reference.html#gridlayer-maxnativezoom
* `minNativeZoom`
They al…
-
Hi, I create a map with this plugin and work fine [mappa-milano-2020/template04](https://www.cityplanner.biz/mappa-milano-2020/template04/)
-
- [ ] I've looked at the [documentation](http://leafletjs.com/reference.html) to make sure the behavior is documented and expected
- [x] I'm sure this is a Leaflet code issue, not an issue with my own…
-
Now that we have some geoJSON to work with, let's set up a map on the website to pull in all the data.
Resources:
Leaflet Quick Start Guide:
https://leafletjs.com/examples/quick-start/
Using G…
-
┆Attachments: https://leafletjs.com
-
So the problem is when you're trying to move the map (by dragging) while just zoomed - you don't move the map and it reads the actions as `click`. So if you show something to user on click it's kinda …
-
On mobile web (only tested on Chrome for Android), doing touch gestures quickly after zoom gestures results in the gestures being ignored. See repro video for more details.
**Steps to reproduce**
…
-
First of all, congratulations on your package, it's very useful!
So, I have a project that subscribes to a pub/sub service and every time a message arrives this message (coordinates) is used to mov…