mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
healthcare=laboratory preset
This commit is contained in:
24
data/presets/presets/healthcare/laboratory.json
Normal file
24
data/presets/presets/healthcare/laboratory.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "hospital",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"website",
|
||||
"ref",
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"medical_laboratory",
|
||||
"medical_lab",
|
||||
"blood_check"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "laboratory"
|
||||
},
|
||||
"name": "Laboratory"
|
||||
}
|
||||
Reference in New Issue
Block a user