mapcomplete/Docs/Layers/hydrant.md

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

211 lines
6.9 KiB
Markdown
Raw Normal View History

2023-02-12 23:08:57 +01:00
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
2022-02-14 04:59:49 +01:00
hydrant
2022-01-14 19:36:36 +01:00
=========
<img src='https://mapcomplete.osm.be/./assets/themes/hailhydrant/hydrant.svg' height="100px">
Map layer to show fire hydrants.
2022-02-14 04:59:49 +01:00
2022-04-06 16:12:01 +02:00
- This layer is shown at zoomlevel **14** and higher
2022-02-14 04:59:49 +01:00
#### Themes using this layer
- [hailhydrant](https://mapcomplete.osm.be/hailhydrant)
- [personal](https://mapcomplete.osm.be/personal)
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:emergency' target='_blank'>emergency</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:emergency%3Dfire_hydrant' target='_blank'>fire_hydrant</a>
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%22emergency%22%3D%22fire_hydrant%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-14 19:36:36 +01:00
----------------------
Warning:
this quick overview is incomplete
2022-01-14 19:36:36 +01:00
2022-02-14 04:59:49 +01:00
2022-01-14 19:36:36 +01:00
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/colour#values) [colour](https://wiki.openstreetmap.org/wiki/Key:colour) | [string](../SpecialInputElements.md#string) | [yellow](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow) [red](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](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) | [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)
2022-01-14 19:36:36 +01:00
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](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)
2022-08-24 03:09:51 +02:00
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/fire_hydrant:diameter#values) [fire_hydrant:diameter](https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:diameter) | [int](../SpecialInputElements.md#int) |
2023-02-10 01:49:06 +01:00
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/couplings#values) [couplings](https://wiki.openstreetmap.org/wiki/Key:couplings) | [int](../SpecialInputElements.md#int) |
2022-08-24 03:09:51 +02:00
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/couplings:type#values) [couplings:type](https://wiki.openstreetmap.org/wiki/Key:couplings:type) | [string](../SpecialInputElements.md#string) | [Storz](https://wiki.openstreetmap.org/wiki/Tag:couplings:type%3DStorz) [UNI](https://wiki.openstreetmap.org/wiki/Tag:couplings:type%3DUNI) [Barcelona](https://wiki.openstreetmap.org/wiki/Tag:couplings:type%3DBarcelona)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/couplings:diameters#values) [couplings:diameters](https://wiki.openstreetmap.org/wiki/Key:couplings:diameters) | [string](../SpecialInputElements.md#string) |
2022-01-14 19:36:36 +01:00
2022-02-14 04:59:49 +01:00
### hydrant-color
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
The question is *What color is the hydrant?*
2022-01-14 19:36:36 +01:00
2022-02-14 04:59:49 +01:00
This rendering asks information about the property [colour](https://wiki.openstreetmap.org/wiki/Key:colour)
2022-12-08 00:48:44 +01:00
This is rendered with `The hydrant color is {colour}`
2022-01-14 19:36:36 +01:00
2022-02-14 04:59:49 +01:00
2022-12-08 00:48:44 +01:00
- *The hydrant color is unknown.* corresponds with ``
- This option cannot be chosen as answer
2022-12-08 00:48:44 +01:00
- *The hydrant color is yellow.* corresponds with `colour=yellow`
- *The hydrant color is red.* corresponds with `colour=red`
2022-02-14 04:59:49 +01:00
### hydrant-type
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
The question is *What type of hydrant is it?*
2022-01-14 19:36:36 +01:00
2022-02-14 04:59:49 +01:00
This rendering asks information about the property [fire_hydrant:type](https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type)
2022-12-08 00:48:44 +01:00
This is rendered with ` Hydrant type: {fire_hydrant:type}`
2022-01-14 19:36:36 +01:00
2022-02-14 04:59:49 +01:00
2022-12-08 00:48:44 +01:00
- *The hydrant type is unknown.* corresponds with ``
- This option cannot be chosen as answer
2022-12-08 00:48:44 +01:00
- *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`
2022-02-14 04:59:49 +01:00
### hydrant-state
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
The question is *Is this hydrant still working?*
2022-01-14 19:36:36 +01:00
2022-02-14 04:59:49 +01:00
2022-12-08 00:48:44 +01:00
- *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`
2022-02-14 04:59:49 +01:00
2022-08-24 03:09:51 +02:00
### hydrant-diameter
2022-12-08 00:48:44 +01:00
The question is *What is the pipe diameter of this hydrant?*
2022-08-24 03:09:51 +02:00
This rendering asks information about the property [fire_hydrant:diameter](https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:diameter)
2022-12-08 00:48:44 +01:00
This is rendered with `Pipe diameter: {canonical(fire_hydrant:diameter)}`
2022-08-24 03:09:51 +02:00
2023-02-10 01:49:06 +01:00
### hydrant-number-of-couplings
The question is *How many couplings does this fire hydrant have?*
This rendering asks information about the property [couplings](https://wiki.openstreetmap.org/wiki/Key:couplings)
This is rendered with `Number of couplings: {couplings}`
2022-08-24 03:09:51 +02:00
### hydrant-couplings
2022-12-08 00:48:44 +01:00
The question is *What kind of couplings does this hydrant have?*
2022-08-24 03:09:51 +02:00
This rendering asks information about the property [couplings:type](https://wiki.openstreetmap.org/wiki/Key:couplings:type)
2022-12-08 00:48:44 +01:00
This is rendered with `Couplings: {couplings:type}`
2022-08-24 03:09:51 +02:00
2022-12-08 00:48:44 +01:00
- *Storz coupling* corresponds with `couplings:type=Storz`
- *UNI coupling* corresponds with `couplings:type=UNI`
- *Barcelona coupling* corresponds with `couplings:type=Barcelona`
2022-08-24 03:09:51 +02:00
### hydrant-couplings-diameters
2022-12-08 00:48:44 +01:00
The question is *What diameter are the couplings of this hydrant?*
2022-08-24 03:09:51 +02:00
This rendering asks information about the property [couplings:diameters](https://wiki.openstreetmap.org/wiki/Key:couplings:diameters)
2022-12-08 00:48:44 +01:00
This is rendered with `Coupling diameters: {couplings:diameters}`
2022-08-24 03:09:51 +02:00
2022-02-14 04:59:49 +01:00
### images
2022-01-14 19:36:36 +01:00
2022-07-26 10:51:14 +02:00
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
This tagrendering has no question and is thus read-only
2022-01-14 19:36:36 +01:00
2022-02-14 04:59:49 +01:00
2023-02-12 23:08:57 +01:00
This document is autogenerated from [assets/layers/hydrant/hydrant.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hydrant/hydrant.json)