添加 'data/presets/lowalt/motorway_link.json'

This commit is contained in:
2024-08-06 22:28:32 +08:00
parent 46be730228
commit ead8827661

View File

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