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
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
3 changed files with 35 additions and 4 deletions

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"}