mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Merge branch 'main' into crossing_markings
This commit is contained in:
commit
506fe2b2b6
124 changed files with 1772 additions and 158 deletions
27
data/presets/highway/busway.json
Normal file
27
data/presets/highway/busway.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "temaki-bus",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"oneway",
|
||||
"structure",
|
||||
"covered"
|
||||
],
|
||||
"moreFields": [
|
||||
"trolley_wire"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "busway"
|
||||
},
|
||||
"aliases": [
|
||||
"Transitway",
|
||||
"Bus Rapid Transit"
|
||||
],
|
||||
"terms": [
|
||||
"brt"
|
||||
],
|
||||
"name": "Busway"
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Motorway Link",
|
||||
"name": "{highway/motorway_link}",
|
||||
"icon": "iD-highway-motorway-link",
|
||||
"fields": [
|
||||
"destination_oneway",
|
||||
|
|
@ -34,14 +34,6 @@
|
|||
"tags": {
|
||||
"highway": "motorway_link"
|
||||
},
|
||||
"terms": [
|
||||
"exit",
|
||||
"ramp",
|
||||
"road",
|
||||
"street",
|
||||
"on ramp",
|
||||
"off ramp"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"ca",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Primary Link",
|
||||
"name": "{highway/primary_link}",
|
||||
"icon": "iD-highway-primary-link",
|
||||
"fields": [
|
||||
"destination_oneway",
|
||||
|
|
@ -38,13 +38,6 @@
|
|||
"tags": {
|
||||
"highway": "primary_link"
|
||||
},
|
||||
"terms": [
|
||||
"on ramp",
|
||||
"off ramp",
|
||||
"ramp",
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"ca",
|
||||
|
|
|
|||
41
data/presets/highway/service_area.json
Normal file
41
data/presets/highway/service_area.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"icon": "iD-highway-service",
|
||||
"fields": [
|
||||
"name",
|
||||
"service",
|
||||
"maxspeed",
|
||||
"surface",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered_no",
|
||||
"flood_prone",
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
"maxweight_bridge",
|
||||
"smoothness",
|
||||
"trolley_wire"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "service"
|
||||
},
|
||||
"terms": [
|
||||
"maneuvering area",
|
||||
"maneuvering surface",
|
||||
"manoeuvring area",
|
||||
"manoeuvring surface",
|
||||
"paved lot",
|
||||
"service road",
|
||||
"service yard",
|
||||
"shunting area",
|
||||
"staging lot",
|
||||
"yard"
|
||||
],
|
||||
"searchable": false,
|
||||
"name": "Paved Service Area"
|
||||
}
|
||||
|
|
@ -33,26 +33,35 @@
|
|||
"agricultural road",
|
||||
"atv",
|
||||
"carriage road",
|
||||
"dirt road",
|
||||
"double track",
|
||||
"farm road",
|
||||
"fire road",
|
||||
"forest road",
|
||||
"forestry road",
|
||||
"four wheel drive",
|
||||
"haul road",
|
||||
"haulage road",
|
||||
"high-clearance",
|
||||
"jeep",
|
||||
"land access road",
|
||||
"logging road",
|
||||
"mining road",
|
||||
"offroad",
|
||||
"off-road",
|
||||
"overgrown",
|
||||
"primitive",
|
||||
"quad",
|
||||
"ranch road",
|
||||
"rut",
|
||||
"track",
|
||||
"track road",
|
||||
"two-track",
|
||||
"two track",
|
||||
"unmaintained",
|
||||
"vehicular trail",
|
||||
"woods road"
|
||||
],
|
||||
"name": "Track / Land-Access Road"
|
||||
"name": "Track / Land-Access Road",
|
||||
"aliases": [
|
||||
"Land-Access Road",
|
||||
"Track Road"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Trunk Link",
|
||||
"name": "{highway/trunk_link}",
|
||||
"icon": "iD-highway-trunk-link",
|
||||
"fields": [
|
||||
"{highway/motorway_link-US-CA}"
|
||||
|
|
@ -13,13 +13,6 @@
|
|||
"tags": {
|
||||
"highway": "trunk_link"
|
||||
},
|
||||
"terms": [
|
||||
"on ramp",
|
||||
"off ramp",
|
||||
"ramp",
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"ca",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue