-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add most popular alternative medicine practitioners (#731)
- Loading branch information
1 parent
cd26890
commit 36deeaa
Showing
8 changed files
with
97 additions
and
10 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
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,15 @@ | ||
{ | ||
"icon": "fas-spa", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"tags": { | ||
"healthcare": "alternative", | ||
"healthcare:speciality": "acupuncture" | ||
}, | ||
"name": "Acupuncture Practitioner", | ||
"aliases": [ | ||
"Acupuncturist" | ||
] | ||
} |
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,15 @@ | ||
{ | ||
"icon": "temaki-hinduism", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"traditional indian medicine" | ||
], | ||
"tags": { | ||
"healthcare": "alternative", | ||
"healthcare:speciality": "ayurveda" | ||
}, | ||
"name": "Ayurveda Practitioner" | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"icon": "maki-hospital", | ||
"icon": "fas-spa", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
|
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,15 @@ | ||
{ | ||
"icon": "fas-spa", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"tags": { | ||
"healthcare": "alternative", | ||
"healthcare:speciality": "homeopathy" | ||
}, | ||
"name": "Homeopath", | ||
"aliases": [ | ||
"Homeopathy Practitioner" | ||
] | ||
} |
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,15 @@ | ||
{ | ||
"icon": "fas-spa", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"tags": { | ||
"healthcare": "alternative", | ||
"healthcare:speciality": "naturopathy" | ||
}, | ||
"name": "Naturopath", | ||
"aliases": [ | ||
"Naturopathy Practitioner" | ||
] | ||
} |
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,15 @@ | ||
{ | ||
"icon": "fas-spa", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"tags": { | ||
"healthcare": "alternative", | ||
"healthcare:speciality": "osteopathy" | ||
}, | ||
"name": "Osteopath", | ||
"aliases": [ | ||
"Osteopathy Practitioner" | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
data/presets/healthcare/alternative/traditional_chinese_medicine.json
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,20 @@ | ||
{ | ||
"icon": "fas-spa", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"die da", | ||
"dit da", | ||
"reiki", | ||
"TCM", | ||
"tui na", | ||
"shiatsu" | ||
], | ||
"tags": { | ||
"healthcare": "alternative", | ||
"healthcare:speciality": "traditional_chinese_medicine" | ||
}, | ||
"name": "Traditional Chinese Medicine Practitioner" | ||
} |