entrance ========== A layer showing entrances and offering capabilities to survey some advanced data which is important for e.g. wheelchair users (but also bicycle users, people who want to deliver, ...) ## Table of contents 1. [entrance](#entrance) * [Themes using this layer](#themes-using-this-layer) - [Basic tags for this layer](#basic-tags-for-this-layer) - [Supported attributes](#supported-attributes) + [images](#images) + [Entrance type](#entrance-type) + [Door_type](#door_type) + [automatic_door](#automatic_door) + [width](#width) - 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[0]) - This layer will automatically load [pedestrian_path](./pedestrian_path.md) into the layout as it depends on it: a preset snaps to this layer (presets[0]) #### Themes using this layer - [entrances](https://mapcomplete.osm.be/entrances) [Go to the source code](../assets/layers/entrance/entrance.json) Basic tags for this layer --------------------------- Elements must have the all of following tags to be shown on this layer: - entrance~^..*$|indoor=door Supported attributes ---------------------- **Warning** This quick overview is incomplete attribute | type | values which are supported by this layer ----------- | ------ | ------------------------------------------ [](https://taginfo.openstreetmap.org/keys/entrance#values) [entrance](https://wiki.openstreetmap.org/wiki/Key:entrance) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dyes) [](https://wiki.openstreetmap.org/wiki/Tag:entrance%3D) [main](https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dmain) [secondary](https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dsecondary) [service](https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dservice) [exit](https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dexit) [entrance](https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dentrance) [emergency](https://wiki.openstreetmap.org/wiki/Tag:entrance%3Demergency) [home](https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dhome) [](https://taginfo.openstreetmap.org/keys/door#values) [door](https://wiki.openstreetmap.org/wiki/Key:door) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:door%3Dyes) [hinged](https://wiki.openstreetmap.org/wiki/Tag:door%3Dhinged) [revolving](https://wiki.openstreetmap.org/wiki/Tag:door%3Drevolving) [sliding](https://wiki.openstreetmap.org/wiki/Tag:door%3Dsliding) [overhead](https://wiki.openstreetmap.org/wiki/Tag:door%3Doverhead) [no](https://wiki.openstreetmap.org/wiki/Tag:door%3Dno) [](https://taginfo.openstreetmap.org/keys/automatic_door#values) [automatic_door](https://wiki.openstreetmap.org/wiki/Key:automatic_door) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dno) [motion](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dmotion) [floor](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dfloor) [button](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dbutton) [slowdown_button](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dslowdown_button) [continuous](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dcontinuous) [serviced_on_button_press](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_button_press) [serviced_on_request](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_request) [](https://taginfo.openstreetmap.org/keys/width#values) [width](https://wiki.openstreetmap.org/wiki/Key:width) | [length](../SpecialInputElements.md#length) | ### images _This tagrendering has no question and is thus read-only_ ### Entrance type The question is **What type of entrance is this?** - **No specific entrance type is known** corresponds with entrance=yes - **This is an indoor door, separating a room or a corridor within a single building** corresponds with indoor=door - **This is the main entrance** corresponds with entrance=main - **This is a secondary entrance** corresponds with entrance=secondary - **This is a service entrance - normally only used for employees, delivery, ...** corresponds with entrance=service - **This is an exit where one can not enter** corresponds with entrance=exit - **This is an entrance where one can only enter (but not exit)** corresponds with entrance=entrance - **This is emergency exit** corresponds with entrance=emergency - **This is the entrance to a private home** corresponds with entrance=home ### Door_type The question is **What is the type of this door?
Wether or not the door is automated is asked in the next question** - **The door type is not known** corresponds with door=yes - **A classical, hinged door supported by joints** corresponds with door=hinged - **A revolving door which hangs on a central shaft, rotating within a cylindrical enclosure** corresponds with door=revolving - **A sliding door where the door slides sidewards, typically parallel with a wall** corresponds with door=sliding - **A door which rolls from overhead, typically seen for garages** corresponds with door=overhead - **This is an entrance without a physical door** corresponds with door=no ### automatic_door The question is **Is this door automated?** - **This is an automatic door** corresponds with automatic_door=yes - **This door is not automated** corresponds with automatic_door=no - **This door will open automatically when motion is detected** corresponds with automatic_door=motion - **This door will open automatically when a sensor in the floor is triggered** corresponds with automatic_door=floor - **This door will open automatically when a button is pressed** corresponds with automatic_door=button - **This door revolves automatically all the time, but has a button to slow it down, e.g. for wheelchair users** corresponds with automatic_door=slowdown_button - **This door revolves automatically all the time** corresponds with automatic_door=continuous - **This door will be opened by staff when requested by pressing a buttonautomatic_door=serviced_on_button_press - **This door will be opened by staff when requested** corresponds with automatic_door=serviced_on_request ### width The question is **What is the width of this door/entrance?** This rendering asks information about the property [width](https://wiki.openstreetmap.org/wiki/Key:width) This is rendered with `This door has a width of {canonical(width)} meter` This document is autogenerated from assets/layers/entrance/entrance.json