mapcomplete/Docs/Layers/walls_and_buildings.md

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

94 lines
3.1 KiB
Markdown
Raw Normal View History

2022-02-14 04:59:49 +01:00
walls_and_buildings
2022-01-14 19:36:36 +01:00
=====================
2022-06-04 16:56:15 +02:00
Special builtin layer providing all walls and buildings. This layer is useful in presets for objects which can be placed against walls (e.g. AEDs, postboxes, entrances, addresses, surveillance cameras, …). This layer is invisible by default and not toggleable by the user.
2022-02-14 04:59:49 +01:00
2022-01-14 19:36:36 +01:00
2022-02-14 04:59:49 +01:00
2022-04-06 16:12:01 +02:00
- This layer is shown at zoomlevel **18** and higher
2022-02-14 04:59:49 +01:00
- This layer is not visible by default and must be enabled in the filter by the user.
2022-07-26 10:51:14 +02:00
- This layer is not visible by default and the visibility cannot be toggled, effectively resulting in a fully hidden layer. This can be useful, e.g. to calculate some metatags. If you want to render this layer (e.g. for debugging), enable it by setting the URL-parameter layer-<id>=true
2022-02-14 04:59:49 +01:00
- Not visible in the layer selection by default. If you want to make this layer toggable, override `name`
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
2022-07-18 11:52:37 +02:00
- This layer will automatically load [entrance](./entrance.md) into the layout as it depends on it: a calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _entrance_properties)
2022-02-14 04:59:49 +01:00
- This layer is needed as dependency for layer [defibrillator](#defibrillator)
- This layer is needed as dependency for layer [entrance](#entrance)
- This layer is needed as dependency for layer [surveillance_camera](#surveillance_camera)
2022-01-14 19:36:36 +01:00
2022-02-14 04:59:49 +01:00
#### Themes using this layer
2022-01-14 19:36:36 +01:00
2022-02-14 04:59:49 +01:00
- [aed](https://mapcomplete.osm.be/aed)
2022-07-31 13:33:45 +02:00
- [indoors](https://mapcomplete.osm.be/indoors)
2022-07-26 16:58:51 +02:00
- [onwheels](https://mapcomplete.osm.be/onwheels)
2022-02-14 04:59:49 +01:00
- [personal](https://mapcomplete.osm.be/personal)
- [surveillance](https://mapcomplete.osm.be/surveillance)
2022-01-14 19:36:36 +01:00
2022-02-14 04:59:49 +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-14 04:59:49 +01:00
- <a href='https://wiki.openstreetmap.org/wiki/Key:barrier' target='_blank'>barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dwall' target='_blank'>wall</a>|building~^..*$
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%22barrier%22%3D%22wall%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22building%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
2022-02-14 04:59:49 +01:00
Supported attributes
----------------------
2022-01-26 21:40:38 +01:00
2022-07-18 11:52:37 +02:00
2022-07-31 13:33:45 +02:00
### entrance_info
2022-07-18 11:52:37 +02:00
2022-07-31 13:33:45 +02:00
This tagrendering has no question and is thus read-only
2022-07-18 11:52:37 +02:00
2022-07-31 13:33:45 +02:00
- No entrance has been marked corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:_entrances_count' target='_blank'>_entrances_count</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_entrances_count%3D0' target='_blank'>0</a>`
- None of the {_entrance_count} entrances have width information yet corresponds with `_entrances_count_without_width=_entrances_count`
2022-07-18 11:52:37 +02:00
2022-07-31 13:33:45 +02:00
### biggest_width
2022-07-18 11:52:37 +02:00
2022-07-31 13:33:45 +02:00
This tagrendering has no question and is thus read-only
2022-07-18 11:52:37 +02:00
2022-07-31 13:33:45 +02:00
Only visible if `_biggest_width_id~^..*$` is shown
2022-01-14 19:36:36 +01:00
2022-02-15 00:00:30 +01:00
This document is autogenerated from [assets/layers/walls_and_buildings/walls_and_buildings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/walls_and_buildings/walls_and_buildings.json)