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:
Stéphane Guillou
2020-04-04 22:08:52 +10:00
committed by GitHub
parent feda35aeb7
commit b6470b2696
+15
View File
@@ -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"
}
}
}