Chore: regen docs

This commit is contained in:
Pieter Vander Vennet 2024-09-30 18:18:21 +02:00
parent 42fbe7a0a7
commit e71cfe605c
219 changed files with 8150 additions and 1507 deletions

View file

@ -30,6 +30,7 @@ A place where ice cream is sold over the counter
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
- [lod](#lod)
4. [Filters](#filters)
## Themes using this layer
@ -198,5 +199,32 @@ _This tagrendering has no question and is thus read-only_
This tagrendering has labels
`added_by_default`
## Filters
| id | question | osmTags |
-----|-----|----- |
| open_now.0 | Open now | _isOpen=yes |
| id | question | osmTags |
-----|-----|----- |
| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited |
| id | question | osmTags |
-----|-----|----- |
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
| id | question | osmTags |
-----|-----|----- |
| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited |
| id | question | osmTags |
-----|-----|----- |
| accepts_cash.0 | Accepts cash | payment:cash=yes |
| id | question | osmTags |
-----|-----|----- |
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
This document is autogenerated from [assets/themes/lactosefree/lactosefree.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/lactosefree/lactosefree.json)