mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-04 16:53:52 +01:00
Add shop=rice
Make it easier for contributors to add this type of shop. See: https://wiki.openstreetmap.org/wiki/Talk:Tag:shop%3Drice
This commit is contained in:
parent
096c55af75
commit
2d70924c06
1 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,12 @@
|
|||
{
|
||||
"icon": "fas-bowl-rice",
|
||||
"fields": [
|
||||
"name",
|
||||
"{shop}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{shop}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
@ -7,7 +14,7 @@
|
|||
"tags": {
|
||||
"shop": "rice"
|
||||
},
|
||||
reference": {
|
||||
"reference": {
|
||||
"key": "shop",
|
||||
"value": "rice"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue