mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 04:57:54 +02:00
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
This commit is contained in:
@@ -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"}
|
||||
@@ -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"}
|
||||
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user