Open matkoniecz opened 7 years ago
https://github.com/tilezen/vector-datasource/blob/master/yaml/transit.yaml#L23-L34
If a transit route=train
also has one of the tags service: [high_speed, long_distance, international]
then it'll appear at zoom 5, else the route=train
is assumed to be less important and shows at zoom 6 instead.
I don't think we include any railway
kind in the transit layer. Are you asking about the differences between railway in the roads layer versus transit layer?
I don't think we include any railway kind in the transit layer.
So mentioning railway in list of "Transit kind values (line, polygon):" at https://github.com/tilezen/vector-datasource/blob/master/docs/layers.md#transit-kind-values-line-polygon is a documentation bug?
Yes, this looks to be a documentation problem.
The following should be returned by the YAML, after expanding the inputs to kind: {col: railway}
:
bus_stop
funicular
halt
light_rail
monorail
platform
station
stop
stop_area
subway
train
tram
tram_stop
Versus what is documented:
light_rail
platform
railway
subway
train
tram
https://github.com/tilezen/vector-datasource/blob/master/docs/layers.md#transit-kind-values-line-polygon
(...)
Documentation of difference between rail and train (I guess that it is "Transit line features from OpenStreetMap start appearing at zoom 5+ for national trains, with regional trains addded at zoom 6+", but it is not obvious and even if guess is correct it is unclear which one starts from 5 and which one from 6).