mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-19 01:23:25 +00:00
216 lines
4.6 KiB
JSON
216 lines
4.6 KiB
JSON
[
|
|
{
|
|
"title": "Cafe",
|
|
"name": "cafe",
|
|
"match": {
|
|
"type": ["node", "area"],
|
|
"tags": {
|
|
"amenity": "cafe"
|
|
}
|
|
},
|
|
"icon": "cafe",
|
|
"form": [
|
|
{
|
|
"key": "internet_access",
|
|
"title": "Internet Access",
|
|
"type": "select",
|
|
"options": ["yes", "no", "wlan", "wired", "terminal"]
|
|
},
|
|
{
|
|
"key": "cuisine",
|
|
"type": "combo"
|
|
},
|
|
{
|
|
"type": "address",
|
|
"title": "Address"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Supermarket",
|
|
"name": "supermarket",
|
|
"match": {
|
|
"type": ["node", "area"],
|
|
"tags": {
|
|
"shop": "supermarket"
|
|
}
|
|
},
|
|
"icon": "grocery",
|
|
"form": [
|
|
{
|
|
"key": "operator",
|
|
"type": "text"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Restaurant",
|
|
"name": "restaurant",
|
|
"match": {
|
|
"type": ["node", "area"],
|
|
"tags": {
|
|
"amenity": "restaurant"
|
|
}
|
|
},
|
|
"icon": "restaurant",
|
|
"form": [
|
|
{
|
|
"key": "cuisine",
|
|
"type": "combo"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Place of worship",
|
|
"name": "place of worship",
|
|
"match": {
|
|
"type": ["node", "area"],
|
|
"tags": {
|
|
"amenity": "place_of_worship"
|
|
}
|
|
},
|
|
"icon": "",
|
|
"form": [
|
|
{
|
|
"key": "religion",
|
|
"type": "select",
|
|
"options": ["christian", "muslim", "buddhist", "jewish", "hindu", "shinto", "taoist"]
|
|
},
|
|
{
|
|
"key": "denomination",
|
|
"type": "combo"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "School",
|
|
"name": "school",
|
|
"match": {
|
|
"type": ["node", "area"],
|
|
"tags": {
|
|
"amenity": "school"
|
|
}
|
|
},
|
|
"icon": "school",
|
|
"form": [
|
|
{
|
|
"key": "operator",
|
|
"type": "text"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Parking",
|
|
"name": "parking",
|
|
"match": {
|
|
"type": ["node", "area"],
|
|
"tags": {
|
|
"amenity": "parking"
|
|
}
|
|
},
|
|
"icon": "parking",
|
|
"form": [
|
|
{
|
|
"key": "fee",
|
|
"type": "select",
|
|
"options": ["yes", "no"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Bank",
|
|
"name": "bank",
|
|
"match": {
|
|
"type": ["node", "area"],
|
|
"tags": {
|
|
"amenity": "bank"
|
|
}
|
|
},
|
|
"icon": "bank",
|
|
"form": [
|
|
{
|
|
"key": "atm",
|
|
"type": "select",
|
|
"options": ["yes", "no"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Fast food",
|
|
"name": "fast food",
|
|
"match": {
|
|
"type": ["node", "area"],
|
|
"tags": {
|
|
"amenity": "fast_food"
|
|
}
|
|
},
|
|
"icon": "fast-food",
|
|
"form": [
|
|
{
|
|
"key": "cuisine",
|
|
"type": "combo"
|
|
},
|
|
{
|
|
"key": "monkey",
|
|
"type": "combo"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Bar",
|
|
"name": "bar",
|
|
"match": {
|
|
"type": ["node", "area"],
|
|
"tags": {
|
|
"amenity": "bar"
|
|
}
|
|
},
|
|
"icon": "bar",
|
|
"form": [
|
|
]
|
|
},
|
|
{
|
|
"title": "Bus stop",
|
|
"name": "bus stop",
|
|
"match": {
|
|
"type": ["node", "area"],
|
|
"tags": {
|
|
"highway": "bus_stop"
|
|
}
|
|
},
|
|
"icon": "bus",
|
|
"form": [
|
|
{
|
|
"key": "operator",
|
|
"type": "text"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Cinema",
|
|
"name": "cinema",
|
|
"match": {
|
|
"type": ["node", "area"],
|
|
"tags": {
|
|
"amenity": "cinema"
|
|
}
|
|
},
|
|
"icon": "cinema",
|
|
"form": [
|
|
]
|
|
},
|
|
{
|
|
"title": "Hospital",
|
|
"name": "hospital",
|
|
"match": {
|
|
"type": ["node", "area"],
|
|
"tags": {
|
|
"amenity": "hospital"
|
|
}
|
|
},
|
|
"icon": "hospital",
|
|
"form": [
|
|
]
|
|
}
|
|
]
|