Skip to content

Commit eb898c2

Browse files
committed
docs: modification of OverlappingMarkerSpiderfier plugin documentation
1 parent 42eefa2 commit eb898c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user_guide/plugins/overlapping_marker_spiderfier.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ for i in range(10, 20):
8989
popup=f"Sub Group 2 Marker {i}"
9090
).add_to(sub_group2)
9191
92+
# Add the main group to the map
93+
main_group.add_to(m)
94+
9295
# Add sub-groups to the map
9396
sub_group1.add_to(m)
9497
sub_group2.add_to(m)
9598
96-
# Add the main group to the map
97-
main_group.add_to(m)
98-
9999
# Initialize OverlappingMarkerSpiderfier
100100
oms = OverlappingMarkerSpiderfier()
101101
oms.add_to(m)

0 commit comments

Comments
 (0)