https://wiki.openstreetmap.org/wiki/Public_transport
https://wiki.openstreetmap.org/w/index.php?oldid=625726
Buses
Main article: Buses
Simple bus stops have been tagged with just tagged with just highway=bus_stop for a long time.
最简单的bus stop 就用一个highway=bus_stop标签 (旧标准)
PTv2(新标准) makes it possible to use a more detailed tagging. Following is mapped per direction of the road:
- 简单的:(mapping as nodes)
- public_transport = platform
- bus=yes
- highway=bus_stop
- name=<name>
- 可选的:略
- 复杂的(真正的站台,用way, area定义)
- public_transport = platform
- bus=yes
- highway=platform
- name=<name>
- area only: area=yes
- 1和2都可以添加的tag:
- 如果选择为停止位置添加节点,The node on the highway or busway should have following tags 公路上的节点应该有如下标签 :
public_transport=stop_position, bus=yes, name=<name>
注意:
Railways
Main article: Railways
The main railway infrastructure is defined using railway=*
The stops of railways (except trams and tram-like light rails) are mapped as a node (some people also use areas) with railway=station or railway=halt. This tag is only used once per station/halt.
Mapping of stop positions and platforms is done similar to buses:
stop position: public_transport=stop_position + train=yes + railway=stop +name=*
platform: public_transport=platform + railway=platform
entrances:
railway=subway_entrancesubway(地铁):
railway=station,subway=yes,station=subway. 后两个标签用来说明station是地铁站