Skip to content

Commit

Permalink
add upgrade path for landuse=churchyard
Browse files Browse the repository at this point in the history
closes #4
  • Loading branch information
tyrasd committed Dec 15, 2021
1 parent 6702966 commit 2a3ab19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,10 @@
"old": {"landuse": "basin"},
"replace": {"natural": "water", "water": "basin"}
},
{
"old": {"landuse": "churchyard"},
"replace": {"landuse": "religious"}
},
{
"old": {"landuse": "conservation"},
"replace": {"boundary": "protected_area"}
Expand Down

0 comments on commit 2a3ab19

Please sign in to comment.