Commit 8b596694 authored by Eric Duminil's avatar Eric Duminil
Browse files

forgotten ,

parent f1ef4381
......@@ -138,7 +138,7 @@ def place_trees(forest, ways, region, to_local, tree_distance, min_distance_2) -
forest.add_tree_if_possible(min_distance_2, x, y,
color='#DFFF00',
type='Fake Tree',
description='Tilia tomentosa'
description='Tilia tomentosa',
radius=3
)
......@@ -167,7 +167,7 @@ def export_map(bounds, forest, epsg_id) -> None:
lon, lat = to_wgs84.transform(tree.x, tree.y)
folium.Circle(
location=[lat, lon],
radius=tree.radius or 2, # [m], when defined
radius=tree.radius or 2, # [m], when defined
color="black",
weight=1,
fill_opacity=0.9,
......
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