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

@ -69,18 +69,18 @@ attribute | type | values which are supported by this layer
The question is Where is it positioned?
The question is *Where is it positioned?*
This rendering asks information about the property [location](https://wiki.openstreetmap.org/wiki/Key:location)
This is rendered with Location: {location}
This is rendered with `Location: {location}`
- Found 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>`
- Found outdoors. corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Doutdoor' target='_blank'>outdoor</a>`
- *Found indoors.* corresponds with `location=indoor`
- *Found outdoors.* corresponds with `location=outdoor`