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

@ -60,17 +60,17 @@ attribute | type | values which are supported by this layer
The question is What is the number of this house?
The question is *What is the number of this house?*
This rendering asks information about the property [addr:housenumber](https://wiki.openstreetmap.org/wiki/Key:addr:housenumber)
This is rendered with The house number is <b>{addr:housenumber}</b>
This is rendered with `The house number is <b>{addr:housenumber}</b>`
- This building has no house number corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:nohousenumber' target='_blank'>nohousenumber</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nohousenumber%3Dyes' target='_blank'>yes</a>`
- *This building has no house number* corresponds with `nohousenumber=yes`
@ -79,19 +79,19 @@ This is rendered with The house number is <b>{addr:housenumber}</b>
The question is What street is this address located in?
The question is *What street is this address located in?*
This rendering asks information about the property [addr:street](https://wiki.openstreetmap.org/wiki/Key:addr:street)
This is rendered with This address is in street <b>{addr:street}</b>
This is rendered with `This address is in street <b>{addr:street}</b>`
- Located in <b>{_closest_street:0:name}</b> corresponds with `addr:street=`
- Located in <b>{_closest_street:1:name}</b> corresponds with `addr:street=`
- Located in <b>{_closest_street:2:name}</b> corresponds with `addr:street=`
- *Located in <b>{_closest_street:0:name}</b>* corresponds with `addr:street=`
- *Located in <b>{_closest_street:1:name}</b>* corresponds with `addr:street=`
- *Located in <b>{_closest_street:2:name}</b>* corresponds with `addr:street=`
@ -100,17 +100,17 @@ This is rendered with This address is in street <b>{addr:street}</b>
The question is What should be fixed here? Please explain
The question is *What should be fixed here? Please explain*
This rendering asks information about the property [fixme](https://wiki.openstreetmap.org/wiki/Key:fixme)
This is rendered with <b>Fixme description</b>{fixme}
This is rendered with `<b>Fixme description</b>{fixme}`
- No fixme - write something here to explain complicated cases corresponds with ``
- *No fixme - write something here to explain complicated cases* corresponds with ``
This document is autogenerated from [assets/layers/address/address.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/address/address.json)