Skip to content

Commit dc77e39

Browse files
authored
Merge pull request #700 from ocefpaf/refactor_polyline
Refactor polyline
2 parents 387dea3 + 6ded226 commit dc77e39

File tree

6 files changed

+116
-153
lines changed

6 files changed

+116
-153
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ API changes
1616

1717
- All popups are considered HTML text by default (ocefpaf #689)
1818
If a popup requires rendering use the `kwarg` `parse_html=True`.
19-
- `Circle` and `CircleMarker` are set to leaflet's defaults and accepted all
20-
`Path` optional arguments (ocefpaf #683)
19+
- `PolyLine`, `Circle` and `CircleMarker` are set to leaflet's defaults and
20+
accepted all `Path`'s optional arguments (ocefpaf #683 and #697)
2121
- `WmsTileLayer` and `ImageOverlay` are set to leaflet's defaults and accepted
2222
all `TileLayer.WMS` and `ImageOverlay` optional arguments respectively (ocefpaf #695 and #697)
2323
- Changed default `max_bounds` to `False` to reflect leaflet's default value (rdd9999 #641)

0 commit comments

Comments
 (0)