mapcomplete/Docs/Layers/address.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

165 lines
5.9 KiB
Markdown
Raw Normal View History

[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
2024-04-28 03:46:56 +02:00
address
=======
Addresses
2024-04-28 03:46:56 +02:00
* 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)
2024-04-28 03:46:56 +02:00
Table of contents
-----------------
2024-04-28 03:46:56 +02:00
1. [Themes using this layer](#-themes-using-this-layer-)
2. [Basic tags for this layer](#-basic-tags-for-this-layer-)
3. [Supported attributes](#-supported-attributes-)
2024-04-28 03:46:56 +02:00
* [just\_created](#just_created)
* [housenumber](#housenumber)
* [street](#street)
* [fixme](#fixme)
* [leftover-questions](#leftover-questions)
* [lod](#lod)
* [minimap](#minimap)
* [last\_edit](#last_edit)
* [favourite\_status](#favourite_status)
* [qr\_code](#qr_code)
* [share](#share)
* [all-tags](#all-tags)
2024-04-28 03:46:56 +02:00
Themes using this layer
-----------------------
2024-04-28 03:46:56 +02:00
* [grb](https://mapcomplete.org/grb)
* [uk\_addresses](https://mapcomplete.org/uk_addresses)
2024-04-28 03:46:56 +02:00
Basic tags for this layer
-------------------------
2023-11-13 03:15:48 +01:00
Elements must match **any** of the following expressions:
2024-04-28 03:46:56 +02:00
* addr:housenumber~.+
* addr:street~.+
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22addr%3Ahousenumber%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22addr%3Astreet%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
2024-04-28 03:46:56 +02:00
Supported attributes
--------------------
2024-04-28 03:46:56 +02:00
Warning:
this quick overview is incomplete
2024-04-28 03:46:56 +02:00
attribute
2024-04-28 03:46:56 +02:00
type
2024-04-28 03:46:56 +02:00
values which are supported by this layer
2024-04-28 03:46:56 +02:00
[![](https://mapcomplete.org/assets/svg/statistics.svg)](https://taginfo.openstreetmap.org/keys/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id)
2024-04-28 03:46:56 +02:00
Multiple choice
2024-04-28 03:46:56 +02:00
[![](https://mapcomplete.org/assets/svg/statistics.svg)](https://taginfo.openstreetmap.org/keys/addr:housenumber#values) [addr:housenumber](https://wiki.openstreetmap.org/wiki/Key:addr:housenumber)
2024-04-28 03:46:56 +02:00
[string](../SpecialInputElements.md#string)
2024-04-28 03:46:56 +02:00
[![](https://mapcomplete.org/assets/svg/statistics.svg)](https://taginfo.openstreetmap.org/keys/addr:street#values) [addr:street](https://wiki.openstreetmap.org/wiki/Key:addr:street)
2024-04-28 03:46:56 +02:00
[string](../SpecialInputElements.md#string)
2024-04-28 03:46:56 +02:00
[](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)
2024-04-28 03:46:56 +02:00
[![](https://mapcomplete.org/assets/svg/statistics.svg)](https://taginfo.openstreetmap.org/keys/fixme#values) [fixme](https://wiki.openstreetmap.org/wiki/Key:fixme)
2024-04-28 03:46:56 +02:00
[string](../SpecialInputElements.md#string)
2024-04-28 03:46:56 +02:00
[](https://wiki.openstreetmap.org/wiki/Tag:fixme%3D)
2024-04-28 03:46:56 +02:00
### just\_created
2024-04-28 03:46:56 +02:00
This element shows a 'thank you' that the contributor has recently created this element
2024-04-28 03:46:56 +02:00
This tagrendering has no question and is thus read-only
2024-04-28 03:46:56 +02:00
* _You just created this element! Thanks for sharing this info with the world and helping people worldwide._ corresponds with id~.+
2023-11-13 03:15:48 +01:00
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:passed_time<300 & (_version_number= | <a href='https://wiki.openstreetmap.org/wiki/Key:_version_number' target='_blank'>_version_number</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_version_number%3D1' target='_blank'>1</a>) & _backend~.+`
2024-04-28 03:46:56 +02:00
This tagrendering has labels `added_by_default`
2024-04-28 03:46:56 +02:00
### housenumber
2024-04-28 03:46:56 +02:00
The question is _What is the number of this house?_
2024-04-28 03:46:56 +02:00
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>`
2024-04-28 03:46:56 +02:00
* _This building has no house number_ corresponds with [nohousenumber](https://wiki.openstreetmap.org/wiki/Key:nohousenumber)\=[yes](https://wiki.openstreetmap.org/wiki/Tag:nohousenumber%3Dyes)
2024-04-28 03:46:56 +02:00
### street
2024-04-28 03:46:56 +02:00
The question is _What street is this address located in?_
2024-04-28 03:46:56 +02:00
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>`
2024-04-28 03:46:56 +02:00
* _Located in **{\_closest\_street:0:name}**_ corresponds with addr:street=
* _Located in **{\_closest\_street:1:name}**_ corresponds with addr:street=
* _Located in **{\_closest\_street:2:name}**_ corresponds with addr:street=
2024-04-28 03:46:56 +02:00
### fixme
2024-04-28 03:46:56 +02:00
The question is _What should be fixed here? Please explain_
2024-04-28 03:46:56 +02:00
This rendering asks information about the property [fixme](https://wiki.openstreetmap.org/wiki/Key:fixme) This is rendered with `<b>Fixme description</b>{fixme}`
2024-04-28 03:46:56 +02:00
* _No fixme - write something here to explain complicated cases_ corresponds with fixme=
2024-04-28 03:46:56 +02:00
### leftover-questions
This tagrendering has no question and is thus read-only
2024-04-28 03:46:56 +02:00
### lod
2024-04-13 02:40:21 +02:00
This tagrendering has no question and is thus read-only
2024-04-28 03:46:56 +02:00
This tagrendering has labels `added_by_default`
2024-04-13 02:40:21 +02:00
2024-04-28 03:46:56 +02:00
### minimap
Shows a small map with the feature. Added by default to every popup
This tagrendering has no question and is thus read-only
2024-04-28 03:46:56 +02:00
### last\_edit
Gives some metainfo about the last edit and who did edit it - rendering only
This tagrendering has no question and is thus read-only
2023-11-13 03:15:48 +01:00
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:changeset~.+ & _last_edit:contributor~.+`
2024-04-28 03:46:56 +02:00
This tagrendering has labels `added_by_default`
2023-12-19 22:08:00 +01:00
2024-04-28 03:46:56 +02:00
### favourite\_status
2023-12-19 22:08:00 +01:00
This tagrendering has no question and is thus read-only
2024-04-28 03:46:56 +02:00
### qr\_code
2023-12-30 15:24:30 +01:00
This tagrendering has no question and is thus read-only
2024-04-28 03:46:56 +02:00
This tagrendering has labels `added_by_default`
2023-12-30 15:24:30 +01:00
2024-04-28 03:46:56 +02:00
### share
2023-12-30 15:24:30 +01:00
This tagrendering has no question and is thus read-only
2024-04-28 03:46:56 +02:00
This tagrendering has labels `added_by_default`
2023-12-30 15:24:30 +01:00
2024-04-28 03:46:56 +02:00
### all-tags
This tagrendering has no question and is thus read-only
This document is autogenerated from [assets/layers/address/address.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/address/address.json)