-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Quest Modification: Height limit for railway crossings #5180
Comments
In which countries it is commonly signed? In Poland for example signage is unusual in such cases. |
Yeah, it does sound strange to me too, how would it even look? Do you have a picture @gdprdatasubect ? I've always understood that it is railway=level_crossing only if "a road crosses a railway on the same level; i.e., without a bridge" - and as it is level, there is not bridge/tunnel, so there should not be any height limits? Taginfo says that only |
Thanks @gdprdatasubect, does this situation happen often in your country that Note quest guidelines, especially ":zzz: No spam" and ":clock4: Effort vs impact".
|
https://overpass-turbo.eu/s/1yGC I made an overpass query, all crossings that don't have have "4" or similar tagged as maxheight are red. France seems to have more data than germany, there it is more varied with everything from 3.2m to 4.7m: The Standard for Sweden seems to be float handling errors :D This would maybe be an good example where the tagging for |
It seems to be only/mostly relevant where there are overhead wires, so the quest could be limited to level crossings of railways with electrified=contact_line |
So, I guess it makes sense to ask for railway crossings with electrified contact lines. |
I assume there is an international railway standard for the distance between rails and overhead wires? Then crossings with a height limit less than that standard should be very rare, and the quest would be very spammy? |
Not everywhere. In Poland it seems that catenary height is higher than highest standard vehicle size and therefore height limit are unsigned. |
No there is not, have a look at that overpass-query I posted. There are even different catenary-wire-widths, e.g. any locomotive that wants to drive on Swiss rails needs another set of Panthographs |
Anyway, I do not think it is worth the effort to research in which countries a certain always-sufficient min height for electrified contact lines can be assumed, considering that such railway crossings are not that frequent that it would feel like spam to be asked maybe a little too often. From my side, it can be implemented as described: For all railway crossings that share a node with a railway line that has an electrified contact line. The code is here in case anyone would like to create a PR: It would make sense to add a unit test for this case, too. Current tests for this quest are here: |
@gdprdatasubect it would be useful if you uploaded the first photo you got there (if it is yours) also into the wiki to be mentioned in https://wiki.openstreetmap.org/wiki/Key:maxheight |
Unfortunately not, but i'll ask the photographer and check a local railway crossing if he says no. |
FYI: Related question about this issue in the OSM Forum: https://community.openstreetmap.org/t/streetcomplete-fragt-bei-eisenbahn-weg-kreuzung-nach-durchfahrtshohe/103606/27 |
The problem with this quest is that in cities with tram infrastructure (e.g. my experience in Leipzig) suddenly the whole city is plastered with these quests and it took me a few days to understand this wasn't triggered by a bug with the generic maxheight quest, but because the crossing tram lines have overhead wires. I don't know of a single crossing in Leipzig that has the maxheight signed for any tram crossing, so there seems to be very little value. Maybe ignore the quest for railway=tram ? |
It seems to be a useful information whether the maximum height on roads is limited due to the tram overhead wires, as these wires are not particularly high up. Then again, if such information is virtually never signed for trams, it indeed would make no sense in asking for it. Would need some input, how is it in other places with tram lines - or maybe the signs come earlier, not directly in front of the crossing? |
I have never ever seen such signs for tram crossings in Poland (though I have seen trams only in few cities...). Also, in Poland it is extremely, extremely rare also for rail level crossings. |
Never seen in it on tram crossings in Croatia, very rare for rail level crossing too. |
Alright, I excluded tram lines |
Use case
Expand Quest: "What is the height limit here?" to
railway=level_crossing
Proposed Solution
Ask if there is a maxheight displayed via signs if no tag
maxheight:signed=no
andmaxheight=default
If there is a sign tag
maxheight:signed=yes
and ask the user for the corresponding value formaxheight
The text was updated successfully, but these errors were encountered: