mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-01 12:41:36 +02:00
5eda112bfa
Add Currency Types field to moreFields of shop presets
31 lines
490 B
JSON
31 lines
490 B
JSON
{
|
|
"icon": "maki-shop",
|
|
"fields": [
|
|
"name",
|
|
"shop",
|
|
"operator",
|
|
"address",
|
|
"building_area",
|
|
"opening_hours",
|
|
"payment_multi"
|
|
],
|
|
"moreFields": [
|
|
"brand",
|
|
"currency_multi",
|
|
"website",
|
|
"phone",
|
|
"email",
|
|
"fax",
|
|
"wheelchair"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"shop": "*"
|
|
},
|
|
"terms": [],
|
|
"name": "Shop"
|
|
}
|