mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-30 06:13:51 +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
39
data/presets/education.json
Normal file
39
data/presets/education.json
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue