This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
vectortile:schema:v2:road [2020/03/18 03:31] tgwikiupdate [class] |
vectortile:schema:v2:road [2020/03/18 06:17] (current) tgwikiupdate |
||
---|---|---|---|
Line 18: | Line 18: | ||
|'' 'trunk' '' |A very important road in a country's transportation system, but not motorway.| | |'' 'trunk' '' |A very important road in a country's transportation system, but not motorway.| | ||
|'' 'trunk_link' '' |The link roads (sliproads/ramps) leading to/from a trunk road from/to a trunk road or lower class highway.| | |'' 'trunk_link' '' |The link roads (sliproads/ramps) leading to/from a trunk road from/to a trunk road or lower class highway.| | ||
- | |'' 'primary' '' |Less important than 'trunk', but also important for linking large towns.| | + | |'' 'primary' '' |Less important than 'trunk', sbut also important for linking large towns.| |
|'' 'primary_link' '' |The link roads (sliproads/ramps) leading to/from a primary road from/to a primary road or lower class highway.| | |'' 'primary_link' '' |The link roads (sliproads/ramps) leading to/from a primary road from/to a primary road or lower class highway.| | ||
|'' 'secondary' '' |The next important roads in a country's system for linking large towns.| | |'' 'secondary' '' |The next important roads in a country's system for linking large towns.| | ||
Line 31: | Line 31: | ||
|'' 'road' '' |An unknown type of road.| | |'' 'road' '' |An unknown type of road.| | ||
|'' 'footway' '' |Designated footpaths, including walking tracks and gravel paths.| | |'' 'footway' '' |Designated footpaths, including walking tracks and gravel paths.| | ||
- | |'' 'bridleway' '' |For horses.| | + | |'' 'bridleway' '' |Equestrian trails for horses.| |
- | |'' 'steps' '' |For flights of steps (stairs) on footways.| | + | |'' 'steps' '' |The flights of steps (stairs) on footways.| |
- | |'' 'path' '' |A non-specific path.| | + | |'' 'path' '' |An unspecified or mixed-use paths.| |
- | |'' 'cycleway' '' |For designated cycleways.| | + | |'' 'cycleway' '' |Paths primarily or exclusively for cyclists.| |
- | |'' 'construction' '' |For roads under construction.| | + | |'' 'construction' '' |Roads under construction.| |
- | |'' 'aerialway' '' |This tag includes '' 'cable_car' '','' 'gondola' '','' 'chair_lift' '','' 'drag_lift' '','' 't-bar' '','' 'j-bar' '','' 'platter' '','' 'rope_tow' ''.| | + | |'' 'aerialway' '' |various forms of transport for passengers and goods that use wires, including cable-cars, chair-lifts and drag-lifts.| |
- | |'' 'ferry' '' |This tag represents ferry service on a ferry route or at a transport stop.| | + | |'' 'ferry' '' |The route of a ferry or water bus on sea, rivers or other waterways. | |
- | |'' 'railway' '' |The railway tag is used to tag the ways for many kinds of railways including including light rail, mainline railways, metros, monorails and trams. Besides the actual rails, it is also used for tagging railway infrastructure.| | + | |'' 'railway' '' |Kinds of railways including light rail, mainline railways, metros, monorails and trams etc.| |
- | |'' 'aeroway' '' |The aeroway key is used to tag physical infrastructure used to support aircraft, air travel, spacecraft and space flight, in particular the elements associated with airports, spaceports, and heliports, etc.| | + | |'' 'aeroway' '' |Physical infrastructure for aircraft, air travel, spacecraft or space flight, in particular associated with airports, spaceports, and heliports etc.| |
==== type ==== | ==== type ==== | ||
- | ''type'': Indicates a specific classification for the road, for example “residential”,”living_street” etc . | + | Indicates a specific classification for the road, for example “residential”,”living_street” etc . |
==== oneway ==== | ==== oneway ==== | ||
- | ''oneway'': Indicates the access direction of the road. If true, means that it’s one way and follows the same direction of the linestring, false means it’s two way. | + | Indicates the access direction of the road. If the road is one-way, traffic travels in the same direction as the sequence of line's vertex. The value can be: |
+ | |||
+ | |||
+ | ^Value ^Description^ | ||
+ | |'' '0' '' |Not a one-way road.| | ||
+ | |'' '1' '' |One-way road, the direction is following the direction of line's vertex.| | ||
+ | |'' '-1' '' |One-way road, the direction is in the opposite direction of line's vertex.| | ||
==== name ==== | ==== name ==== | ||
- | ''name'': The name of the road. | + | The name of the road, sometimes it's in native language. |
==== ref ==== | ==== ref ==== | ||
- | ''ref'': The reference numbers or codes. Common for roads, highway exits, routes, etc. | + | The reference numbers or codes. Common for roads, highway exits, routes, etc. |
==== structure ==== | ==== structure ==== | ||
- | ''structure'': Indicates whether the road is bridge, tunnel, ford or normal. | + | Indicates whether the road is bridge, tunnel, ford or normal. |
- | + | ||
- | 1 -- normal | + | |
- | + | ||
- | 2 -- bridge | + | |
- | + | ||
- | 4 -- tunnel | + | |
- | + | ||
- | 8 -- ford | + | |
- | 16 -- tollway | + | ^Value ^Description^ |
+ | |'' '0' '' |normal| | ||
+ | |'' '2' '' |bridge| | ||
+ | |'' '4' '' |tunnel| | ||
+ | |'' '8' '' |ford| | ||
+ | |'' '16' '' |tollway| | ||
==== layer ==== | ==== layer ==== | ||
- | ''layer'': Determines the hierarchy order of overlapping road segments in the tunnel, bridge, etc. The values range from '1' to '26'. It is usually related to drawing priorities. Usually, the roads with the larger value of the layer will be drawn first. | + | Determines the drawing order of overlapping road segments in the tunnel, bridge, etc. The values range from '1' to '26'. It is usually related to drawing priorities. Usually, the roads with the larger value of the layer will be drawn first. |