Skip to content

Commit 29130c5

Browse files
authored
Add preset for emergency=fire_service_inlet and fields for fire_mains and fire_sprinkler (#806)
1 parent 5a75ce9 commit 29130c5

File tree

4 files changed

+81
-0
lines changed

4 files changed

+81
-0
lines changed

data/fields/fire_mains.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"key": "fire_mains",
3+
"type": "combo",
4+
"label": "Network-Type",
5+
"strings": {
6+
"options": {
7+
"dry": "Dedicated Network (Normally Dry)",
8+
"wet": "Connected to Mains (Permanently Filled)",
9+
"yes": "Unknown Type",
10+
"no": "No"
11+
}
12+
},
13+
"autoSuggestions": false,
14+
"customValues": false
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"key": "fire_service_inlet",
3+
"type": "combo",
4+
"label": "Shape",
5+
"strings": {
6+
"options": {
7+
"pillar": "Pillar/Aboveground",
8+
"underground": "Underground",
9+
"wall": "Wall",
10+
"pipe": "Capped Pipe"
11+
}
12+
},
13+
"autoSuggestions": false,
14+
"customValues": false
15+
}

data/fields/fire_sprinkler.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"key": "fire_sprinkler",
3+
"type": "combo",
4+
"label": "Fire Sprinkler Inlet",
5+
"strings": {
6+
"options": {
7+
"dry": "Dedicated Network (Normally Dry)",
8+
"wet": "Connected to Mains (Permanently Filled)",
9+
"pre-action": "Connected to Mains (Pre-Action System)",
10+
"yes": "Unknown Type",
11+
"no": "No"
12+
}
13+
},
14+
"autoSuggestions": false,
15+
"customValues": false
16+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"icon": "maki-water",
3+
"fields": [
4+
"fire_mains",
5+
"fire_sprinkler",
6+
"couplings"
7+
],
8+
"moreFields": [
9+
"level",
10+
"survey/date",
11+
"fire_service_inlet",
12+
"ref"
13+
],
14+
"geometry": [
15+
"point",
16+
"vertex"
17+
],
18+
"terms": [
19+
"building hydrant inlet",
20+
"charged riser",
21+
"dry riser inlet",
22+
"dry standpipe",
23+
"fdc",
24+
"fire service inlet",
25+
"fire sprinkler inlet",
26+
"riser inlet",
27+
"standpipe",
28+
"wet riser inlet",
29+
"wet standpipe"
30+
],
31+
"tags": {
32+
"emergency": "fire_service_inlet"
33+
},
34+
"name": "Fire Department Connection"
35+
}

0 commit comments

Comments
 (0)