mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-30 06:13:51 +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
|
|
@ -894,6 +894,10 @@
|
|||
"old": {"landuse": "reservoir"},
|
||||
"replace": {"natural": "water", "water": "reservoir"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "school"},
|
||||
"replace": {"landuse": "education"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "wood"},
|
||||
"replace": {"natural": "wood"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue