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

Score mode #5

Open
3 of 5 tasks
dabreegster opened this issue May 31, 2024 · 5 comments
Open
3 of 5 tasks

Score mode #5

dabreegster opened this issue May 31, 2024 · 5 comments

Comments

@dabreegster
Copy link
Contributor

dabreegster commented May 31, 2024

  • Make much more configurable
  • Popups cover up routes
  • Display all parking, to sanity check results
  • Some routes aren't shown
  • Improve handling of positions along a road
@XioNoX
Copy link

XioNoX commented Jun 2, 2024

Thanks That's awesome and already useful. Some more suggestions.

  • In "Make much more configurable":
    • Add a toggle to hide POIs with good score
    • Customize the distance thresholds
    • (optionally) Customize the POIs to display
  • Add more POIs types (at least shop=*, more amenities, like what's in Isochrone mode)
    • Later on, once customization is possible maybe even office=*, and building=apartments
  • Cluster POIs, for example with a size circle, to show areas needing parking the most
  • Bugs (maybe similar to your last 2 points)

@dabreegster
Copy link
Contributor Author

For the first bug with the missing parking, it's just because the OSM data in the built-in example areas is old, before that parking was added:
image
If you import from Overpass, it sees the new parking:
image
The route preview isn't shown because the pub and parking are on the same edge. That's also why it's a huge 169 seconds; it's just crossing the entirety of that road.

So, one of the next big improvements to fix this and other problems is handling more precise positions along a road

@dabreegster
Copy link
Contributor Author

(And a good TODO would be to capture the latest timestamp in the input OSM data and display it somewhere for clarity; this kind of problem has come up a few times. I could also think about regularly updating the OSM extract)

dabreegster added a commit that referenced this issue Jun 2, 2024
@XioNoX
Copy link

XioNoX commented Jun 2, 2024

Thanks for the quick turnaround ! The tool is already proven useful !
In the "Pick types of amenity to search from" dialog, it would be useful to have a "select all" option. Maybe hide the bicycle_parking option, even though it's probably useful for troubleshooting by showing how far bike parking is from itself :)

@XioNoX
Copy link

XioNoX commented Nov 30, 2024

Annoter useful feature would be to be able to export the POIs (or generate the matching Overpass query) that are too far from any bike parking (while specifying a cut-off distance).

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