forked from MapComplete/MapComplete
Generate docs with filter explanations
This commit is contained in:
parent
59f596a6b6
commit
e080f79f34
98 changed files with 3708 additions and 453 deletions
|
@ -116,6 +116,32 @@ The question is Does this waste basket have a dispenser for dog excrement bags?
|
|||
- This waste basket <b>does not</b> have a dispenser for (dog) excrement bags corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:not:vending' target='_blank'>not:vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:vending%3Ddog_excrement_bag' target='_blank'>dog_excrement_bag</a>`
|
||||
- This waste basket <b>does not</b> have a dispenser for (dog) excrement bags corresponds with ``
|
||||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
|
||||
|
||||
#### Filters
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
waste-type.0 | All types (default) |
|
||||
waste-type.1 | Waste basket for cigarettes | waste~^(.*cigarettes.*)$
|
||||
waste-type.2 | Waste basket for drugs | waste~^(.*drugs.*)$
|
||||
waste-type.3 | Waste basket for dog excrement | waste~^(.*dog_excrement.*)$
|
||||
waste-type.4 | Waste basket for trash | waste~^(.*trash.*)$
|
||||
waste-type.5 | Waste basket for sharps | waste~^(.*sharps.*)$
|
||||
waste-type.6 | Waste basket for plastic | waste~^(.*plastic.*)$
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
waste-vending.0 | Waste basket with dispenser for (dog) excrement bags | vending=dog_excrement_bag
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/waste_basket/waste_basket.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/waste_basket/waste_basket.json)
|
Loading…
Add table
Add a link
Reference in a new issue