File tree 2 files changed +5
-1
lines changed
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:
116
116
- a new module in `folium/plugins` with the plugin class, with docstring
117
117
- importing that class in `folium/plugins/__init__.py`
118
118
- a test in `tests/plugins/test_[new plugin module].py`
119
- - listing the plugin in `docs/user_guide/plugins.rst`
120
119
- 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
121
123
122
124
Before doing all this work it's a good idea to open a PR with just the plugin
123
125
to discuss whether it's something to include in folium.
Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ Plugins
81
81
- A small minimap showing the map at a different scale to aid navigation.
82
82
* - :doc: `Mouse Position <plugins/mouse_position >`
83
83
- 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.
84
86
* - :doc: `Pattern <plugins/pattern >`
85
87
- Add support for pattern fills on Paths.
86
88
* - :doc: `Polygon Encoded <plugins/polygon_encoded >`
You can’t perform that action at this time.
0 commit comments