mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
add preset for landuse=education, replace landuse=school (closes #311)
This commit is contained in:
parent
1f5018b157
commit
4c04d7ddcf
3 changed files with 35 additions and 4 deletions
22
data/presets/landuse/education.json
Normal file
22
data/presets/landuse/education.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "temaki-school",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator"
|
||||
],
|
||||
"moreFields": [],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"educational facilities",
|
||||
"campus",
|
||||
"school grounds",
|
||||
"school center"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "education"
|
||||
},
|
||||
"matchScore": 0.9,
|
||||
"name": "Educational Campus"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue