-
Notifications
You must be signed in to change notification settings - Fork 2
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
Missing access point at road / stream crossings #133
Comments
Data is present in client TopoJSON. This is good.However, due to a bug much deeper in the back-end TopoJSON generator, the Adding a new issue to fix the deeper backend bug. For now, a potential hack would be to say we only filter out "duplicate" roads if they are "extremely close" AND their distance to their neighbors is more than literally zero. In Northern Idaho alone, this fix opens up 236 new access points. @WilBublitz what do you think? Go forward with the hacky fix to get more access points? |
… there are actual duplicate 0-distance aps. See Heller Creek, ID for more.
… there are actual duplicate 0-distance aps. See Heller Creek, ID for more. (#137)
Issue Description:
Bridge crossing at road + stream intersection 47.063570, -115.218954 does not appear as an access point.
Expected Results:
road + stream crossing appears as clickable access point
Steps to Reproduce:
Navigate to Troutspotr.
Locate http://localhost:3000/id/north/heller-creek on map
Find road at intersection with http://localhost:3000/id/north/sherlock-creek
Confirm that access point appears and is clickable.
The text was updated successfully, but these errors were encountered: