Add note:state=has_highway_proposed as filter

This commit is contained in:
pietervdvn 2021-08-29 20:43:33 +02:00
parent 4a00c0e357
commit 23af637a81

View file

@ -178,12 +178,16 @@
"question": "No filter"
},
{
"question": "Has missing links",
"question": "Has missing links (note:state=has_highway_no)",
"osmTags": "note:state=has_highway_no"
},
{
"question": "Has links which are under construction",
"question": "Has links which are under construction (note:state=has_highway_under_construction)",
"osmTags": "note:state=has_highway_under_construction"
},
{
"question": "Has links which are proposed (note:state=has_highway_proposed)",
"osmTags": "note:state=has_highway_proposed"
}
]
},