Skip to content

Commit

Permalink
Refactor example
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Jan 25, 2024
1 parent 646649d commit dd691c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/examples/geopandas/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
def create_map():
m = Map(map_options)
m.add_layer(wilderness_layer)
# m.add_tooltip(LAYER_ID, "NAME", template="NAME: {{ NAME }}")
# m.add_tooltip(LAYER_ID)
m.add_popup(LAYER_ID, template="<b>Name:</b> {{ NAME }}")
m.add_tooltip(LAYER_ID, "NAME")
return m


Expand Down

0 comments on commit dd691c9

Please sign in to comment.