-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Use station tag value in pmap:kind_detail and include tram stops in POIs #166
Conversation
…ight_rail / train stations
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.
Should min_zoom carry by the new station kind_detail value?
Same comment as other Pr, let's set an explicate min_zoom on new tram_stop, too. Probably zoom 15 or 16?
To match bus stops, I set the tram_stop to zoom 16. Regular train stations should be as important as visible as libraries right? So I set it to 13 as well. Subway and light rail at 14 seemed appropriate. WDYT @nvkelso ? |
I also added |
Do we need to use a different tagging scheme once we have a single POI that is part of multiple transit modes? https://tilezen.readthedocs.io/en/latest/layers/#poi-properties-only-on-kindstation |
These transit networks are distinct. I don't think that these nodes exist. As far as I can tell, these stations are mapped as distinct nodes as well, even when they are in the same building. |
I changed the zoom for the https://github.com/tilezen/vector-datasource/blob/master/yaml/pois.yaml#L1948-L1953 (I also set I set https://github.com/tilezen/vector-datasource/blob/master/yaml/pois.yaml#L1958-L1965 |
Kudos, SonarCloud Quality Gate passed! |
I finally fixed all the code formatting issues! |
Thanks for fixing the formatting! Ultimately the nature of this tag is to power a different icon, and the one we have in Tilezen looks like this: This is used indiscriminately for light rail, subway, tram. Committing to a certain tag means we need to stick with that tag going forward for all styles. @eikes can you give more background on how your style plans to use this tag? |
Oh , we also have https://tilezen.readthedocs.io/en/latest/layers/ @nvkelso open to guidance on whether we want to stick with pure Tilezen or pursue a different tagging scheme, previous linked issue: tilezen/vector-datasource#532 |
I also wanted to mention, that there are in fact nodes which have two conflicting kinds at the same time: https://www.openstreetmap.org/node/2498920310 found via |
👋 Sorry for the delay, I was traveling. Expanding the docs that @bdon linked to: In Tilezen, any The booleans are calculated by walking the transit relations that go thru the station node (reading properties on the node is not reliable), and would be new logic to add. But walking relations in Planetiler is "free", so "easy"? ;) This is because for most general usage maps it's just "something train, something on rails", while for a transit map style you'd want custom icons (and even grouped icons). For the cases where the type of station is ambiguous... |
+1 to walking relations to determine station types. Since we're designing for our MapLibre style, is there even a way right now to show multiple "stacked" icons for a multi-modal transit station? (I know Apple does this.) The best I've seen is using the SDF font hack to show multiple "icons" that are actually glyphs in a fontstack. |
That's true! You can't really put two icons on the same node anyways. But as a designer of a map I might be more interested in one kind of node than the other. |
Sorry, I have to close this PR for now - please keep the issue open so we can revisit it! We are focusing on achieving parity with the Tilezen project in 2024, and because this feature expands beyond the tagging scheme of Tilezen it's difficult to incorporate into the design right now. At a future date we may build beyond the Tilezen schema or offer a configuration-driven way to add extra tags. |
Use station tag value in pmap:kind_detail to differentiate subway / light_rail / train stations
Include railway=tram_stop in POIs
This PR fixes #165
See:
https://wiki.openstreetmap.org/wiki/Key:station
https://wiki.openstreetmap.org/wiki/Tag:railway%3Dtram_stop