-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add presets for Psychiatrist and Child Psychiatrist
closes #778
- Loading branch information
Showing
3 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"icon": "maki-doctor", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"adolescent psychiatry", | ||
"child psychiatry" | ||
], | ||
"tags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "child_psychiatry" | ||
}, | ||
"addTags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "child_psychiatry", | ||
"healthcare": "doctor" | ||
}, | ||
"reference": { | ||
"key": "healthcare:speciality", | ||
"value": "child_psychiatry" | ||
}, | ||
"name": "Child and Adolescent Psychiatrist", | ||
"aliases": [ | ||
"Pediatric Psychiatrist" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"icon": "maki-doctor", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"psychiatry" | ||
], | ||
"tags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "psychiatry" | ||
}, | ||
"addTags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "psychiatry", | ||
"healthcare": "doctor" | ||
}, | ||
"reference": { | ||
"key": "healthcare:speciality", | ||
"value": "psychiatry" | ||
}, | ||
"name": "Psychiatrist" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters