2022-02-09 22:37:21 +01:00
address
2022-01-14 19:36:36 +01:00
=========
< img src = 'https://mapcomplete.osm.be/./assets/layers/address/housenumber_blank.svg' height = "100px" >
Addresses
2022-02-09 22:37:21 +01:00
2022-04-06 16:12:01 +02:00
- This layer is shown at zoomlevel **18** and higher
2022-05-06 17:26:00 +02:00
- 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)
2022-02-09 22:37:21 +01:00
2022-01-14 19:36:36 +01:00
2022-02-28 17:16:21 +01:00
#### Themes using this layer
- [personal ](https://mapcomplete.osm.be/personal )
2022-01-14 19:36:36 +01:00
2022-02-09 22:37:21 +01:00
Basic tags for this layer
2022-01-14 19:36:36 +01:00
---------------------------
Elements must have the all of following tags to be shown on this layer:
2022-02-09 22:37:21 +01:00
- addr:housenumber~^..*$|addr:street~^..*$
2022-03-24 19:59:57 +01:00
[Execute on overpass ](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22addr%3Ahousenumber%22%5D(%7B%7Bbbox%7D%7D )%3B%0A%20%20%20%20nwr%5B%22addr%3Astreet%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
2022-02-09 22:37:21 +01:00
Supported attributes
2022-01-14 19:36:36 +01:00
----------------------
2022-05-06 17:26:00 +02:00
Warning:
this quick overview is incomplete
2022-01-14 19:36:36 +01:00
2022-02-09 22:37:21 +01:00
2022-01-14 19:36:36 +01:00
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
2022-02-09 22:37:21 +01:00
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'> ](https://taginfo.openstreetmap.org/keys/addr:housenumber#values ) [addr:housenumber ](https://wiki.openstreetmap.org/wiki/Key:addr:housenumber ) | [string ](../SpecialInputElements.md#string ) |
2022-01-14 19:36:36 +01:00
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'> ](https://taginfo.openstreetmap.org/keys/addr:street#values ) [addr:street ](https://wiki.openstreetmap.org/wiki/Key:addr:street ) | [string ](../SpecialInputElements.md#string ) | [](https://wiki.openstreetmap.org/wiki/Tag:addr:street%3D) [](https://wiki.openstreetmap.org/wiki/Tag:addr:street%3D) [](https://wiki.openstreetmap.org/wiki/Tag:addr:street%3D)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'> ](https://taginfo.openstreetmap.org/keys/fixme#values ) [fixme ](https://wiki.openstreetmap.org/wiki/Key:fixme ) | [string ](../SpecialInputElements.md#string ) | [](https://wiki.openstreetmap.org/wiki/Tag:fixme%3D)
2022-02-09 22:37:21 +01:00
### housenumber
2022-01-14 19:36:36 +01:00
2022-05-06 17:26:00 +02:00
The question is What is the number of this house?
2022-01-14 19:36:36 +01:00
2022-02-09 22:37:21 +01:00
This rendering asks information about the property [addr:housenumber ](https://wiki.openstreetmap.org/wiki/Key:addr:housenumber )
2022-05-06 17:26:00 +02:00
2022-05-21 02:31:32 +02:00
This is rendered with The house number is < b > {addr:housenumber}< / b >
2022-05-06 17:26:00 +02:00
2022-01-14 19:36:36 +01:00
2022-02-09 22:37:21 +01:00
2022-05-06 17:26:00 +02:00
- 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 >
2022-02-09 22:37:21 +01:00
### street
2022-01-14 19:36:36 +01:00
2022-05-06 17:26:00 +02:00
The question is What street is this address located in?
2022-01-14 19:36:36 +01:00
2022-02-09 22:37:21 +01:00
This rendering asks information about the property [addr:street ](https://wiki.openstreetmap.org/wiki/Key:addr:street )
2022-05-06 17:26:00 +02:00
This is rendered with This address is in street < b > {addr:street}< / b >
2022-01-14 19:36:36 +01:00
2022-02-09 22:37:21 +01:00
2022-05-06 17:26:00 +02:00
- 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=
2022-02-09 22:37:21 +01:00
### fixme
2022-01-14 19:36:36 +01:00
2022-05-06 17:26:00 +02:00
The question is What should be fixed here? Please explain
2022-01-14 19:36:36 +01:00
2022-02-09 22:37:21 +01:00
This rendering asks information about the property [fixme ](https://wiki.openstreetmap.org/wiki/Key:fixme )
2022-05-06 17:26:00 +02:00
This is rendered with < b > Fixme description< / b > {fixme}
2022-01-14 19:36:36 +01:00
2022-02-09 22:37:21 +01:00
2022-05-06 17:26:00 +02:00
- No fixme - write something here to explain complicated cases corresponds with
2022-02-09 22:37:21 +01:00
2022-01-14 19:36:36 +01:00
2022-02-15 00:00:30 +01:00
This document is autogenerated from [assets/layers/address/address.json ](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/address/address.json )