mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
bf4659e98f
* in general, display fields:
operator, address, building_area, hours (where this makes sense)
* make kindergarten, school, college, university more similar
* show building_area for most craft=* and shop=*
* remove erroneous `tinsmith` file
* update README
* structure json files like:
icon, fields, geometry, terms, tags, name
(most json files were this way already)
21 lines
314 B
JSON
21 lines
314 B
JSON
{
|
|
"icon": "commercial",
|
|
"fields": [
|
|
"office",
|
|
"address",
|
|
"building_area",
|
|
"opening_hours",
|
|
"smoking"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"office": "*"
|
|
},
|
|
"terms": [],
|
|
"name": "Office"
|
|
}
|