Zh-hans:Bicycle

From OpenStreetMap Wiki
Jump to navigation Jump to search
Logo. 要素: Zh-hans:Bicycle
One example for 要素: Zh-hans:Bicycle
说明
Bicycle and cycleway features

Bicycles

标签

broom

此页面列出了如何在OSM中添加和标记自行车和自行车道相关数据的一些可能选项。拥有高质量的自行车道数据可以让路线软件选择最适合骑自行车的方式。

自行车特征

OSM 区分自行车车道线(lanes)和自行车专用道(tracks)。自行车车道线位于道路内,而自行车专用道则与道路 (非道路上) 分隔。专用道通常由路缘、停车场、草地边缘、树木等与道路分开。

有两种方法可以对自行车专用道(cycle tracks)进行建模。一种可行的方法是沿着道路绘制单独的道路,标记为highway=cycleway。另一种是在现有道路上添加一个cycleway=track标签。这两种方法各有优缺点。显然,单独标记的自行车道通常可以捕获更多细节;而向现有车道添加单个标签所需的时间要少得多,而且在许多情况下也可以同样准确。这两种方法今天都在使用,并且关于何时更喜欢哪种方法存在讨论。

下表包含许多示例和图片,适用于右舵驾驶国家。

双向道路中的自行车道线

在道路的一部分上标记的车道,指定供骑车人使用。

Ref Context Photo OSM Description
L1a
道路左右两侧的自行车道。

Way A: highway=*[1] + cycleway=lane

or

Way A: highway=*[1] + cycleway:left=lane + cycleway:right=lane

or

Way A: highway=*[1] + cycleway:both=lane

L1b

道路右侧的双向自行车道。

Way A: highway=*[1] + cycleway:right=lane + cycleway:right:oneway=no

or

