mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 13:08:00 +02:00
add (hidden) presets for healthcare=yes and traffic_calming=yes
closes #547
This commit is contained in:
@@ -41,5 +41,6 @@
|
||||
"surgery",
|
||||
"wellness"
|
||||
],
|
||||
"name": "Healthcare Facility"
|
||||
"name": "Healthcare Facility",
|
||||
"matchScore": 0.4
|
||||
}
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "maki-hospital",
|
||||
"fields": [
|
||||
"name",
|
||||
"healthcare",
|
||||
"{healthcare}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "yes"
|
||||
},
|
||||
"searchable": false,
|
||||
"matchScore": 0.5,
|
||||
"name": "Healthcare Facility (Unspecified Type)"
|
||||
}
|
||||
@@ -40,5 +40,6 @@
|
||||
"terms": [
|
||||
"administration"
|
||||
],
|
||||
"name": "Office"
|
||||
"name": "Office",
|
||||
"matchScore": 0.4
|
||||
}
|
||||
|
||||
@@ -19,5 +19,6 @@
|
||||
"slow",
|
||||
"speed"
|
||||
],
|
||||
"name": "Traffic Calming"
|
||||
"name": "Traffic Calming",
|
||||
"matchScore": 0.4
|
||||
}
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "temaki-diamond",
|
||||
"fields": [
|
||||
"traffic_calming",
|
||||
"{traffic_calming}"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"traffic_calming": "yes"
|
||||
},
|
||||
"name": "Traffic Calming (Unspecified Type)",
|
||||
"searchable": false,
|
||||
"matchScore": 0.5
|
||||
}
|
||||
Reference in New Issue
Block a user