Skip to content

Commit

Permalink
Update map-of-activities.py
Browse files Browse the repository at this point in the history
show points and polygons on default so you don't land on an empty map
  • Loading branch information
MathewBiddle authored Feb 7, 2024
1 parent 635bf22 commit 5a25e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions map-of-activities.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def get_original_data(layer):
fields=["ref"],
aliases=[""],
),
show=False,
show=True,
).add_to(m)


Expand All @@ -168,7 +168,7 @@ def get_original_data(layer):
name="BioEco: {}".format(name),
tooltip=tooltip,
popup=popup,
show=False,
show=True,
).add_to(m)

folium.LayerControl(collapsed=True).add_to(m)
Expand Down

0 comments on commit 5a25e46

Please sign in to comment.