Commit fb7fd59b authored by Eric Duminil's avatar Eric Duminil
Browse files

with coordinates

parent 0f23647c
......@@ -66,7 +66,9 @@ for same, grouped_df in df.groupby('tree_number'):
opacity=1,
fill_color="green",
fill=False, # gets overridden by fill_color
popup=f"Tree #{tree_id}, {species} ({species_de}). From {times['min']} to {times['max']}\n{table}",
popup=f"Tree #{tree_id}, {species} ({species_de}).<br/>"
f"{lat}°N {lon}°E<br/>"
f"From {times['min']} to {times['max']}\n{table}",
).add_to(interactive_map)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment