Skip to content

Commit

Permalink
Draw major road labels on select boundary screen. Orienting is really…
Browse files Browse the repository at this point in the history
… tough otherwise.
  • Loading branch information
dabreegster committed Jul 21, 2023
1 parent bd2fa10 commit 9cf5d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/ltn/src/pages/select_boundary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ impl State<App> for SelectBoundary {
.as_ref()
.unwrap()
.draw(g);
app.per_map.draw_major_road_labels.draw(g);
app.session.layers.draw(g, app);
if let Some(ref lasso) = self.lasso {
lasso.draw(g);
Expand Down

0 comments on commit 9cf5d51

Please sign in to comment.