Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions data/fields/fire_mains.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"key": "fire_mains",
"type": "combo",
"label": "Type",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to clarify that this Type is only supposed to represent the non-sprinkler part of the inlet. Maybe just calling it Riser Inlet (or Standpipe) would be better?!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that is clear enough. emergency=fire_service_inlet is basically only about the inlet. So I think Riser Inlet or Standpipe would only lead to confusion.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or maybe 'System-Type'?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed it in Network-Type. I think this should be clear now.

"strings": {
"options": {
"dry": "Dry Riser Inlet",
"wet": "Charged Riser",
"yes": "yes",
Comment thread
tiptoptom marked this conversation as resolved.
Outdated
"no": "no"
Comment thread
tiptoptom marked this conversation as resolved.
Outdated
}
},
"autoSuggestions": false,
"customValues": false
}
15 changes: 15 additions & 0 deletions data/fields/fire_service_inlet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"key": "fire_service_inlet",
"type": "combo",
"label": "Shape",
"strings": {
"options": {
"pillar": "Pillar/Aboveground",
"underground": "Underground",
"wall": "Wall",
"pipe": "Capped Pipe"
}
},
"autoSuggestions": false,
"customValues": false
}
16 changes: 16 additions & 0 deletions data/fields/fire_sprinkler.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"key": "fire_sprinkler",
"type": "combo",
"label": "Fire Sprinkler Inlet",
"strings": {
"options": {
"dry": "dry",
"wet": "wet",
"pre-action": "pre-action",
"yes": "yes",
"no": "no"
Comment thread
tiptoptom marked this conversation as resolved.
Outdated
}
},
"autoSuggestions": false,
"customValues": false
}
32 changes: 32 additions & 0 deletions data/presets/emergency/fire_service_inlet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"icon": "temaki-fire_hydrant",
Comment thread
tyrasd marked this conversation as resolved.
Outdated
"fields": [
"fire_mains",
"fire_service_inlet",
"couplings"
],
"moreFields": [
"level",
"survey/date",
"fire_sprinkler"
Comment thread
tiptoptom marked this conversation as resolved.
Outdated
],
"geometry": [
"point",
"vertex"
],
"terms": [
"building hydrant inlet",
"charged riser",
"dry riser inlet",
"dry standpipe",
"fdc",
"fire service inlet",
"fire sprinkler inlet",
"riser inlet",
"wet riser inlet"
Comment thread
tiptoptom marked this conversation as resolved.
Outdated
],
"tags": {
"emergency": "fire_service_inlet"
},
"name": "Fire Department Connection"
}