mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-05 01:03:53 +01:00
Merge pull request #1 from mapamore/shop-rice-patch-1
Add preset for shop=rice
This commit is contained in:
commit
096c55af75
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