mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-28 22:56:31 +02:00
547f12f822
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"
|
|
}
|