Skip to content

Commit

Permalink
More work on the map legend
Browse files Browse the repository at this point in the history
  • Loading branch information
pclemow committed Sep 16, 2024
1 parent dca79f6 commit b494a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ def generate_map_location_svg(

def generate_map_clock_svg(
opal_data: pd.DataFrame,
clock_cx: float = 2319,
clock_cy: float = 250,
clock_cx: float = 2359,
clock_cy: float = 400,
clock_r: float = 150,
sim_hour: float = 1,
sim_min: float = 0,
Expand Down

0 comments on commit b494a16

Please sign in to comment.