Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

feature: reverse lookup a street from location #300

Open
kfarr opened this issue Oct 1, 2023 · 1 comment
Open

feature: reverse lookup a street from location #300

kfarr opened this issue Oct 1, 2023 · 1 comment

Comments

@kfarr
Copy link
Contributor

kfarr commented Oct 1, 2023

as a nontechnical user I can search for a street, intersection or address that eventually identifies a slice of street that can be rendered in 3dstreet for visualization or further editing.

more simply: as a nontechnical user I can search for a street and see it in 3dstreet

@kfarr
Copy link
Contributor Author

kfarr commented Oct 3, 2023

From @dabreegster

Overall workflow sounds good to me. You could:

  1. display a slippy map with leaflet or maplibre, let people click somewhere
  2. Use the Overpass API to get the nearest highway=* matching that, get the tags for that way
  3. Feed into the osm2streets lane algorithm, get out the JSON left-to-right things
  4. Map that over to streetmix segments

For tracking 3, see a-b-street/osm2streets#224

Next step for this ticket is 1 -- do a basic slippy map with click to set point

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

No branches or pull requests

1 participant