mapcomplete/Docs/Layers/osm-buildings.md

51 lines
1.9 KiB
Markdown
Raw Normal View History

2022-01-26 21:40:38 +01:00
osm-buildings
2022-01-14 19:36:36 +01:00
===============
## Table of contents
1. [osm-buildings](#osm-buildings)
2022-01-26 21:40:38 +01:00
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [apply_streetname](#apply_streetname)
2022-01-14 19:36:36 +01:00
2022-01-26 21:40:38 +01:00
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
- This layer will automatically load [crab_address](./crab_address.md) into the layout as it depends on it: A
calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _
embedded_crab_addresses)
- 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[3] which calculates the value for _nearby_street_names)
- This layer is needed as dependency for layer [grb](#grb)
- This layer is needed as dependency for layer [grb](#grb)
2022-01-14 19:36:36 +01:00
[Go to the source code](../assets/layers/osm-buildings/osm-buildings.json)
2022-01-26 21:40:38 +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-01-26 21:40:38 +01:00
- building~^..*$
- addr:housenumber~^..*$
-
2022-01-14 19:36:36 +01:00
2022-01-26 21:40:38 +01:00
Supported attributes
2022-01-14 19:36:36 +01:00
----------------------
2022-01-26 21:40:38 +01:00
### apply_streetname
2022-01-14 19:36:36 +01:00
_This tagrendering has no question and is thus read-only_
2022-01-26 21:40:38 +01:00
- **No nearby street has the same name. The CRAB-name is {_name_to_apply}** corresponds
with <a href='https://wiki.openstreetmap.org/wiki/Key:_spelling_is_correct' target='_blank'>_spelling_is_correct</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:_spelling_is_correct%3Dfalse' target='_blank'>false</a>
- **There are multiple streetnames applicable here** corresponds
with <a href='https://wiki.openstreetmap.org/wiki/Key:_singular_import' target='_blank'>_singular_import</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:_singular_import%3Dfalse' target='_blank'>false</a>
2022-01-14 19:36:36 +01:00
This document is autogenerated from assets/layers/osm-buildings/osm-buildings.json