Skip to content

Commit

Permalink
Update overpass query results
Browse files Browse the repository at this point in the history
  • Loading branch information
chnuessli committed Apr 25, 2024
1 parent 7d24016 commit 8425867
Show file tree
Hide file tree
Showing 19 changed files with 833 additions and 379 deletions.
17 changes: 17 additions & 0 deletions data/json/access/gates/gates_dispo_srz.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -13180,7 +13180,9 @@
"type": "Feature",
"id": "node/919868782",
"properties": {
"access": "no",
"barrier": "gate",
"emergency": "yes",
"id": "node/919868782"
},
"geometry": {
Expand Down Expand Up @@ -65305,6 +65307,21 @@
]
}
},
{
"type": "Feature",
"id": "node/8231001441",
"properties": {
"barrier": "lift_gate",
"id": "node/8231001441"
},
"geometry": {
"type": "Point",
"coordinates": [
8.5527846,
47.4151586
]
}
},
{
"type": "Feature",
"id": "node/8233931930",
Expand Down
17 changes: 17 additions & 0 deletions data/json/access/gates/gates_kt_zh.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -10175,7 +10175,9 @@
"type": "Feature",
"id": "node/919868782",
"properties": {
"access": "no",
"barrier": "gate",
"emergency": "yes",
"id": "node/919868782"
},
"geometry": {
Expand Down Expand Up @@ -56806,6 +56808,21 @@
]
}
},
{
"type": "Feature",
"id": "node/8231001441",
"properties": {
"barrier": "lift_gate",
"id": "node/8231001441"
},
"geometry": {
"type": "Point",
"coordinates": [
8.5527846,
47.4151586
]
}
},
{
"type": "Feature",
"id": "node/8233931930",
Expand Down
106 changes: 84 additions & 22 deletions data/json/ambulance_station/ambulancestation_dispo_srz.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,69 @@
]
}
},
{
"type": "Feature",
"id": "way/368291218",
"properties": {
"addr:city": "Regensdorf",
"addr:housenumber": "183",
"addr:postcode": "8105",
"addr:street": "Riedthofstrasse",
"alt_name": "Wache Regensdorf",
"building": "service",
"emergency": "ambulance_station",
"name": "Rettungsdienst Limmattal - Wache Regensdorf",
"operator": "Rettungsdienst Limmattal",
"id": "way/368291218"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
8.4624265,
47.4391805
],
[
8.4624904,
47.4392656
],
[
8.4621014,
47.4393992
],
[
8.462033,
47.4393081
],
[
8.4619914,
47.4393224
],
[
8.461913,
47.439218
],
[
8.4620427,
47.4391735
],
[
8.4622126,
47.4391857
],
[
8.4622533,
47.43924
],
[
8.4624265,
47.4391805
]
]
]
}
},
{
"type": "Feature",
"id": "way/843565567",
Expand Down Expand Up @@ -686,28 +749,6 @@
]
}
},
{
"type": "Feature",
"id": "node/7465975605",
"properties": {
"addr:city": "Regensdorf",
"addr:housenumber": "183",
"addr:postcode": "8105",
"addr:street": "Riedthofstrasse",
"emergency": "ambulance_station",
"name": "Rettungsdienst Limmattal - Wache Regensdorf",
"operator": "Rettungsdienst Limmattal",
"source": "local knowledge",
"id": "node/7465975605"
},
"geometry": {
"type": "Point",
"coordinates": [
8.4621506,
47.4393164
]
}
},
{
"type": "Feature",
"id": "node/7465975608",
Expand Down Expand Up @@ -942,6 +983,27 @@
47.2596602
]
}
},
{
"type": "Feature",
"id": "node/11843241786",
"properties": {
"alt_name": "Wache MoPi",
"email": "[email protected]",
"emergency": "ambulance_station",
"name": "MoPi",
"operator": "MoPi.ch AG",
"phone": "+41 80 014 43 65",
"website": "https://www.mopi.ch/",
"id": "node/11843241786"
},
"geometry": {
"type": "Point",
"coordinates": [
8.5160027,
47.3879322
]
}
}
]
}
16 changes: 16 additions & 0 deletions data/json/childcare/childcare_dispo_srz.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -13316,6 +13316,22 @@
47.3402372
]
}
},
{
"type": "Feature",
"id": "node/11844907898",
"properties": {
"amenity": "childcare",
"name": "pop e poppa",
"id": "node/11844907898"
},
"geometry": {
"type": "Point",
"coordinates": [
8.5486405,
47.403622
]
}
}
]
}
16 changes: 16 additions & 0 deletions data/json/childcare/childcare_kt_zh.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -12587,6 +12587,22 @@
47.3402372
]
}
},
{
"type": "Feature",
"id": "node/11844907898",
"properties": {
"amenity": "childcare",
"name": "pop e poppa",
"id": "node/11844907898"
},
"geometry": {
"type": "Point",
"coordinates": [
8.5486405,
47.403622
]
}
}
]
}
Loading

0 comments on commit 8425867

Please sign in to comment.