-
Notifications
You must be signed in to change notification settings - Fork 120
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
Add new transit layer features #469
Comments
Some or most of the nodes listed above should end up in the |
In the nodes list above, the following two are already covered in #587:
|
Over to Matt to list what's been done, what's outstanding. Then remove assignment. |
Add additional line attributes (zoom 11+ only):(for routes in transit layer)
Add nodes for:
These types depend on additional tags such as Note that these are a mixture of polygons, lines and points (11,864 points, 3,657 lines, 3,067 polygons in my North America extract), so all types will need to be queried and extracted. Lines and polygons to the Stations:Stop areas and sites were taken care of as part of #506 - we should wait and see how that settles out before putting any other features in the tiles. Add node attributes:This should be in the transit layer and the pois layer for existing stations there.
|
Re: additional tags. Hopefully this makes it clearer:
Ignoring some of the corner cases, such as the node tagged
|
Thanks @zerebubuth! That's really helpful. @nvkelso about the |
Different
|
Last week we talked about not including the following new line attributes, because they are only available on special types of relations we don't plan on adding (they'd additionally duplicate existing features, and aren't generally available says TagInfo, take that wiki):
The PRs above don't include them, so we're all good. |
The good:
|
The funky:
Hmm, we're missing features I expect to see. If it's already in the
While this is technically working, it creates ambiguity with railway platforms and bus stops (where
|
@nvkelso should the changes be:
|
I implemented the changes I mentioned in #634 |
I'm digging it. |
To support more advanced transit applications, we need to augment the existing set of transit attributes in the
transit
layer.Add additional line attributes (zoom 11+ only):
Add nodes for:
*
The last 4 stop types depend on additional tags such as rail=yes (and should exclude bus=yes, trolleybus=yes).Stations:
Add node attributes:
This should be in the
transit
layer and thepois
layer for existing stations there.References:
Example applications:
The text was updated successfully, but these errors were encountered: