File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
0.9.0
2
2
~~~~~
3
3
4
+ This version drops support for Python 2.7. (#1100, #1104, #1111)
5
+ Python 3.5+ is required.
6
+
4
7
- Geojson separate style mapping (conengmo #1058)
8
+ - Warn for wrong color values in Icon (conengmo #1099)
9
+ - Use Jinja2's `tojson` filter to convert data (conengmo #1101)
10
+ - Pass **kwargs as options to Leaflet classes (conengmo #1101)
11
+ - Explicit coordinate validation (conengmo #1090)
12
+ - Add `icon_create_function` arg to `FastMarkerCluster` plugin (Gordonei #1109)
13
+ - Add `PolyLineOffset` plugin (FabeG #1091)
14
+ - Add Locate Control plugin (fullonic #1116)
15
+ - Add Leaflet `CustomPane` class (Ipkirwin #1094)
16
+
17
+ API changes
18
+
19
+ - Remove `add_tile_layer` method from `Map` (conengmo #1127)
20
+ - Remove args from `Map`, if needed use `TileLayer` instead (conengmo #1127)
21
+
22
+ Bug fixes
23
+
24
+ - Fix broken attribution for built-in tiles (FabeG #1128)
5
25
6
26
0.8.3
7
27
~~~~~
You can’t perform that action at this time.
0 commit comments