Skip to content

Commit

Permalink
Merge pull request #9221 from osmlab/au-ses
Browse files Browse the repository at this point in the history
add operators/emergency/disaster_response for AU
  • Loading branch information
kjonosm committed Apr 1, 2024
2 parents 9897af0 + 5fb735c commit 19779f0
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions data/operators/emergency/disaster_response.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"properties": {
"path": "operators/emergency/disaster_response"
},
"items": [
{
"displayName": "ACT State Emergency Service",
"locationSet": {"include": ["au-act.geojson"]},
"tags": {
"emergency": "disaster_response",
"operator": "ACT State Emergency Service",
"operator:wikidata": "Q110247330"
}
},
{
"displayName": "NSW State Emergency Service",
"locationSet": {"include": ["au-nsw.geojson"]},
"tags": {
"emergency": "disaster_response",
"operator": "NSW State Emergency Service",
"operator:wikidata": "Q7011790"
}
},
{
"displayName": "NT State Emergency Service",
"locationSet": {"include": ["au-nt.geojson"]},
"tags": {
"emergency": "disaster_response",
"operator": "NT State Emergency Service",
"operator:wikidata": "Q111660761"
}
},
{
"displayName": "Queensland State Emergency Service",
"locationSet": {"include": ["au-qld.geojson"]},
"tags": {
"emergency": "disaster_response",
"operator": "Queensland State Emergency Service",
"operator:wikidata": "Q17054236"
}
},
{
"displayName": "South Australian State Emergency Service",
"locationSet": {"include": ["au-sa.geojson"]},
"tags": {
"emergency": "disaster_response",
"operator": "South Australian State Emergency Service",
"operator:wikidata": "Q56395948"
}
},
{
"displayName": "Tasmania State Emergency Service",
"locationSet": {"include": ["au-tas"]},
"tags": {
"emergency": "disaster_response",
"operator": "Tasmania State Emergency Service",
"operator:wikidata": "Q111654255"
}
},
{
"displayName": "Victoria State Emergency Service",
"locationSet": {"include": ["au-vic.geojson"]},
"tags": {
"emergency": "disaster_response",
"operator": "Victoria State Emergency Service",
"operator:wikidata": "Q7927057"
}
},
{
"displayName": "DFES State Emergency Service",
"locationSet": {"include": ["au-wa.geojson"]},
"tags": {
"emergency": "disaster_response",
"operator": "DFES State Emergency Service",
"operator:wikidata": "Q111654262"
}
},
]
}

0 comments on commit 19779f0

Please sign in to comment.