Proposed features/Milestones
From OpenStreetMap
| Milestones
|
| Status: Proposed |
| Proposed-by: Ivansanchez |
| Tagging: highway=milestone |
| Applies-to: node |
| Definition: A stone or metal marker on the side of a road denoting the reference and distance travelled. |
| Rendered-as: |
| Proposed-Date: 2008-05-30 |
| RFC-Start: |
| Vote-Start: |
| Vote-End: |
Contents |
Proposed new tag: highway=milestone
Rationale
From http://en.wikipedia.org/wiki/Milestone :
- A milestone or kilometre sign is one of a series of numbered markers placed along a road or boundary at regular intervals, typically at the side of the road or in a median. Milestones are constructed both to reassure the traveller that the proper path is being followed and to indicate distance travelled, or the remaining distance to the desired destination. They are alternatively known as a mile marker, milepost, or mile post (sometimes abbreviated MP), notably in the United States.
Modern milestones are usually metal, and depending on the country may include the reference number of the road and the distance from the start of the road.
Applies to
Milestones, or similar signs, on the side of any way used for transportation.
Usage
For road milestones:
<tag k="highway" v="milestone"/>
For railroad milestones:
<tag k="railway" v="milestone"/>
For milestones including a reference number:
<tag k="highway" v="milestone"/> <tag k="ref" v="M-509"/>
For milestones including the distance from the start of the road (AKA pointe kilometric):
<tag k="highway" v="milestone"/> <tag k="pk" v="35km"/>
In any case, the milestone node must be part of the way it is referred to. (e.g. a highway milestone must be part of the way that is the road that the milestone refers to).
For double-carriage ways, either mark the milestone for each carriage (if available), or use extrapolation.
For single-carriage ways with two milestones (one at each side), use interpolation.
Tag Values
highway=milestone or railway=milestone are mandatory.
ref=* is optional, only to be used if the milestone actually has a reference number written on it.
pk=* is optional, only to be used if the milestone actually has a number being the distance from the beginning of the road/rail. The use of a distance unit (as km for kilometers or mi for miles) is mandatory. Decimal numbers specified with points are allowed, e.g. <tag k="pk" v="35.0km"/>, <tag k="pk" v="15.5mi"/>
Rendering
Only on highest zoom levels, in a similar way as motorway_junctions.
Comments
Please use the discussion page for comments.
Voting
Voting has not started. Please comment the proposal.

