Skip to content

Commit 2a3ab19

Browse files
committed
add upgrade path for landuse=churchyard
closes #4
1 parent 6702966 commit 2a3ab19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data/deprecated.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,10 @@
818818
"old": {"landuse": "basin"},
819819
"replace": {"natural": "water", "water": "basin"}
820820
},
821+
{
822+
"old": {"landuse": "churchyard"},
823+
"replace": {"landuse": "religious"}
824+
},
821825
{
822826
"old": {"landuse": "conservation"},
823827
"replace": {"boundary": "protected_area"}

0 commit comments

Comments
 (0)