We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6d149 commit ae8c948Copy full SHA for ae8c948
folium/features.py
@@ -276,6 +276,8 @@ class GeoJson(Layer):
276
* If str, then data will be passed to the JavaScript as-is.
277
style_function: function, default None
278
A function mapping a GeoJson Feature to a style dict.
279
+ highlight_function: function, default None
280
+ A function mapping a GeoJson Feature to a style dict for mouse over events.
281
name : string, default None
282
The name of the Layer, as it will appear in LayerControls
283
overlay : bool, default False
0 commit comments