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

@ -1,34 +0,0 @@
{
"icon": "fas-music",
"fields": [
"name",
"operator",
"address",
"building_area_yes",
"opening_hours",
"dance/style"
],
"moreFields": [
"{@templates/poi}"
],
"geometry": [
"point",
"area"
],
"terms": [
"ballet",
"ballet studio",
"dance teaching",
"jive",
"swing",
"tango",
"waltz"
],
"tags": {
"amenity": "dancing_school"
},
"name": "Dance School",
"aliases": [
"Dance Studio"
]
}