[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
# surveillance_camera
This layer shows surveillance cameras and allows a contributor to update information and add new cameras
- This layer is shown at zoomlevel **12** and higher
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: a preset snaps to this layer (presets[1])
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: a preset snaps to this layer (presets[3])
## Table of contents
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)
- [images](#images)
- [has_alpr](#has_alpr)
- [Camera type: fixed; panning; dome](#camera-type-fixed;-panning;-dome)
- [camera_direction](#camera_direction)
- [Operator](#operator)
- [Surveillance type: public, outdoor, indoor](#surveillance-type-public,-outdoor,-indoor)
- [is_indoor](#is_indoor)
- [Level](#level)
- [Surveillance:zone](#surveillancezone)
- [camera:mount](#cameramount)
- [leftover-questions](#leftover-questions)
- [delete-button](#delete-button)
- [lod](#lod)
## Themes using this layer
- [personal](https://mapcomplete.org/personal)
- [surveillance](https://mapcomplete.org/surveillance)
## Basic tags for this layer
Elements must match **all** of the following expressions:
0. man_made=surveillance
1. surveillance:type=camera | surveillance:type=ALPR | surveillance:type=ANPR
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22man_made%22%3D%22surveillance%22%5D%5B%22surveillance%3Atype%22%3D%22camera%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22man_made%22%3D%22surveillance%22%5D%5B%22surveillance%3Atype%22%3D%22ALPR%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22man_made%22%3D%22surveillance%22%5D%5B%22surveillance%3Atype%22%3D%22ANPR%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
## Supported attributes
**Warning:**,this quick overview is incomplete,
| attribute | type | values which are supported by this layer |
-----|-----|----- |
| [surveillance:type](https://wiki.openstreetmap.org/wiki/Key:surveillance:type) | Multiple choice | [camera](https://wiki.openstreetmap.org/wiki/Tag:surveillance:type%3Dcamera) [ALPR](https://wiki.openstreetmap.org/wiki/Tag:surveillance:type%3DALPR) |
| [camera:type](https://wiki.openstreetmap.org/wiki/Key:camera:type) | Multiple choice | [fixed](https://wiki.openstreetmap.org/wiki/Tag:camera:type%3Dfixed) [dome](https://wiki.openstreetmap.org/wiki/Tag:camera:type%3Ddome) [panning](https://wiki.openstreetmap.org/wiki/Tag:camera:type%3Dpanning) |
| [camera:direction](https://wiki.openstreetmap.org/wiki/Key:camera:direction) | [direction](../SpecialInputElements.md#direction) | |
| [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | |
| [surveillance](https://wiki.openstreetmap.org/wiki/Key:surveillance) | Multiple choice | [public](https://wiki.openstreetmap.org/wiki/Tag:surveillance%3Dpublic) [outdoor](https://wiki.openstreetmap.org/wiki/Tag:surveillance%3Doutdoor) [indoor](https://wiki.openstreetmap.org/wiki/Tag:surveillance%3Dindoor) |
| [indoor](https://wiki.openstreetmap.org/wiki/Key:indoor) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dno) |
| [level](https://wiki.openstreetmap.org/wiki/Key:level) | [nat](../SpecialInputElements.md#nat) | |
| [surveillance:zone](https://wiki.openstreetmap.org/wiki/Key:surveillance:zone) | [string](../SpecialInputElements.md#string) | [parking](https://wiki.openstreetmap.org/wiki/Tag:surveillance:zone%3Dparking) [traffic](https://wiki.openstreetmap.org/wiki/Tag:surveillance:zone%3Dtraffic) [entrance](https://wiki.openstreetmap.org/wiki/Tag:surveillance:zone%3Dentrance) [corridor](https://wiki.openstreetmap.org/wiki/Tag:surveillance:zone%3Dcorridor) [public_transport_platform](https://wiki.openstreetmap.org/wiki/Tag:surveillance:zone%3Dpublic_transport_platform) [shop](https://wiki.openstreetmap.org/wiki/Tag:surveillance:zone%3Dshop) |
| [camera:mount](https://wiki.openstreetmap.org/wiki/Key:camera:mount) | [string](../SpecialInputElements.md#string) | [wall](https://wiki.openstreetmap.org/wiki/Tag:camera:mount%3Dwall) [pole](https://wiki.openstreetmap.org/wiki/Tag:camera:mount%3Dpole) [ceiling](https://wiki.openstreetmap.org/wiki/Tag:camera:mount%3Dceiling) [street_lamp](https://wiki.openstreetmap.org/wiki/Tag:camera:mount%3Dstreet_lamp) [tree](https://wiki.openstreetmap.org/wiki/Tag:camera:mount%3Dtree) |
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### has_alpr
The question is `Can this camera automatically detect license plates?`
- *This is a camera without number plate recognition.* is shown if with surveillance:type=camera
- *This is an ALPR (Automatic License Plate Reader)* is shown if with surveillance:type=ALPR
### Camera type: fixed; panning; dome
The question is `What kind of camera is this?`
- *A fixed (non-moving) camera* is shown if with camera:type=fixed
- *A dome camera (which can turn)* is shown if with camera:type=dome
- *A panning camera* is shown if with camera:type=panning
### camera_direction
The question is `In which geographical direction does this camera film?`
*Films to a compass heading of {camera:direction}* is shown if `camera:direction` is set
- *Films to a compass heading of {direction}* is shown if with camera:direction= & direction~.+. _This option cannot be chosen as answer_
### Operator
The question is `Who operates this CCTV?`
*Operated by {operator}* is shown if `operator` is set
### Surveillance type: public, outdoor, indoor
The question is `What kind of surveillance is this camera?`
- *A public area is surveilled, such as a street, a bridge, a square, a park, a train station, a public corridor or tunnel, …* is shown if with surveillance=public
- *An outdoor, yet private area is surveilled (e.g. a parking lot, a fuel station, courtyard, entrance, private driveway, …)* is shown if with surveillance=outdoor
- *A private indoor area is surveilled, e.g. a shop, a private underground parking, …* is shown if with surveillance=indoor
### is_indoor
The question is `Is the public space surveilled by this camera an indoor or outdoor space?`
- *This camera is located indoors* is shown if with indoor=yes
- *This camera is located outdoors* is shown if with indoor=no
- *This camera is probably located outdoors* is shown if with indoor=. _This option cannot be chosen as answer_
This tagrendering is only visible in the popup if the following condition is met: surveillance:type=public
### Level
The question is `On which level is this camera located?`
*Located on level {level}* is shown if `level` is set
This tagrendering is only visible in the popup if the following condition is met: indoor=yes | surveillance:type=ye
### Surveillance:zone
The question is `What exactly is surveilled here?`
*Surveills a {surveillance:zone}* is shown if `surveillance:zone` is set
- *Surveills a parking* is shown if with surveillance:zone=parking
- *Surveills the traffic* is shown if with surveillance:zone=traffic
- *Surveills an entrance* is shown if with surveillance:zone=entrance
- *Surveills a corridor* is shown if with surveillance:zone=corridor
- *Surveills a public tranport platform* is shown if with surveillance:zone=public_transport_platform
- *Surveills a shop* is shown if with surveillance:zone=shop
### camera:mount
The question is `How is this camera placed?`
*Mounting method: {camera:mount}* is shown if `camera:mount` is set
- *This camera is placed against a wall* is shown if with camera:mount=wall
- *This camera is placed on a pole* is shown if with camera:mount=pole
- *This camera is placed on the ceiling* is shown if with camera:mount=ceiling
- *This camera is placed on a street light* is shown if with camera:mount=street_lamp
- *This camera is placed on a tree* is shown if with camera:mount=tree
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,)}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels
`added_by_default`
This document is autogenerated from [assets/layers/surveillance_camera/surveillance_camera.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/surveillance_camera/surveillance_camera.json)