mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
replace shop=general_store with shop=general (#476)
This commit is contained in:
parent
6086de7429
commit
57ed80ba85
1 changed files with 4 additions and 0 deletions
|
|
@ -1403,6 +1403,10 @@
|
|||
"old": {"shop": "gallery"},
|
||||
"replace": {"shop": "art"}
|
||||
},
|
||||
{
|
||||
"old": {"shop": "general_store"},
|
||||
"replace": {"shop": "general"}
|
||||
},
|
||||
{
|
||||
"old": {"shop": "insurance"},
|
||||
"replace": {"office": "insurance"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue