mapcomplete/Docs/Layers/address.md
2022-07-26 10:51:14 +02:00

3.6 KiB

address

Addresses

  • This layer is shown at zoomlevel 18 and higher
  • This layer will automatically load named_streets 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)

Basic tags for this layer

Elements must have the all of following tags to be shown on this layer:

  • addr:housenumber~^..*|addr:street~^..*

Execute on overpass

Supported attributes

Warning:

this quick overview is incomplete

attribute type values which are supported by this layer
addr:housenumber string
addr:street string
fixme string

housenumber

The question is What is the number of this house?

This rendering asks information about the property addr:housenumber

This is rendered with The house number is {addr:housenumber}

  • 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>

street

The question is What street is this address located in?

This rendering asks information about the property addr:street

This is rendered with This address is in street {addr:street}

  • 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=

fixme

The question is What should be fixed here? Please explain

This rendering asks information about the property fixme

This is rendered with Fixme description{fixme}

  • No fixme - write something here to explain complicated cases corresponds with ``

This document is autogenerated from assets/layers/address/address.json