Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closing roads that don't exist on the basemap/network #98

Open
indraneel opened this issue Aug 22, 2019 · 1 comment
Open

Closing roads that don't exist on the basemap/network #98

indraneel opened this issue Aug 22, 2019 · 1 comment
Assignees

Comments

@indraneel
Copy link
Contributor

We've received feedback that there's situations where closures need to be created, but the roads they are associated with are not able to be matched to the SharedStreets-referenced road network being used in the Road Closures app.

We might want to add the ability to create extensions to the road network right from the Road Closures app.

@indraneel indraneel changed the title Closing roads that don't exist on the underlying basemap Closing roads that don't exist on the basemap/network Aug 22, 2019
@indraneel
Copy link
Contributor Author

indraneel commented Aug 22, 2019

one possible workflow:

  • Road closure app adds the ability to draw a segment of road that doesn’t currently exist on the base map, but one that can be inferred by a person looking at the map
  • Draw tool will add a new button called “Create” alongside “Search”
  • SharedStreets JS will generate a new SharedStreets referenced match based on the points inputted
  • Map will show a dashed line between points selected (clearly indicating this is drawn in, not matched)
  • Road data in metadata editor will be the same as if the road was retrieved via map matching

Concerns:

  • does the entire street geometry have to be drawn? how will users draw in streets accurately?
  • would need to be streaming OSM updates + tile updates, instead of just offering custom drawing ability?
  • City will have to manually enter street names?
  • Will intersections work if the street doesn’t exist on the basemap?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants