Skip to content

Commit 3b68a2b

Browse files
committed
Fix documentation problems
1 parent 2cd1272 commit 3b68a2b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/advanced_guide/polygons_from_list_of_points.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,4 @@ my_map_global
263263

264264
* https://docs.scipy.org/doc/scipy-0.19.0/reference/generated/scipy.spatial.ConvexHull.html, accessed 29.12.2018
265265

266-
* https://medium.com/@vworri/simple-geospacial-mapping-with-geopandas-and-the-usual-suspects-77f46d40e807, accessed 29.12.2018
267-
268266
* https://web.archive.org/web/20191207074940/http://blog.thehumangeo.com/2014/05/12/drawing-boundaries-in-python/, accessed 04.01.2019

folium/plugins/groupedlayercontrol.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ class GroupedLayerControl(JSCSSMixin, MacroElement):
1313
----------
1414
groups : dict
1515
A dictionary where the keys are group names and the values are lists
16-
of layer objects.
17-
e.g. {
16+
of layer objects. E.g.
17+
{
1818
"Group 1": [layer1, layer2],
1919
"Group 2": [layer3, layer4]
2020
}
21+
2122
exclusive_groups: bool, default True
2223
Whether to use radio buttons (default) or checkboxes.
2324
If you want to use both, use two separate instances of this class.

0 commit comments

Comments
 (0)