leaflet
Here are 2,814 public repositories matching this topic...
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Apr 2, 2022 - TypeScript
-
Updated
Mar 21, 2022 - JavaScript
-
Updated
Feb 20, 2022 - JavaScript
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Apr 11, 2022 - JavaScript
In the event payload there is always the source
and the possibility to add custom properties. Is it possible to extend types and make a base event type with source
and custom properties?
JS where the payload and the custom payload are merged:
https://github.com/
When creating a Choropleth object with geo_data
specified, but without the choro_data
attribute, the _get_data
method will raise an exception:
leaflet.py:1361, in Choropleth._get_data(self)
1358 return {}
1360 if self.value_min is None:
-> 1361 self.value_min = min(self.choro_data.items(), key=lambda x: x[1])[1]
1362 if self.value_max is None:
1363 self.val
The Story display panel at the bottom of the screen has some alignment issues in one of the corners:
We should fix this so the lines align.
-
Updated
Jan 16, 2022 - JavaScript
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Mar 29, 2022 - Rust
-
Updated
Apr 11, 2022 - JavaScript
-
Updated
Mar 15, 2018 - JavaScript
-
Updated
Nov 26, 2021 - JavaScript
-
Updated
Mar 18, 2022 - JavaScript
-
Updated
Sep 13, 2021 - JavaScript
-
Updated
Feb 13, 2022 - TypeScript
-
Updated
Nov 30, 2021 - JavaScript
-
Updated
Mar 22, 2022 - JavaScript
-
Updated
Mar 7, 2022 - R
Improve this page
Add a description, image, and links to the leaflet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the leaflet topic, visit your repo's landing page and select "manage topics."
The close button overflows the popup container if the container is empty: