mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Support education tags on education presets (#1472)
This commit is contained in:
parent
3f724af32a
commit
820aa16a92
12 changed files with 149 additions and 2 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue