add (hidden) presets for healthcare=yes and traffic_calming=yes

closes #547
This commit is contained in:
Martin Raifer 2022-07-22 17:58:45 +02:00
parent b220c70447
commit e32aa71955
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
5 changed files with 42 additions and 3 deletions

View file

@ -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)"
}