mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-22 11:03:28 +00:00
field defaults aren't geometry specific the geometry type determines whether that field (and default value) apply to an entity
7 lines
93 B
JSON
7 lines
93 B
JSON
{
|
|
"key": "building",
|
|
"type": "check",
|
|
"default": "yes",
|
|
"geometry": "area"
|
|
}
|