Skip to content

Commit

Permalink
Update deprecated.json
Browse files Browse the repository at this point in the history
Add deprecation rule replacing site_type=* with archaeological_site=*
See openstreetmap#677
  • Loading branch information
kjonosm authored Dec 10, 2022
1 parent b90959d commit e13e480
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 @@ -746,6 +746,10 @@
"old": {"highway": "unsurfaced"},
"replace": {"highway": "road", "surface": "unpaved"}
},
{
"old": {"historical": "archaeological_site", "site_type": "*"},
"replace": {"historical": "archaeological_site", "archaeological_site": "$1"}
},
{
"old": {"information": "citymap"},
"replace": {"tourism": "information", "information": "map", "map_type": "street", "map_size": "city"}
Expand Down

0 comments on commit e13e480

Please sign in to comment.