Housekeeping: updating docs and contributors list

This commit is contained in:
Pieter Vander Vennet 2022-05-06 17:26:00 +02:00
parent 46365a9040
commit 210f8bf0ef
107 changed files with 7205 additions and 4220 deletions

View file

@ -52,7 +52,9 @@ Elements must have the all of following tags to be shown on this layer:
**Warning** This quick overview is incomplete
Warning:
this quick overview is incomplete
@ -71,10 +73,13 @@ attribute | type | values which are supported by this layer
The question is **What is the name of this ambulance station?**
The question is What is the name of this ambulance station?
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
This is rendered with `This station is called {name}.`
This is rendered with This station is called {name}.
@ -82,10 +87,13 @@ This is rendered with `This station is called {name}.`
The question is ** What is the street name where the station located?**
The question is What is the street name where the station located?
This rendering asks information about the property [addr:street](https://wiki.openstreetmap.org/wiki/Key:addr:street)
This is rendered with `This station is along a highway called {addr:street}.`
This is rendered with This station is along a highway called {addr:street}.
@ -93,10 +101,13 @@ This is rendered with `This station is along a highway called {addr:street}.`
The question is **Where is the station located? (e.g. name of neighborhood, villlage, or town)**
The question is Where is the station located? (e.g. name of neighborhood, villlage, or town)
This rendering asks information about the property [addr:place](https://wiki.openstreetmap.org/wiki/Key:addr:place)
This is rendered with `This station is found within {addr:place}.`
This is rendered with This station is found within {addr:place}.
@ -104,10 +115,13 @@ This is rendered with `This station is found within {addr:place}.`
The question is **What agency operates this station?**
The question is What agency operates this station?
This rendering asks information about the property [operator](https://wiki.openstreetmap.org/wiki/Key:operator)
This is rendered with `This station is operated by {operator}.`
This is rendered with This station is operated by {operator}.
@ -120,17 +134,20 @@ This is rendered with `This station is operated by {operator}.`
The question is **How is the station operator classified?**
The question is How is the station operator classified?
This rendering asks information about the property [operator:type](https://wiki.openstreetmap.org/wiki/Key:operator:type)
This is rendered with `The operator is a(n) {operator:type} entity.`
This is rendered with The operator is a(n) {operator:type} entity.
- **The station is operated by the government.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dgovernment' target='_blank'>government</a>
- **The station is operated by a community-based, or informal organization.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dcommunity' target='_blank'>community</a>
- **The station is operated by a formal group of volunteers.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dngo' target='_blank'>ngo</a>
- **The station is privately operated.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dprivate' target='_blank'>private</a>
- The station is operated by the government. corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dgovernment' target='_blank'>government</a>
- The station is operated by a community-based, or informal organization. corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dcommunity' target='_blank'>community</a>
- The station is operated by a formal group of volunteers. corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dngo' target='_blank'>ngo</a>
- The station is privately operated. corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dprivate' target='_blank'>private</a>
@ -139,7 +156,7 @@ This is rendered with `The operator is a(n) {operator:type} entity.`
_This tagrendering has no question and is thus read-only_
This tagrendering has no question and is thus read-only