Skip to content

Commit 0a8c721

Browse files
committed
change shop=organic to shop=yes + organic=only, see #884
to make it explicit that the shop type is actually unknown and picked up by further quality assurance tools
1 parent 5f3dd51 commit 0a8c721

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

data/deprecated.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,6 @@
403403
"old": {"camp_site": "camp_pitch"},
404404
"replace": {"tourism": "camp_pitch"}
405405
},
406-
{
407-
"old": {"shop": "clothes", "clothes": "second_hand"},
408-
"replace": {"shop": "clothes", "second_hand": "yes"}
409-
},
410406
{
411407
"old": {"color": "*"},
412408
"replace": {"colour": "$1"}
@@ -1405,6 +1401,10 @@
14051401
"old": {"shop": "cafe"},
14061402
"replace": {"amenity": "cafe"}
14071403
},
1404+
{
1405+
"old": {"shop": "clothes", "clothes": "second_hand"},
1406+
"replace": {"shop": "clothes", "second_hand": "yes"}
1407+
},
14081408
{
14091409
"old": {"shop": "consulting"},
14101410
"replace": {"office": "consulting"}
@@ -1469,6 +1469,10 @@
14691469
"old": {"shop": "office_supplies"},
14701470
"replace": {"shop": "stationery"}
14711471
},
1472+
{
1473+
"old": {"shop": "organic"},
1474+
"replace": {"shop": "yes", "organic": "only"}
1475+
},
14721476
{
14731477
"old": {"shop": "perfume"},
14741478
"replace": {"shop": "perfumery"}

0 commit comments

Comments
 (0)