Way A: highway=*[1] + cycleway=lane (note this can't be distinguished from L1a)

L2
只有道路右侧有的单向自行车道。

Way A: highway=*[1] + cycleway:right=lane

(nb: bikes can use the traffic lane on the left side)

单向道路上的自行车道线

Ref Context Photo OSM Description Example
M1
Cycle lanes on left and right sides of the oneway road.

Way A: highway=*[1] + oneway=yes + cycleway=lane + oneway:bicycle=no

or

Way A: highway=*[1] + oneway=yes + cycleway:left=lane + cycleway:right=lane + oneway:bicycle=no

way 370646853
M2a
Oneway cycle lane on right side and same direction of the oneway road.

Way A: highway=*[1] + oneway=yes + cycleway:right=lane

or

Way A: highway=*[1] + oneway=yes + cycleway=lane

M2b
Oneway cycle lane on left side and same direction of the oneway road.

Way A: highway=*[1] + oneway=yes + cycleway:left=lane

or

Way A: highway=*[1] + oneway=yes + cycleway=lane

cycleway:left=lane N53度16分40.58秒, W9度04分17.62秒
M2c
Oneway cycle lane in the direction as the oneway road, between driving lanes.

Way A: highway=*[1] + oneway=yes + lanes=2 + cycleway=lane (note that this tagging is ambiguous with a cycle lane that is on the right or left side of the road)

M2d
Bidirectional cycle lane on left side of the oneway road.

Way A: highway=*[1] + oneway=yes + oneway:bicycle=no + cycleway:left=lane + cycleway:left:oneway=no


way 619210833
M3a
Oneway contraflow cycle lane on left side and opposite direction of the oneway road. Cyclists in one direction use lane together with other vehicles, in opposite one they have a dedicated lane.

Way A: highway=*[1] + oneway=yes + oneway:bicycle=no + cycleway:left=lane + cycleway:left:oneway=-1

way 132400917
M3b
Oneway contraflow cycle lane on right side and opposite direction of the oneway road. Cyclists in one direction use lane together with other vehicles, in opposite one they have a dedicated lane.

Way A: highway=*[1] + oneway=yes + oneway:bicycle=no + cycleway:right=lane + cycleway:right:oneway=-1

M4
Oneway cycle lane on right side of separated oneway roads.

Way A: same as M2a

Way B: same as M2a

Alternative tagging for less accurate traces / aerials.

Way A: same as L1a

M5
Oneway cycle lane on right side of a separated oneway road.

Way A: same as M2a

Way B: highway=*[1] + oneway=yes

Alternative tagging for less accurate traces / aerials.

Way A: same as L2

自行车道(tracks)

道路专用于单独通行权上的骑自行车者。

Ref Context Photo OSM Description
T1

Cycle tracks on left and right sides of the road.

Way A: highway=*[1] + bicycle=use_sidepath if usage of cycle track is compulsory

Way B: highway=cycleway + oneway=yes

Way C: highway=cycleway + oneway=yes

(单路径替代解决方案,在轨道位置未知时也很有用)

Way A: highway=*[1] + cycleway=track

T2
道路右侧的双向自行车道。

Way A: highway=*[1] + bicycle=use_sidepath 如果强制自行车使用自行车道

Way B: highway=cycleway + oneway=no

(单路径解决方案,在轨道位置未知时也很有用)

Way A: highway=*[1] + cycleway:right=track + cycleway:right:oneway=no

T3
单向公路右侧的双向自行车道。

Way A: highway=*[1]+ oneway=yes + bicycle=use_sidepath if usage of cycle track is compulsory

Way B: highway=cycleway + oneway=no

(单路径解决方案,在轨道位置未知时也很有用)

Way A: highway=*[1] + oneway=yes + cycleway:right=track + oneway:bicycle=no

T4
Oneway cycle track on right side of the road.

Way A: highway=*[1] + bicycle:forward=use_sidepath if usage of cycle track is compulsory

Way B: highway=cycleway + oneway=yes

(单路径解决方案,在轨道位置未知时也很有用)

Way A: highway=*[1] + cycleway:right=track

(nb: bikes can use the traffic lane on the left side)

混合类型

Ref Context Photo OSM Description
S1
Cycling opposite to the oneway car traffic without dedicated lane/track (in some countries only).

Way A: highway=*[1] + oneway=yes + oneway:bicycle=no

S2
Cycle track on left side and cycle lane on right side of the road.

Way A: highway=*[1] + cycleway:right=lane + bicycle:backward=use_sidepath if usage of cycle track is compulsory

Way B: highway=cycleway + oneway=yes

Way A: highway=*[1] + cycleway:left=track + cycleway:right=lane
S3
If sidewalks are mapped as a tag on the main highway:

Way A: highway=*[1] + cycleway=track + segregated=yes

Cycle tracks on left and right sides of the road and sidewalks.

If sidewalks are mapped as a tag on the main highway:

Way A: highway=*[1] + bicycle=use_sidepath if usage of cycle track is compulsory

Way B: highway=cycleway + oneway=yes

Way C: highway=cycleway + oneway=yes

If sidewalks are mapped as separate ways:

Way A: highway=*[1] + bicycle=use_sidepath if usage of cycle track is compulsory

Way B: highway=path + bicycle=designated + oneway=yes + foot=designated + segregated=yes

Way C: highway=path + bicycle=designated + oneway=yes + foot=designated + segregated=yes

If sidewalks are mapped as separate ways without highway=path:

Way A: highway=*[1] + bicycle=use_sidepath if usage of cycle track is compulsory

Way B: highway=cycleway + oneway=yes + foot=designated + segregated=yes

Way C: highway=cycleway + oneway=yes + foot=designated + segregated=yes

S4
Easiest

Way A: highway=*[1] + cycleway=track + segregated=yes + foot=designated

Cycle tracks on left and right sides of the road and the sidewalks/footways.

Way A: highway=*[1] + bicycle=use_sidepath if usage of cycle track is compulsory

Way B: highway=cycleway + oneway=yes + foot=designated + segregated=yes

Way C: highway=cycleway + oneway=yes + foot=designated + segregated=yes

Alternative solution with 5 ways in OSM:

Note that this variant is controversial as there is no physical separation between the cycleway and the footway. Use another variant if possible.

Way A: highway=*[1] + bicycle=use_sidepath if usage of cycle track is compulsory

Way B: highway=cycleway + oneway=yes

Way C: highway=footway

Way D: highway=cycleway + oneway=yes

Way E: highway=footway

S5
(footway + cycleway with different surfaces)
Tag one shared line with:

highway=path + segregated=yes + foot=designated + bicycle=designated + surface=paved

Additionally for more detail specify individual surfaces by:

cycleway:surface=* and footway:surface=*

For example if like in image to the left, use:

cycleway:surface=asphalt and footway:surface=paving_stones

Tag it as two separate ways:

Note that this variant is controversial as there is no physical separation between the two ways. Use another variant if possible.

Way A: highway=footway + surface=paving_stones

Way B: highway=cycleway + surface=asphalt

S6
Steps with bicycle ramps can be tagged see ramp=*, possible bicycle friendly value can be:

ramp:bicycle=yes

ramp:stroller=yes

ramp:wheelchair=yes

S7
Way designated for both cyclists and pedestrians, without separate spaces. Such combined footway+cycleway can be standalone or a sidewalk next to a road (in such case also footway=sidewalk is applicable)

highway=footway/highway=cycleway/highway=path + bicycle=designated + foot=designated + segregated=no + surface=*

S8
Footway not designated as a cycleway but where cycling is legal (for example in a park where rules allow this)

highway=footway + bicycle=yes

自行车道和公共汽车/出租车专用道

Ref Context Photo OSM Description
B1
Cycle lanes on left and right sides of the road with a bus/taxi only lane.

Proposal (no consensus):

Using the suffix for Lanes:
Way A: highway=* + lanes=3 + lanes:forward=2 + access:lanes=*no|yes|yes|no|no + bicycle:lanes=*designated|yes|yes|designated|yes + bus:lanes=*no|yes|yes|no|designated + taxi:lanes=*no|yes|yes|no|designated

Note: the suffix :lanes could be used for all the other examples too, but is used usually only in situations where it is not possible to tag the layout of the lanes with other tags.

B2
Cycle lanes on left and right sides of the road after a bus/taxi only lane in right side.

Proposal (no consensus):

Way A: highway=*[1] + lanes=3 + lanes:forward=2 + lanes:bus:forward=1 + busway:right=lane + cycleway=lane

B3
Cycle lane on left side of the road and a shared cycle lane with a bus/taxi lane in right side.

Way A: highway=*[1] + busway:right=lane + cycleway:left=lane + cycleway:right=share_busway

B4
Cycle track shared with a bus/taxi track in right side of the road.

Proposal (no consensus):

Way A: highway=service + service=bus + oneway=yes + cycleway:right=share_busway

Way B:
assuming for bicycle and buses there is an obligation to use Way A in forward directions (of way A):
highway=*[1] + oneway:bus=yes + oneway:bicycle=yes
assuming bicycles may use Way B in both directions:
highway=*[1]

B5
Cycle lane shared with a bus/taxi lane on right side of the road (in some countries only).

Proposal (no consensus):

Way A: highway=*[1] + lanes=4 + lanes:bus:forward=1 + busway:right=lane + cycleway:right=share_busway

B6
Cycle lane shared with a bus/taxi lane in opposite direction of the oneway road.

Proposal (no consensus):

Way A: highway=*[1] + oneway=yes + oneway:bicycle=no + cycleway:left=share_busway + cycleway:left:oneway=-1 + busway=opposite_lane

or

Way A: highway=*[1] + oneway=yes + oneway:bus=no + oneway:bicycle=no + cycleway:left=share_busway + cycleway:left:oneway=-1 + busway=lane

All pictures are available in both .png and .svg files in the wiki repository (use .png when text is present).

Cycle streets 和 bicycle roads

Cycle streets是专为自行车设计的街道,机动车交通量低。目前,比利时、丹麦、德国、芬兰、荷兰、挪威、斯洛文尼亚和瑞士都有这种情况。在所有情况下,都有特定的交通标志,每个标志都有自己的含义。有关更多细节,请查看 cyclestreet=* wiki 页面。

这一概念与 bicycle_road=*密切相关,而后者只存在于德国。

添加 cyclestreet=yes, 不要改变 highway=*.

步行街

highway=pedestrian + (如果需要) bicycle=yes

Off-road and outdoor越野和户外

Outside of cities and dense populated areas most cycling routes are mapped using highway=track when the way is also used by large motorized vehicles (agricultural, forestry, emergency vehicles...) or highway=path when not intended for motorized vehicles (rather pedestrians, horses...). While both imply bicycle=yes in most areas of the world, it is difficult for bicycle routers to suggest them as routes because a wide range of conditions (path surface, incline,..) can make them unsuitable for some or all types of bicycles. 在城市和人口稠密地区之外,当道路也被大型机动车(农业、林业、应急车辆……)使用时,大多数自行车道都是使用highway=track绘制的,而当道路不适合机动车(而是行人、马……)时,则使用bicycle=yes绘制。虽然在世界上大多数地区,这两种情况都意味着bicycle=yes,但自行车导航程序很难将其建议为路线,因为各种条件(路面、坡度等)可能使它们不适合某些或所有类型的自行车。

应使用一些额外的标签来表明此类方式对自行车的适用性:

See also Mountain biking.

On-road cycling (cycle-friendly streets)

Consider using the following key/values to indicate cycle friendly streets. These tags are objective and useful for detecting ways friendly for cyclists.

Key Value Purpose
maxspeed speed limit Roads with lower speed limits tend to be less crowded by cars.
source:maxspeed country_code:rural/country_code:urban/sign/… Always tag the source of the maxspeed limit!
surface=*

tracktype=* smoothness=*

For cyclists there is a very significant difference between surface=asphalt and surface=sand/surface=grass_paver/surface=unhewn_cobblestone, larger than for pedestrians or cars. Tagging for smoothness and track type quality is two other means to specify the surface quality of a road or a path.
traffic_calming=* Traffic calming features is a good way to limit the speed of motor vehicles and making the street safer for cyclists.
lanes=* total number of marked lanes making up the way Single lane wide roads with low speed limits tend to be low-stress routes (but may increase stress for cyclists that want to cycle fast)
width width of road in metres Indicate a wide single lane road or a squeeze point
shoulder no/yes/left/right/both Indicate the presence of a shoulder
cycleway asl Advanced stop line, also known as bike boxes in North America

Bicycle restrictions

Key Value When to use
bicycle yes Where bicycles are permitted, overriding default access (such as to motorways that permit bicycles, as can often be found in western parts of North America)
bicycle designated Where a way has been specially designated (typically by a government) for bicycle use
bicycle use_sidepath Where cycling on the main road is legally discouraged because of a parallel compulsory cycle track. Check with local laws.
bicycle optional_sidepath Where cycling on the main road is legally allowed but a parallel (optional) cycle track exists.
bicycle no Where bicycles are not permitted, ensure this is indicated. Note that carrying or pushing bicycles may be still accepted[1][2].
bicycle permissive Where bicycles do not have a legal right-of-way, but the land owner has indicated that bicycles are allowed.
bicycle destination Where bicycles have a legal right-of-way, but only if their destination is within that street or area.
bicycle dismount Where cycling is not allowed on short sections of signposted cycle routes, though "walk and push" (push the bicycle, while dismounted from it) is allowed.
oneway:bicycle yes/no Use oneway:bicycle=* to identify roads where the oneway rules for cyclists differ from the general oneway restriction. If there is a contraflow lane, see ref M3a and M3b above. If tagging an object where bicycles are the only permitted vehicles, a simple oneway=* should be used instead.

See also OSM tags for routing/Access-Restrictions for the default restrictions by highway type (and country-specific rules).

All values: access=*.

For restrictions on speed pedelecs and electric bicycles, see the corresponding wiki pages.

Routes

Individual sections of road/street/path may collectively form an overall route with official signage.

These should be represented by creating a Relation, as follows:

plus the type of network:

Only official routes, i.e. those signed on-street and/or published on maps by a local authority, should be entered into OSM. Informal recommendations, such as suggested routes published on general websites, do not form official infrastructure, and as such are not objective.

The use of lcn=* / rcn=* / ncn=* on a per-Way basis is deprecated and should no longer be used.

与其他道路使用者分开

Segregation from pedestrians on shared-use paths

Where a path is shared-use, i.e. for use by both cyclists and pedestrians, if the path is split, e.g. by a white line, the segregated=* tag should be used:

segregated=yes Cyclists and pedestrians are separated, e.g. with a white line.
segregated=no No separation between cyclists and pedestrians.

Note that the segregation tag has nothing to do with segregation with motor vehicles. For that, use the separation tag:

Separation from motor vehicles

Where a cycle track/lane is within a road and separated from other vehicles, e.g. protected (segregated) bike lanes, this should be specified using the new separation=* tag.

This enables specifying:

  • The type of separation
  • Which side of the cycleway the separation is on
separation=* Used when the cycleway is mapped as a separate line (but is still built within the roadspace).
cycleway:separation=* Used when the cycleway is mapped as an attribute of the road line.

障碍物

自行车基础设施可能包含各种障碍物,如护柱、障碍物、大门和非齐平路缘石。

因为它们会导致迟滞,甚至完全阻止较大车轮的用户使用道路,所以绘制这些障碍物的地图非常重要。

Tag Description
barrier=cycle_barrier For mapping chicanes. The maximum available physical width, or individual spacing/opening/overlap widths, can be specified.
barrier=bollard For bollard(s) within a path.
barrier=gate For a gate.
kerb=no For when there is no kerb between sections of path/road, resulting in the cyclist having to stop/dismount. By constrast, kerb=flush can be used to declare explicitly that the kerb, i.e. no barrier.
highway=steps Steps obviously require cyclists to dismount. If there is a wheeling channel/ramp, add ramp:bicycle=yes. See example above.

自行车停车场

自行车停车对自行车使用者的安全至关重要。设施可以是独立的架子、可上锁的单元,甚至是大型的专用自行车停车场建筑。

Key Value
amenity bicycle_parking

You should also ideally include the type, capacity (number of cycles) and whether covered. Full details are on the bicycle_parking page.

设施

如果有出租/租用自行车的设施,请使用:

Key Value
amenity bicycle_rental
service:bicycle:rental yes

销售自行车和设备的商店:

Key Value
shop bicycle
service:bicycle:retail yes

用于给自行车轮胎充气的气泵:

Key Value
amenity compressed_air
compressed_air yes
service:bicycle:pump

yes

对于自己动手(DIY)的自助维修站:

Key Value
amenity bicycle_repair_station
service:bicycle:diy yes

对于出售内胎的自动售货机:

Key Value
vending bicycle_tube

对于街道设施或自行车骑行者设备,旨在使在特别是交通灯处等待更舒适(称为“自行车脚踏板”、“斜轨”或“自行车扶手”):

Key Value
highway cyclist_waiting_aid

自行车柜台

自行车俱乐部和协会

使用OSM的在线服务

制图/图层瓦片(tiles)

  • OpenCycleMap – 为骑行的人设计的渲染地图
  • CyclOSM – 为每个骑自行车的人提供免费渲染项目

交互地图

骑行导航

  • BRouter – 在移动或在线上为不同类型的自行车手制定路线(全球范围)
  • Geovelo – routing for cyclists with different profiles, on mobile or online (Europe and North America)
  • CycleStreets – routing for cyclists (UK, much of Europe, various cities around the world)
  • BBBike @ World – a cycle route planner for more than 200 cities worldwide
  • cycle.travel – routing for cyclists (UK, Europe, North America, Australia+NZ)
  • GraphHopper – routing for cyclists (world-wide)
  • Komoot – routing for cycling and hiking (world-wide)
  • Naviki – routing for cyclists (world-wide)
  • Trip4YouMaps [1] – routing, navigation & tracking for cycling and hiking (world-wide)
  • Traili – routing for cyclists (world-wide)

参见

  • sport=cycling
  • cycleway:lane=* 用于区分建议自行车道和专用自行车道
  • Proposal:Key:is sidepath – to indicate whether a cycle way runs in parallel along a street, making it adjoining or runs separated and thus detached from the road
  • DE:Bicycle(de) – big "portal" related to bicycle mapping (in German)
  • Mountainbike – portal for mountainbiking
  • Tourism – cycling is a way for tourism

Notes and references