forked from MapComplete/MapComplete
Housekeeping: updating docs and contributors list
This commit is contained in:
parent
46365a9040
commit
210f8bf0ef
107 changed files with 7205 additions and 4220 deletions
|
@ -15,7 +15,7 @@ Addresses
|
|||
|
||||
|
||||
- This layer is shown at zoomlevel **18** and higher
|
||||
- This layer will automatically load [named_streets](./named_streets.md) into the layout as it depends on it: A calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _closest_3_street_names)
|
||||
- This layer will automatically load [named_streets](./named_streets.md) into the layout as it depends on it: a calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _closest_3_street_names)
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -69,14 +71,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 housenumber is <b>{addr:housenumber}</b>`
|
||||
|
||||
This is rendered with The housenumber 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 <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>
|
||||
|
||||
|
||||
|
||||
|
@ -85,16 +90,19 @@ This is rendered with `The housenumber 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=
|
||||
|
||||
|
||||
|
||||
|
@ -103,14 +111,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)
|
Loading…
Add table
Add a link
Reference in a new issue