forked from MapComplete/MapComplete
Added filters to kerb layer
This commit is contained in:
parent
2b3f1653b5
commit
2b6598b1cb
3 changed files with 140 additions and 0 deletions
|
@ -4069,6 +4069,46 @@
|
|||
},
|
||||
"kerbs": {
|
||||
"description": "A layer showing kerbs.",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "All types of kerbs"
|
||||
},
|
||||
"1": {
|
||||
"question": "Raised kerb (>3 cm)"
|
||||
},
|
||||
"2": {
|
||||
"question": "Lowered kerb (~3 cm)"
|
||||
},
|
||||
"3": {
|
||||
"question": "Flush kerb (~0cm)"
|
||||
},
|
||||
"4": {
|
||||
"question": "No kerb"
|
||||
},
|
||||
"5": {
|
||||
"question": "Kerb with unknown height"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Kerbs with or without tactile paving"
|
||||
},
|
||||
"1": {
|
||||
"question": "Kerb with tactile paving"
|
||||
},
|
||||
"2": {
|
||||
"question": "Kerb without tactile paving"
|
||||
},
|
||||
"3": {
|
||||
"question": "Kerb wihout information about tactile paving"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Kerbs",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
|
|
@ -3998,6 +3998,30 @@
|
|||
},
|
||||
"kerbs": {
|
||||
"description": "Een laag met stoepranden.",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle typen stoepranden"
|
||||
},
|
||||
"1": {
|
||||
"question": "Hoge stoeprand (>3 cm)"
|
||||
},
|
||||
"2": {
|
||||
"question": "Verlaagde stoeprand (~3 cm)"
|
||||
},
|
||||
"3": {
|
||||
"question": "Vlakke stoeprand (~0cm)"
|
||||
},
|
||||
"4": {
|
||||
"question": "Geen stoeprand"
|
||||
},
|
||||
"5": {
|
||||
"question": "Stoeprand met onbekende hoogte"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Stoepranden",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue