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

@ -70,19 +70,19 @@ attribute | type | values which are supported by this layer
The question is Who can use this waste disposal bin?
The question is *Who can use this waste disposal bin?*
This rendering asks information about the property [access](https://wiki.openstreetmap.org/wiki/Key:access)
This is rendered with Access: {access}
This is rendered with `Access: {access}`
- This bin can be used by anyone corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a>`
- This bin is private corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dno' target='_blank'>no</a>`
- This bin is only for residents corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dresidents' target='_blank'>residents</a>`
- *This bin can be used by anyone* corresponds with `access=yes`
- *This bin is private* corresponds with `access=no`
- *This bin is only for residents* corresponds with `access=residents`
@ -91,15 +91,15 @@ This is rendered with Access: {access}
The question is Where is this container located?
The question is *Where is this container located?*
- This is an underground container corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>`
- This container is located indoors corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dindoor' target='_blank'>indoor</a>`
- This container is located outdoors corresponds with ``
- *This is an underground container* corresponds with `location=underground`
- *This container is located indoors* corresponds with `location=indoor`
- *This container is located outdoors* corresponds with ``