hydrant ========= Map layer to show fire hydrants. ## Table of contents 1. [hydrant](#hydrant) * [Themes using this layer](#themes-using-this-layer) - [Basic tags for this layer](#basic-tags-for-this-layer) - [Supported attributes](#supported-attributes) + [hydrant-color](#hydrant-color) + [hydrant-type](#hydrant-type) + [hydrant-state](#hydrant-state) + [images](#images) #### Themes using this layer - [hailhydrant](https://mapcomplete.osm.be/hailhydrant) [Go to the source code](../assets/layers/hydrant/hydrant.json) Basic tags for this layer --------------------------- Elements must have the all of following tags to be shown on this layer: - emergency=fire_hydrant Supported attributes ---------------------- **Warning** This quick overview is incomplete attribute | type | values which are supported by this layer ----------- | ------ | ------------------------------------------ [](https://taginfo.openstreetmap.org/keys/colour#values) [colour](https://wiki.openstreetmap.org/wiki/Key:colour) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:colour%3D) [yellow](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow) [red](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred) [](https://taginfo.openstreetmap.org/keys/fire_hydrant:type#values) [fire_hydrant:type](https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3D) [pillar](https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dpillar) [pipe](https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dpipe) [wall](https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dwall) [underground](https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dunderground) [](https://taginfo.openstreetmap.org/keys/emergency#values) [emergency](https://wiki.openstreetmap.org/wiki/Key:emergency) | Multiple choice | [fire_hydrant](https://wiki.openstreetmap.org/wiki/Tag:emergency%3Dfire_hydrant) [](https://wiki.openstreetmap.org/wiki/Tag:emergency%3D) [](https://wiki.openstreetmap.org/wiki/Tag:emergency%3D) ### hydrant-color The question is **What color is the hydrant?** This rendering asks information about the property [colour](https://wiki.openstreetmap.org/wiki/Key:colour) This is rendered with `The hydrant color is {colour}` - **The hydrant color is unknown.** corresponds with - **The hydrant color is yellow.** corresponds with colour=yellow - **The hydrant color is red.** corresponds with colour=red ### hydrant-type The question is **What type of hydrant is it?** This rendering asks information about the property [fire_hydrant:type](https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type) This is rendered with ` Hydrant type: {fire_hydrant:type}` - **The hydrant type is unknown.** corresponds with - ** Pillar type.** corresponds with fire_hydrant:type=pillar - ** Pipe type.** corresponds with fire_hydrant:type=pipe - ** Wall type.** corresponds with fire_hydrant:type=wall - ** Underground type.** corresponds with fire_hydrant:type=underground ### hydrant-state The question is **Is this hydrant still working?** - **The hydrant is (fully or partially) working** corresponds with emergency=fire_hydrant - **The hydrant is unavailable** corresponds with disused:emergency=fire_hydrant - **The hydrant has been removed** corresponds with removed:emergency=fire_hydrant ### images _This tagrendering has no question and is thus read-only_ This document is autogenerated from assets/layers/hydrant/hydrant.json