Skip to content

Commit be3efc2

Browse files
authored
Add Dialysis Center preset (#795)
1 parent f33f45a commit be3efc2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"icon": "maki-doctor",
3+
"geometry": [
4+
"point",
5+
"area"
6+
],
7+
"tags": {
8+
"healthcare": "dialysis"
9+
},
10+
"addTags": {
11+
"amenity": "clinic",
12+
"healthcare": "dialysis",
13+
"healthcare:speciality": "nephrology"
14+
},
15+
"reference": {
16+
"key": "healthcare",
17+
"value": "dialysis"
18+
},
19+
"terms": [
20+
"kidney dialysis",
21+
"dialysis clinic"
22+
],
23+
"name": "Dialysis Center"
24+
}

0 commit comments

Comments
 (0)