Add preset for emergency=fire_service_inlet and fields for fire_mains and fire_sprinkler (#806)

This commit is contained in:
tiptoptom 2023-03-14 18:01:15 +01:00 committed by GitHub
parent 5a75ce9458
commit 29130c5665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 81 additions and 0 deletions

View file

@ -0,0 +1,35 @@
{
"icon": "maki-water",
"fields": [
"fire_mains",
"fire_sprinkler",
"couplings"
],
"moreFields": [
"level",
"survey/date",
"fire_service_inlet",
"ref"
],
"geometry": [
"point",
"vertex"
],
"terms": [
"building hydrant inlet",
"charged riser",
"dry riser inlet",
"dry standpipe",
"fdc",
"fire service inlet",
"fire sprinkler inlet",
"riser inlet",
"standpipe",
"wet riser inlet",
"wet standpipe"
],
"tags": {
"emergency": "fire_service_inlet"
},
"name": "Fire Department Connection"
}