Merge branch 'maxspeed-advisory-default' into main

This commit is contained in:
Martin Raifer 2022-01-04 12:33:40 +01:00
commit eeae902763
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
17 changed files with 311 additions and 13 deletions

View file

@ -17,6 +17,7 @@
"junction_line",
"lit",
"maxheight",
"maxspeed/advisory",
"maxweight_bridge",
"minspeed",
"not/name",

View file

@ -0,0 +1,48 @@
{
"name": "Motorway Link",
"icon": "iD-highway-motorway-link",
"fields": [
"destination_oneway",
"destination/ref_oneway",
"junction/ref_oneway",
"oneway",
"maxspeed/advisory",
"lanes",
"surface",
"structure",
"access"
],
"moreFields": [
"charge_toll",
"covered",
"destination/symbol_oneway",
"incline",
"junction_line",
"lit",
"maxheight",
"maxspeed",
"maxweight_bridge",
"name",
"ref_road_number",
"smoothness",
"toll",
"width"
],
"geometry": [
"line"
],
"tags": {
"highway": "motorway_link"
},
"terms": [
"exit",
"ramp",
"road",
"street",
"on ramp",
"off ramp"
],
"locationSet": {
"include": ["ca", "us"]
}
}

View file

@ -1,4 +1,5 @@
{
"name": "Motorway Link",
"icon": "iD-highway-motorway-link",
"fields": [
"destination_oneway",
@ -41,5 +42,7 @@
"on ramp",
"off ramp"
],
"name": "Motorway Link"
"locationSet": {
"exclude": ["ca", "us"]
}
}

View file

@ -0,0 +1,51 @@
{
"name": "Primary Link",
"icon": "iD-highway-primary-link",
"fields": [
"destination_oneway",
"destination/ref_oneway",
"oneway",
"maxspeed/advisory",
"lanes",
"surface",
"structure",
"access"
],
"moreFields": [
"charge_toll",
"covered",
"cycleway",
"destination/symbol_oneway",
"flood_prone",
"incline",
"junction_line",
"junction/ref_oneway",
"lit",
"maxheight",
"maxspeed",
"maxweight_bridge",
"name",
"oneway/bicycle",
"ref_road_number",
"smoothness",
"toll",
"trolley_wire",
"width"
],
"geometry": [
"line"
],
"tags": {
"highway": "primary_link"
},
"terms": [
"on ramp",
"off ramp",
"ramp",
"road",
"street"
],
"locationSet": {
"include": ["ca", "us"]
}
}

View file

@ -1,4 +1,5 @@
{
"name": "Primary Link",
"icon": "iD-highway-primary-link",
"fields": [
"destination_oneway",
@ -44,5 +45,7 @@
"road",
"street"
],
"name": "Primary Link"
"locationSet": {
"exclude": ["ca", "us"]
}
}

View file

@ -1,4 +1,5 @@
{
"name": "Secondary Link",
"icon": "iD-highway-secondary-link",
"fields": [
"{highway/primary_link}"
@ -18,6 +19,5 @@
"ramp",
"road",
"street"
],
"name": "Secondary Link"
]
}

View file

@ -1,4 +1,5 @@
{
"name": "Tertiary Link",
"icon": "iD-highway-tertiary-link",
"fields": [
"{highway/primary_link}"
@ -18,6 +19,5 @@
"ramp",
"road",
"street"
],
"name": "Tertiary Link"
]
}

View file

@ -18,6 +18,7 @@
"junction_line",
"lit",
"maxheight",
"maxspeed/advisory",
"maxweight_bridge",
"minspeed",
"not/name",

View file

@ -0,0 +1,26 @@
{
"name": "Trunk Link",
"icon": "iD-highway-trunk-link",
"fields": [
"{highway/motorway_link-US-CA}"
],
"moreFields": [
"{highway/motorway_link-US-CA}"
],
"geometry": [
"line"
],
"tags": {
"highway": "trunk_link"
},
"terms": [
"on ramp",
"off ramp",
"ramp",
"road",
"street"
],
"locationSet": {
"include": ["ca", "us"]
}
}

View file

@ -1,4 +1,5 @@
{
"name": "Trunk Link",
"icon": "iD-highway-trunk-link",
"fields": [
"{highway/motorway_link}"
@ -19,5 +20,7 @@
"road",
"street"
],
"name": "Trunk Link"
"locationSet": {
"exclude": ["ca", "us"]
}
}