File tree Expand file tree Collapse file tree 4 files changed +81
-0
lines changed
Expand file tree Collapse file tree 4 files changed +81
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments