TravelMapping / Web

Web-facing tool/page development
8 stars 26 forks source link

wpt editor: Indicating intersecting and concurrent routes #392

Open michihdeu opened 4 years ago

michihdeu commented 4 years ago

Once we can load the wpt file from Git, see #372 the next step would be indicating intersecting and concurrent routes in the wpt editor. I suggest indicating this with a different back color, e.g. blue.

This helps to avoid breaking concurrencies, and creating NMPs. Reduction of noise to users (mileage fluctuation etc.).

yakra commented 4 years ago

intersecting/concurrent routes = a fairly lightweight feature as it's implemented in the HB. One query for one waypoint, only as needed, when we click on a waypoint to open its popup.

Not sure how well that'd scale to wptedit as in this proposal, with it being necessarily calculated for every point on a route. Not just once, but every time the file is reloaded or edited...