mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
66b9054e38
This makes the .json files the one-stop-shop for adding/modifying presets. You don't have to remember to also update presets.yaml.
23 lines
358 B
JSON
23 lines
358 B
JSON
{
|
|
"icon": "warehouse",
|
|
"fields": [
|
|
"building_yes",
|
|
"levels"
|
|
],
|
|
"additional": [
|
|
"address",
|
|
"phone",
|
|
"website",
|
|
"wikipedia",
|
|
"elevation",
|
|
"source"
|
|
],
|
|
"geometry": [
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"building": "*"
|
|
},
|
|
"terms": [],
|
|
"name": "Building"
|
|
} |