mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-09 22:38:38 +02:00
add preset for landuse=education, replace landuse=school (closes #311)
This commit is contained in:
@@ -894,6 +894,10 @@
|
||||
"old": {"landuse": "reservoir"},
|
||||
"replace": {"natural": "water", "water": "reservoir"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "school"},
|
||||
"replace": {"landuse": "education"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "wood"},
|
||||
"replace": {"natural": "wood"}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user