ProjectSidewalk / SidewalkWebpage

Project Sidewalk web page
http://projectsidewalk.org
MIT License
84 stars 25 forks source link

Adds button to view data for a route in LabelMap #3700

Closed misaugstad closed 1 month ago

misaugstad commented 1 month ago

Resolves #3694

Adds a button after you finish creating a route in RouteBuilder to view the data for just that route in LabelMap. This is done via a URL parameter, so you view data for any route (or routes) at any time. The URL might look like /labelMap?routes=12,8,44 or simply /labelMap?routes=12.

Before/After screenshots (if applicable)

Before Screenshot from 2024-10-22 11-16-07

After Screenshot from 2024-10-21 17-08-56

And in LabelMap Screenshot from 2024-10-21 17-09-16

And then in LabelMap if you selected multiple routes Screenshot from 2024-10-21 15-57-19

Things to check before submitting the PR
jonfroehlich commented 1 month ago

Super cool. Thanks @misaugstad!