mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 03:41:33 +00:00
Merge pull request #5957 from matkoniecz/kill_landuse_conservation
landuse=conservation to boundary=protected_area
This commit is contained in:
@@ -179,6 +179,10 @@
|
||||
"old": {"highway": "unsurfaced"},
|
||||
"replace": {"highway": "road", "incline": "unpaved"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "conservation"},
|
||||
"replace": {"boundary": "protected_area"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "farm"},
|
||||
"replace": {"landuse": "farmland"}
|
||||
|
||||
Reference in New Issue
Block a user