mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-28 19:01:31 +02:00
4c0b03c241
Add maki icons
28 lines
673 B
JSON
28 lines
673 B
JSON
[
|
|
{
|
|
"title": "Cafe",
|
|
"name": "cafe",
|
|
"match": {
|
|
"type": ["node", "area"],
|
|
"tags": {
|
|
"amenity": "cafe"
|
|
}
|
|
},
|
|
"icon": "cafe-24.png",
|
|
"form": [
|
|
{
|
|
"key": "internet_access",
|
|
"title": "Internet Access",
|
|
"type": "select",
|
|
"option": ["yes", "wlan","wired","terminal","no"]
|
|
},
|
|
{
|
|
"key": "internet_access:fee",
|
|
"title": "Internet Access Fee",
|
|
"type": "select",
|
|
"option": ["yes", "no"]
|
|
}
|
|
]
|
|
}
|
|
]
|