Improve documentation

This commit is contained in:
Pieter Vander Vennet 2022-12-08 00:48:44 +01:00
parent ae146606e0
commit 4d930ae985
123 changed files with 4874 additions and 4239 deletions

View file

@ -73,11 +73,11 @@ 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}.`
@ -87,11 +87,11 @@ 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}.`
@ -101,11 +101,11 @@ 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}.`
@ -115,11 +115,11 @@ 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}.`
@ -134,20 +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 `operator:type=government`
- *The station is operated by a community-based, or informal organization.* corresponds with `operator:type=community`
- *The station is operated by a formal group of volunteers.* corresponds with `operator:type=ngo`
- *The station is privately operated.* corresponds with `operator:type=private`