mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-29 19:29:35 +02:00
ecec397736
Reduced the maximum fields count before warning from 9 to 8 Updated some similar highway presets to use field inheritance Added additional fields to moreFields of various highway presets
30 lines
469 B
JSON
30 lines
469 B
JSON
{
|
|
"icon": "maki-suitcase",
|
|
"fields": [
|
|
"name",
|
|
"office",
|
|
"address",
|
|
"building_area",
|
|
"opening_hours"
|
|
],
|
|
"moreFields": [
|
|
"operator",
|
|
"smoking",
|
|
"website",
|
|
"phone",
|
|
"email",
|
|
"fax",
|
|
"wheelchair"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"office": "*"
|
|
},
|
|
"terms": [],
|
|
"name": "Office"
|
|
}
|