diff --git a/app/svg.py b/app/svg.py index aa0145f..5c2421a 100644 --- a/app/svg.py +++ b/app/svg.py @@ -255,7 +255,7 @@ def generate_sld_location_svg( def generate_map_location_svg( x_coordinates: list[float], y_coordinates: list[float], - dot_size: float = 1.5, + dot_size: float = 3, colour: str = "#6A0DAD", ) -> SVG: """Generates an SVG of agent/EV locations for placement over the map image. @@ -274,8 +274,8 @@ def generate_map_location_svg( for x, y in zip(x_coordinates, y_coordinates): svg += ( f'\n'