Add 'cyclestreet'-field for Belgium and the Netherlands (#888)

This commit is contained in:
Pieter Vander Vennet 2023-05-05 16:38:51 +02:00 committed by GitHub
parent 3d9af8ed13
commit 5f36b83e70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 39 additions and 1 deletions

View file

@ -0,0 +1,26 @@
{
"key": "cyclestreet",
"type": "defaultCheck",
"label": "Cycle Street",
"terms": [
"bicycle boulevard",
"bicycle road",
"cyclestreet",
"neighborhood bikeway",
"neighborhood byway",
"neighborhood greenway",
"neighborway"
],
"locationSet": {
"include": [
"BE",
"NL"
]
},
"strings": {
"options": {
"undefined": "No",
"yes": "Yes"
}
}
}