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

Do not ask "How is this railway crossing protected?" on railway crossings on private roads #1321

Closed
matkoniecz opened this issue Jan 21, 2019 · 4 comments · Fixed by #1366
Closed
Assignees

Comments

@matkoniecz
Copy link
Member

matkoniecz commented Jan 21, 2019

It is both hard to survey for (in some cases may be doable only for people working there) and value of this information is really low.

It typically happens within railway yards.

See say https://www.openstreetmap.org/node/1674572452#map=19/50.02815/20.00323 on https://www.openstreetmap.org/way/28013394#map=19/50.02815/20.00323

I can do that, unfortunately it will make query more complicated.

@matkoniecz matkoniecz changed the title Do not ask "How is this railway crossing protected?" on private service roads Do not ask "How is this railway crossing protected?" on railway crossings on private service roads Jan 21, 2019
@westnordost
Copy link
Member

westnordost commented Jan 21, 2019 via email

@matkoniecz
Copy link
Member Author

First step, an overpass query is now completed.

way["highway"]["access"~"^private|no$"]({{bbox}});
(._;>;);
node(w) -> .private;
node["railway"="level_crossing"]({{bbox}})->.crossings;
(.crossings; - .private;)->.public;
.public;
out;

http://overpass-turbo.eu/s/FC1

@matkoniecz matkoniecz changed the title Do not ask "How is this railway crossing protected?" on railway crossings on private service roads Do not ask "How is this railway crossing protected?" on railway crossings on private roads Jan 28, 2019
@matkoniecz
Copy link
Member Author

I see no reason to exclude just private service roads, rather than all private roads.

@matkoniecz
Copy link
Member Author

It seems that discarding all highway=* with access=no or private, also ones with foot=* tagged is OK. See http://overpass-turbo.eu/s/HB0 listing cases where railway intersects with highway=* with with access=no or private and overriding foot tag.

matkoniecz added a commit to matkoniecz/Zazolc that referenced this issue Apr 2, 2019
matkoniecz added a commit to matkoniecz/Zazolc that referenced this issue Apr 2, 2019
matkoniecz added a commit to matkoniecz/Zazolc that referenced this issue Apr 2, 2019
matkoniecz added a commit to matkoniecz/Zazolc that referenced this issue Apr 2, 2019
matkoniecz added a commit to matkoniecz/Zazolc that referenced this issue Apr 3, 2019
matkoniecz added a commit to matkoniecz/Zazolc that referenced this issue Apr 3, 2019
matkoniecz added a commit to matkoniecz/Zazolc that referenced this issue Apr 3, 2019
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

Successfully merging a pull request may close this issue.

2 participants