File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
122124Before doing all this work it's a good idea to open a PR with just the plugin
123125to discuss whether it's something to include in folium.
Original file line number Diff line number Diff 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 >`
You can’t perform that action at this time.
0 commit comments