Skip to content

Commit

Permalink
Use the same outline thickness for roads and intersections. [rebuild]…
Browse files Browse the repository at this point in the history
… [release]
  • Loading branch information
dabreegster committed Feb 16, 2023
1 parent 8d8c6f6 commit 83d6c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map_gui/src/render/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ impl DrawMap {
unzoomed_pieces.push((
zorder + outline_z_offset,
outline_color.into(),
pl.make_polygons(0.5 * outline_thickness).into(),
pl.make_polygons(outline_thickness).into(),

This comment has been minimized.

Copy link
@dabreegster

dabreegster Feb 16, 2023

Author Collaborator

I don't know why I ever used half here. The improvement looks great in the LTN tool and in unzoomed mode elsewhere.
Screenshot from 2023-02-16 16-09-09
After:
Screenshot from 2023-02-16 16-09-16

));
}
}
Expand Down

0 comments on commit 83d6c65

Please sign in to comment.