forked from MapComplete/MapComplete
Merge: develop
This commit is contained in:
commit
9cffe6814e
154 changed files with 1199 additions and 41754 deletions
|
@ -155,6 +155,8 @@ This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' t
|
|||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
This tagrendering has labels `contact`
|
||||
|
||||
|
||||
|
||||
### phone
|
||||
|
@ -175,6 +177,8 @@ This is rendered with `<a href='tel:{phone}'>{phone}</a>`
|
|||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
This tagrendering has labels `contact`
|
||||
|
||||
|
||||
|
||||
### email
|
||||
|
@ -195,6 +199,8 @@ This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
|
|||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
This tagrendering has labels `contact`
|
||||
|
||||
|
||||
|
||||
### opening_hours
|
||||
|
@ -309,7 +315,7 @@ This tagrendering has labels `bicycle_rental`
|
|||
|
||||
|
||||
|
||||
The question is *How much city bikes can be rented here?*
|
||||
The question is *How many 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)
|
||||
|
||||
|
@ -327,7 +333,7 @@ This tagrendering has labels `bicycle_rental`
|
|||
|
||||
|
||||
|
||||
The question is *How much electrical bikes can be rented here?*
|
||||
The question is *How many electrical bikes can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:ebike](https://wiki.openstreetmap.org/wiki/Key:capacity:ebike)
|
||||
|
||||
|
@ -345,7 +351,7 @@ This tagrendering has labels `bicycle_rental`
|
|||
|
||||
|
||||
|
||||
The question is *How much bikes for children can be rented here?*
|
||||
The question is *How many 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)
|
||||
|
||||
|
@ -363,7 +369,7 @@ This tagrendering has labels `bicycle_rental`
|
|||
|
||||
|
||||
|
||||
The question is *How much BMX bikes can be rented here?*
|
||||
The question is *How many BMX bikes can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:bmx](https://wiki.openstreetmap.org/wiki/Key:capacity:bmx)
|
||||
|
||||
|
@ -381,11 +387,11 @@ This tagrendering has labels `bicycle_rental`
|
|||
|
||||
|
||||
|
||||
The question is *How much mountainbike can be rented here?*
|
||||
The question is *How many mountainbikes 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`
|
||||
This is rendered with `{capacity:mtb} mountainbikes can be rented here`
|
||||
|
||||
|
||||
|
||||
|
@ -399,7 +405,7 @@ This tagrendering has labels `bicycle_rental`
|
|||
|
||||
|
||||
|
||||
The question is *How much bicycle panniers can be rented here?*
|
||||
The question is *How many 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)
|
||||
|
||||
|
@ -417,7 +423,7 @@ This tagrendering has labels `bicycle_rental`
|
|||
|
||||
|
||||
|
||||
The question is *How much tandem can be rented here?*
|
||||
The question is *How many tandem can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:tandem_bicycle](https://wiki.openstreetmap.org/wiki/Key:capacity:tandem_bicycle)
|
||||
|
||||
|
@ -598,7 +604,21 @@ This tagrendering has no question and is thus read-only
|
|||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
open_now.0 | Opened now | _isOpen=yes
|
||||
open_now.0 | Open now | _isOpen=yes
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
sells_second-hand.0 | Sells second-hand bicycles | service:bicycle:second_hand=yes\|service:bicycle:second_hand=only
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
offers_diy_repair.0 | Offers DIY bike repair | service:bicycle:diy=yes\|service:bicycle:diy=only
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/bike_shop/bike_shop.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_shop/bike_shop.json)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue