mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
[
|
|
{
|
|
"title": "Highway",
|
|
"name": "highway",
|
|
"match": {
|
|
"type": ["line"],
|
|
"tags": {
|
|
"highway": "*"
|
|
}
|
|
},
|
|
"form": [
|
|
{
|
|
"tag": "highway",
|
|
"title": "Highway Type",
|
|
"type": "select",
|
|
"option": ["primary", "secondary", "tertiary"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Cafe",
|
|
"name": "cafe",
|
|
"match": {
|
|
"type": ["node", "area"],
|
|
"tags": {
|
|
"amenity": "cafe"
|
|
}
|
|
},
|
|
"form": [
|
|
{
|
|
"tag": "phone",
|
|
"type": "tel"
|
|
},
|
|
{
|
|
"tag": "fax",
|
|
"type": "tel"
|
|
},
|
|
{
|
|
"tag": "website",
|
|
"type": "url"
|
|
},
|
|
{
|
|
"tag": "email",
|
|
"type": "email"
|
|
},
|
|
{
|
|
"tag": "internet_access",
|
|
"title": "Internet Access",
|
|
"type": "select",
|
|
"option": ["yes", "wlan","wired","terminal","no"]
|
|
},
|
|
{
|
|
"tag": "internet_access:fee",
|
|
"title": "Internet Access Fee",
|
|
"type": "select",
|
|
"option": ["yes", "no"]
|
|
}
|
|
]
|
|
}
|
|
]
|