Update hailhydrant.json

Keeping things simple. Removed the Mapillary id, coupling question for the hydrant layer. Improved the text of some question/answers.

Added icons from https://mapcomplete.braindeaddev.com/fire , but I'm not sure what their licenses are.
This commit is contained in:
Win Olario 2021-04-11 11:10:09 +08:00 committed by GitHub
parent c737eaa623
commit 85edcea1fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{
"id": "HailHydrant",
"id": "hailhydrant",
"title": {
"en": "Hydrants, Extinguishers, Fire stations, and Rescue stations."
},
@ -43,10 +43,10 @@
"tagRenderings": [
{
"question": {
"en": "What colour is the hydrant?"
"en": "What color is the hydrant?"
},
"render": {
"en": "The hydrant colour is {colour}"
"en": "The hydrant color is {colour}"
},
"freeform": {
"key": "colour"
@ -55,21 +55,21 @@
{
"if": {
"and": [
"colour=red"
"colour=yellow"
]
},
"then": {
"en": "The hydrant colour is red"
"en": "The hydrant color is yellow."
}
},
{
"if": {
"and": [
"colour=yellow"
"colour=red"
]
},
"then": {
"en": "The hydrant colour is yellow"
"en": "The hydrant color is red."
}
}
]
@ -92,7 +92,7 @@
]
},
"then": {
"en": "<img style=\"width:50px; height:60px\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fd/Downtown_Charlottesville_fire_hydrant_1.jpg/176px-Downtown_Charlottesville_fire_hydrant_1.jpg\" /> Pillar type."
"en": "<img style=\"width:20px\" src=\"https://mapcomplete.braindeaddev.com/assets/layers/fire/hydrant_pillar.svg\" /> Pillar type."
}
},
{
@ -102,7 +102,7 @@
]
},
"then": {
"en": "<img style=\"width:50px; height:60px\" src=\"https://wiki.openstreetmap.org/w/images/thumb/3/33/Hydrants_20130326_112938.JPG/159px-Hydrants_20130326_112938.JPG\" /> Pipe type."
"en": "<img style=\"width:20px\" src=\"https://mapcomplete.braindeaddev.com/assets/layers/fire/hydrant_unknown.svg\" /> Pipe type."
}
},
{
@ -112,7 +112,7 @@
]
},
"then": {
"en": "<img style=\"width:60px; height:50px\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Guentherscheid_Tunnel_Rescue4.jpg/320px-Guentherscheid_Tunnel_Rescue4.jpg\" /> Wall type."
"en": "<img style=\"width:20px\" src=\"https://mapcomplete.braindeaddev.com/assets/layers/fire/hydrant_unknown.svg\" /> Wall type."
}
},
{
@ -122,51 +122,7 @@
]
},
"then": {
"en": "<img style=\"width:60px; height:50px\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/65/Berlin_hydrant_20050211_p1000517.jpg/320px-Berlin_hydrant_20050211_p1000517.jpg\" /> Underground type."
}
}
]
},
{
"question": {
"en": "How many couplings are there?"
},
"render": {
"en": "Couplings: {couplings}"
},
"freeform": {
"key": "couplings",
"type": "pnat"
},
"mappings": [
{
"if": {
"and": [
"couplings=1"
]
},
"then": {
"en": "The hydrant has one (1) coupling."
}
},
{
"if": {
"and": [
"couplings=2"
]
},
"then": {
"en": "The hydrant has two (2) couplings."
}
},
{
"if": {
"and": [
"couplings=3"
]
},
"then": {
"en": "The hydrant has three (3) coupling."
"en": "<img style=\"width:20px\" src=\"https://mapcomplete.braindeaddev.com/assets/layers/fire/hydrant_underground.svg\" /> Underground type."
}
}
]
@ -189,7 +145,7 @@
]
},
"then": {
"en": "Hydrant is (fully or partially) working."
"en": "The hydrant is (fully or partially) working."
}
},
{
@ -200,7 +156,7 @@
]
},
"then": {
"en": "Hydrant is unavailable for use."
"en": "The hydrant is unavailable."
}
},
{
@ -211,64 +167,10 @@
]
},
"then": {
"en": "Hydrant has been removed."
"en": "The hydrant has been removed."
}
}
]
},
{
"question": {
"en": "Describe the position of the hydrant."
},
"render": {
"en": "Position: {fire_hydrant:position}"
},
"mappings": [
{
"if": {
"and": [
"fire_hydrant:position=sidewalk"
]
},
"then": {
"en": "Sidewalk"
}
},
{
"if": {
"and": [
"fire_hydrant:position=lane"
]
},
"then": {
"en": "Road-side"
}
},
{
"if": {
"and": [
"fire_hydrant:position=underground"
]
},
"then": {
"en": "Underground"
}
}
],
"freeform": {
"key": "fire_hydrant:position"
}
},
{
"render": {
"en": "Mapillary: {mapillary}"
},
"question": {
"en": "Do you know the Mapillary photo id?"
},
"freeform": {
"key": "mapillary"
}
}
],
"hideUnderlayingFeaturesMinPercentage": 0,
@ -290,10 +192,10 @@
"emergency=fire_hydrant"
],
"title": {
"en": "fire hydrant"
"en": "Fire hydrant"
},
"description": {
"en": "Add a new fire hydant to the map."
"en": "Add a new fire hydrant to the map."
}
}
],
@ -341,7 +243,7 @@
]
},
"then": {
"en": "Indoor"
"en": "Found indoors."
}
},
{
@ -351,7 +253,7 @@
]
},
"then": {
"en": "Outdoor"
"en": "Found outdoors."
}
}
],
@ -379,7 +281,7 @@
"emergency=fire_extinguisher"
],
"title": {
"en": "fire extinguisher"
"en": "Fire extinguisher"
},
"description": {
"en": "Add a fire extinguisher to the map"
@ -428,7 +330,7 @@
},
{
"question": {
"en": "In what place is the station located? (e.g. name of neighbourhood, villlage, or town)"
"en": "In what place is the station located? (e.g. name of neighborhood, villlage, or town)"
},
"freeform": {
"key": "addr:place"