-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Public transport labels fixes #187
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Oops, I've used npm instead of yarn :/ |
This reverts commit bf1d1eb.
${featureType}(${id}); | ||
rel(bn)["public_transport"="stop_area"]; | ||
node(r: "stop") -> .stops; | ||
rel(bn.stops)["route"~"bus|train|tram|subway|light_rail|ferry|monorail"]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, this is some advanced query! I will have to study how this works. It could be useful on my other PR #186 .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see also here: #387
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks very good 🎉
This PR addresses two significant issues and introduces improvements to the public transport labels: