Skip to content

Commit

Permalink
change shop=organic to shop=yes + organic=only, see #884
Browse files Browse the repository at this point in the history
to make it explicit that the shop type is actually unknown and picked up by further quality assurance tools
  • Loading branch information
tyrasd committed Apr 24, 2023
1 parent 5f3dd51 commit 0a8c721
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,6 @@
"old": {"camp_site": "camp_pitch"},
"replace": {"tourism": "camp_pitch"}
},
{
"old": {"shop": "clothes", "clothes": "second_hand"},
"replace": {"shop": "clothes", "second_hand": "yes"}
},
{
"old": {"color": "*"},
"replace": {"colour": "$1"}
Expand Down Expand Up @@ -1405,6 +1401,10 @@
"old": {"shop": "cafe"},
"replace": {"amenity": "cafe"}
},
{
"old": {"shop": "clothes", "clothes": "second_hand"},
"replace": {"shop": "clothes", "second_hand": "yes"}
},
{
"old": {"shop": "consulting"},
"replace": {"office": "consulting"}
Expand Down Expand Up @@ -1469,6 +1469,10 @@
"old": {"shop": "office_supplies"},
"replace": {"shop": "stationery"}
},
{
"old": {"shop": "organic"},
"replace": {"shop": "yes", "organic": "only"}
},
{
"old": {"shop": "perfume"},
"replace": {"shop": "perfumery"}
Expand Down

0 comments on commit 0a8c721

Please sign in to comment.