add preset for landuse=education, replace landuse=school (closes #311)

This commit is contained in:
Martin Raifer
2022-01-10 20:10:24 +01:00
parent 1f5018b157
commit 4c04d7ddcf
3 changed files with 35 additions and 4 deletions
+4
View File
@@ -894,6 +894,10 @@
"old": {"landuse": "reservoir"},
"replace": {"natural": "water", "water": "reservoir"}
},
{
"old": {"landuse": "school"},
"replace": {"landuse": "education"}
},
{
"old": {"landuse": "wood"},
"replace": {"natural": "wood"}