sharedstreets / sharedstreets-road-closure-ui

a lightweight application for municipalities to create non proprietary, standardized road closures data using the SharedStreets referencing system
http://roadclosures-test.sharedstreets.io
12 stars 6 forks source link

Add ability to toggle intersections open/closed #95

Closed indraneel closed 5 years ago

indraneel commented 5 years ago
Screen Shot 2019-08-12 at 4 00 06 PM
indraneel commented 5 years ago

since we're using the matched path to determine the location of the intersection, introduced a simple validity check (starting/ending distance from 0/length of path cannot be more than an arbitrarily selected 2 meters) to make sure we're reasonably sure we're talking about an actual intersection. image image

indraneel commented 5 years ago

added a button that toggles on every intersection per each grouped selection image

indraneel commented 5 years ago

toggling-intersections