mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-01 15:23:51 +01:00
Support education tag per approved proposal: https://wiki.openstreetmap.org/wiki/Proposal:Education_tag
This commit is contained in:
parent
2763fbd500
commit
55fef1a780
12 changed files with 134 additions and 0 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.4
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue