Bug Reports » Trunk roads are not suitable for running » 11/28/2021 10:43 am |
At that page (the /fix_city URL), under the heading "Problem with city/street data" there's a button labelled "Report Missing Streets" which will add the street to a queue for reloading, which should not take terribly long (maybe an hour or two at worst case.
I've just done this for the two cities listed above. That "report a problem" kicks off an automated process to reload the city, so there's no manual review on my part.
Feature Requests » Major roads - only if they have pavements/sidewalks » 11/26/2021 1:19 pm |
Ultimately, I need some kind of tagging to be in place to indicate that a road isn't runnable. In the UK, there are any number of A roads in the countryside (I'm thinking like the north of Scotland here) where they're perfectly runnable. Excluding trunk roads as a general rule is not a good one because it many places it excludes roads that are perfectly fine to run on (and I think of several in my area). If pedestrians are not allowed on a road, a simple foot=no will cover the situation. That's also why I'm encouraging people to tag shoulders and sidewalks as additional tagging that can be used to determine road "runability".
Lastly, there is one simple tag that would solve the issue for dual-carriageway A roads: expressway=yes. This tag is well-used in the US for precisely this sort of situation, and can be used on the sort of road that really shouldn't be run on, even if it's technically legal.
Bug Reports » Trunk roads are not suitable for running » 11/26/2021 1:12 pm |
The global database updates in a loop which takes about a week to complete for the planet. That's why you see something like the following on the main page:
The city database is up to 6.68 days old
So, the city in question may not have caught up yet. If it has been at least a week, you can force-reload the city. There's a tiny link from the map view that says "Report a problem", and one of those options will hard-reload the city's data and reprocess all activities.
Announcements » Contact the Admin on Slack » 5/16/2021 12:54 pm |
Hello! I try to check these forums regularly, but sometimes life gets in the way. If you need to contact me more urgently, I can be found at the following Slack space:
Server: https://slack.openstreetmap.us/
Channel: #streetferret
Bug Reports » Stockholm disappeared » 5/16/2021 12:51 pm |
Looks like we're back in business. I've got a background job to look for missing cities which is doing its job, but it seems like 1x/day is too slow, so I'll ramp that up.
Bug Reports » Unable to Subscribe » 4/17/2021 8:50 am |
For those having trouble subscribing -- it will not work if you're accessing StreetFerret on HTTP.
I've since updated the server settings, so it should always redirect you to the secure HTTPS side of the site!
https://streetferret.com
Feature Requests » Run every street from a treadmill » 4/11/2021 4:41 pm |
Interesting idea! I wouldn't even know where to begin to create something like that, but I like how you're thinking
Bug Reports » Permissive » 4/08/2021 10:49 pm |
The access filters are set up by exclusion, so currently I exclude access=no,private,customers as well as foot=no,private,discouraged.
A reading of the OSM wiki for access=permissive seems like these should be OK? Do you have a real-world example of access=discouraged where you couldn't run/jog/walk?
Bug Reports » Is there a way to remove a Run? » 4/07/2021 11:06 pm |
Famous last words, but... it seems to have worked this time.
Bug Reports » Is there a way to remove a Run? » 4/07/2021 10:54 pm |
The issue is that there's no code in place to un-complete a street or part of a street once the system detects that it's been run. I do this intentionally for performance reasons. This causes a problem when a street is accidentally run, as I basically have to reset progress and re-process everything (or at least, that area).
I've got some code to reset a user's completion progress, but the request only comes up rarely, so I haven't had much opportunity to test it against live data. It sounds like the activity data is "fixed" on the Strava side, and the way I can tell it works is if I can get your completion data in Andover to get reset. This will give me an opportunity to go through that code and see what's missing.