Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-07-26 10:51:14 +02:00
parent 5cd300f42e
commit 22d79b0dc2
178 changed files with 5023 additions and 3595 deletions

View file

@ -7,6 +7,8 @@
<img src='https://mapcomplete.osm.be/circle:white;./assets/layers/hospital/hospital.svg' height="100px">
A layer showing hospital grounds
@ -70,11 +72,11 @@ attribute | type | values which are supported by this layer
The question is What does the of the hospital ?
The question is What is the name of this hospital?
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
This is rendered with Name of the hospital name is {name}
This is rendered with This hospital is called {name}
@ -94,7 +96,7 @@ This is rendered with <a href='tel:{phone}'>{phone}</a>
- <a href='tel:{contact:phone}'>{contact:phone}</a> corresponds with contact:phone~^..*$
- <a href='tel:{contact:phone}'>{contact:phone}</a> corresponds with `contact:phone~^..*$`
- This option cannot be chosen as answer
@ -114,7 +116,7 @@ This is rendered with <a href='mailto:{email}' target='_blank'>{email}</a>
- <a href='mailto:{contact:email}' target='_blank'>{contact:email}</a> corresponds with contact:email~^..*$
- <a href='mailto:{contact:email}' target='_blank'>{contact:email}</a> corresponds with `contact:email~^..*$`
- This option cannot be chosen as answer
@ -134,7 +136,7 @@ This is rendered with <a href='{website}' target='_blank'>{website}</a>
- <a href='{contact:website}' target='_blank'>{contact:website}</a> corresponds with contact:website~^..*$
- <a href='{contact:website}' target='_blank'>{contact:website}</a> corresponds with `contact:website~^..*$`
- This option cannot be chosen as answer