Files
iD/data/presets/presets/office.json
T
Quincy Morgan ecec397736 Added fields for oneway:bicycle, destination, minspeed, and dog tags and added them to moreFields of appropriate presets
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
2019-01-17 10:09:46 -05:00

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"
}