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

This commit is contained in:
2024-08-06 22:32:23 +08:00
parent 36fb2be502
commit cfe6040d1b

View File

@@ -0,0 +1,48 @@
{
"icon": "iD-highway-residential",
"fields": [
"name",
"oneway",
"maxspeed",
"lanes",
"surface",
"structure",
"access"
],
"moreFields": [
"bridge/ref",
"covered_no",
"cycleway",
"bicycle_road",
"cyclestreet-BE-NL",
"flood_prone",
"incline",
"junction_line",
"lane_markings",
"lit",
"maxaxleload_bridge",
"maxheight",
"maxlength",
"maxspeed/advisory",
"maxweight",
"maxwidth",
"not/name",
"oneway/bicycle",
"parking/side/parking",
"parking/side/orientation",
"smoothness",
"trolley_wire",
"width"
],
"geometry": [
"line"
],
"tags": {
"highway": "residential"
},
"terms": [
"road",
"street"
],
"name": "Residential Road"
}