mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
14 lines
302 B
JSON
14 lines
302 B
JSON
{
|
|
"key": "leaf_cycle",
|
|
"type": "combo",
|
|
"label": "Leaf Cycle",
|
|
"strings": {
|
|
"options": {
|
|
"evergreen": "Evergreen",
|
|
"deciduous": "Deciduous",
|
|
"semi_evergreen": "Semi-Evergreen",
|
|
"semi_deciduous": "Semi-Deciduous"
|
|
}
|
|
}
|
|
}
|