Skip to content

Commit df66041

Browse files
committed
Cleanup.
1 parent bdc9d30 commit df66041

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

folium/features.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -967,14 +967,8 @@ def __init__(self, fields, aliases=None, labels=True, localize=False,
967967

968968
class GeoJsonPopup(GeoJsonDetail):
969969
"""
970-
Create a popup feature to bind to each element of a GeoJson layer based on its attributes.
971-
972-
Follows the form of GeoJsonTooltip with `fields`, `aliases` arguments to embed GeoJson properties as a table in
973-
the popup.
974-
975-
Also has functionality to embed dynamic VegaLite charts for each feature based on a 'join' key for an attribute of
976-
the GeoJson feature, and a data layer in a VegaLite specification. Make sure both join keys contain string
977-
datatypes for best consistency.
970+
Create a popup feature to bind to each element of a GeoJson layer based on
971+
its attributes.
978972
979973
Parameters
980974
----------

0 commit comments

Comments
 (0)