mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
(closes #2512) for `natural=tree`, `natural=wood`, `landuse=forest` deprecate keys `type` and `wood` now use keys `leaf_type`, `leaf_cycle`
15 lines
332 B
JSON
15 lines
332 B
JSON
{
|
|
"key": "leaf_cycle",
|
|
"type": "combo",
|
|
"label": "Leaf Cycle",
|
|
"strings": {
|
|
"options": {
|
|
"evergreen": "Evergreen",
|
|
"deciduous": "Deciduous",
|
|
"semi_evergreen": "Semi-Evergreen",
|
|
"semi_deciduous": "Semi-Deciduous",
|
|
"mixed": "Mixed"
|
|
}
|
|
}
|
|
}
|