Support education tags on education presets (#1472)

This commit is contained in:
Quincy Morgan 2025-07-27 10:28:17 -04:00 committed by GitHub
parent 3f724af32a
commit 820aa16a92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 149 additions and 2 deletions

View file

@ -0,0 +1,39 @@
{
"icon": "temaki-school",
"fields": [
"name",
"education",
"operator",
"address",
"building_area",
"phone",
"website"
],
"moreFields": [
"{@templates/contact}",
"branch_brand",
"brand",
"building/levels_building",
"gnis/feature_id-US",
"height_building",
"level",
"opening_hours",
"payment_multi",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"tags": {
"education": "*"
},
"terms": [
"classes",
"school",
"teaching",
"training"
],
"name": "Education Facility",
"matchScore": 0.7
}