Commit 7e835af6 authored by Eric Duminil's avatar Eric Duminil
Browse files

Add fake tree marker

parent 00c1204a
......@@ -321,6 +321,7 @@ def export_map(bounds: Bounds, forest: Forest, ways: list, epsg_id: int) -> None
control=True
).add_to(interactive_map)
folium.ClickForMarker("New tree here!<br/>at <b>Lat:</b> ${lat}<br /><b>Lon:</b> ${lng}").add_to(interactive_map)
interactive_map.save(OUTPUT_DIR / f"{get_basename(bounds)}_trees.html")
print(" DONE!")
......
Supports Markdown
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