mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 15:56:56 +02:00
add types of gardens
According to https://wiki.openstreetmap.org/wiki/Key:garden:type?uselang=en-AU Ignoring the two types with "unclear definition".
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"key": "garden:type",
|
||||
"type": "combo",
|
||||
"label": "Garden Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"arboretum": "Arboretum",
|
||||
"botanical": "Botanical",
|
||||
"community": "Community",
|
||||
"residential": "Residential",
|
||||
"roof_garden": "Roof Garden",
|
||||
"show_garden": "Show Garden"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user