Skip to content

Commit 0734af4

Browse files
authored
Add OverlappingMarkerSpiderfier to plugins table (#2036)
* docs: add OverlappingMarkerSpiderfier to table * update plugin docs requirements
1 parent 5205be8 commit 0734af4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,10 @@ The *final* PR should contain:
116116
- a new module in `folium/plugins` with the plugin class, with docstring
117117
- importing that class in `folium/plugins/__init__.py`
118118
- a test in `tests/plugins/test_[new plugin module].py`
119-
- listing the plugin in `docs/user_guide/plugins.rst`
120119
- a documentation module with examples in `docs/user_guide/plugins`
120+
- listing that module in `docs/user_guide/plugins.rst`
121+
- in the toctree
122+
- as well as the table lower on the page
121123
122124
Before doing all this work it's a good idea to open a PR with just the plugin
123125
to discuss whether it's something to include in folium.

docs/user_guide/plugins.rst

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ Plugins
8181
- A small minimap showing the map at a different scale to aid navigation.
8282
* - :doc:`Mouse Position <plugins/mouse_position>`
8383
- A control that displays geographic coordinates of the mouse pointer, as it is moved over the map.
84+
* - :doc:`Overlapping Marker Spiderifier <plugins/overlapping_marker_spiderfier>`
85+
- Help manage overlapping markers by “spiderfying” them when clicked, making it easier to select individual markers.
8486
* - :doc:`Pattern <plugins/pattern>`
8587
- Add support for pattern fills on Paths.
8688
* - :doc:`Polygon Encoded <plugins/polygon_encoded>`

0 commit comments

Comments
 (0)