Regenerate docs

This commit is contained in:
Pieter Vander Vennet 2022-04-08 22:17:08 +02:00
parent 679422e26c
commit 7b07141162
49 changed files with 1458 additions and 147 deletions

View file

@ -102,6 +102,8 @@ The question is **What kind of bicycle rental is this?**
- **This is a dropoff point: a designated bicycle parking for this cycle rental** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_rental' target='_blank'>bicycle_rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_rental%3Ddropoff_point' target='_blank'>dropoff_point</a>
Only visible if `amenity=bicycle_rental` is shown
### website
@ -161,6 +163,8 @@ The question is **What are the opening hours of {title()}?**
This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)
This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
Only visible if `shop~^..*$|opening_hours~^..*$` is shown
### payment-options
@ -177,6 +181,8 @@ The question is **Which methods of payment are accepted here?**
- **Payment cards are accepted here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cards' target='_blank'>payment:cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dyes' target='_blank'>yes</a>Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cards' target='_blank'>payment:cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dno' target='_blank'>no</a>
Only visible if `shop~^..*$` is shown
### payment-options-advanced
@ -217,9 +223,11 @@ This is rendered with `{rental} is rented here`
- **Race bicycles can be rented here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dracebike' target='_blank'>racebike</a>
This tagrendering has labels `bicycle_rental`
### rental-capacity-bicycle-type
### rental-capacity-city_bike
@ -228,9 +236,13 @@ The question is **How much city bikes can be rented here? **
This rendering asks information about the property [capacity:city_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:city_bike)
This is rendered with `{capacity:city_bike} city bikes can be rented here`
Only visible if `rental~^.*city_bike.*$` is shown
This tagrendering has labels `bicycle_rental`
### rental-capacity-bicycle-type
### rental-capacity-ebike
@ -239,9 +251,13 @@ The question is **How much electrical bikes can be rented here? **
This rendering asks information about the property [capacity:ebike](https://wiki.openstreetmap.org/wiki/Key:capacity:ebike)
This is rendered with `{capacity:ebike} electrical bikes can be rented here`
Only visible if `rental~^.*ebike.*$` is shown
This tagrendering has labels `bicycle_rental`
### rental-capacity-bicycle-type
### rental-capacity-kid_bike
@ -250,9 +266,13 @@ The question is **How much bikes for children can be rented here? **
This rendering asks information about the property [capacity:kid_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:kid_bike)
This is rendered with `{capacity:kid_bike} bikes for children can be rented here`
Only visible if `rental~^.*kid_bike.*$` is shown
This tagrendering has labels `bicycle_rental`
### rental-capacity-bicycle-type
### rental-capacity-bmx
@ -261,9 +281,13 @@ The question is **How much BMX bikes can be rented here? **
This rendering asks information about the property [capacity:bmx](https://wiki.openstreetmap.org/wiki/Key:capacity:bmx)
This is rendered with `{capacity:bmx} BMX bikes can be rented here`
Only visible if `rental~^.*bmx.*$` is shown
This tagrendering has labels `bicycle_rental`
### rental-capacity-bicycle-type
### rental-capacity-mtb
@ -272,9 +296,13 @@ The question is **How much mountainbike can be rented here? **
This rendering asks information about the property [capacity:mtb](https://wiki.openstreetmap.org/wiki/Key:capacity:mtb)
This is rendered with `{capacity:mtb} mountainbike can be rented here`
Only visible if `rental~^.*mtb.*$` is shown
This tagrendering has labels `bicycle_rental`
### rental-capacity-bicycle-type
### rental-capacity-bicycle_pannier
@ -283,15 +311,23 @@ The question is **How much bicycle panniers can be rented here? **
This rendering asks information about the property [capacity:bicycle_pannier](https://wiki.openstreetmap.org/wiki/Key:capacity:bicycle_pannier)
This is rendered with `{capacity:bicycle_pannier} bicycle panniers can be rented here`
Only visible if `rental~^.*bicycle_pannier.*$` is shown
This tagrendering has labels `bicycle_rental`
### rental-capacity-bicycle-type
### rental-capacity-tandem_bicycle
The question is **How much tandem can be rented here? **
This rendering asks information about the property [capacity:tandem_bicycle](https://wiki.openstreetmap.org/wiki/Key:capacity:tandem_bicycle)
This is rendered with `{capacity:tandem_bicycle} tandem can be rented here`
This is rendered with `{capacity:tandem_bicycle} tandem can be rented here`
Only visible if `rental~^.*tandem_bicycle.*$` is shown
This tagrendering has labels `bicycle_rental`
This document is autogenerated from [assets/layers/bicycle_rental/bicycle_rental.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_rental/bicycle_rental.json)