mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-05 01:03:53 +01:00
Add preset for shop=rice
Add shop=rice, to 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
993b6b0935
commit
d1b9294ba4
1 changed files with 15 additions and 0 deletions
15
data/presets/shop/rice.json
Normal file
15
data/presets/shop/rice.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "fas-bowl-rice",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "rice"
|
||||
},
|
||||
reference": {
|
||||
"key": "shop",
|
||||
"value": "rice"
|
||||
},
|
||||
"name": "Rice Store"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue