mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-02 09:24:00 +00:00
Merge pull request #7501 from stragu/patch-2
Fix confusion between allotment gardens and community gardens
This commit is contained in:
15
data/presets/fields/garden/type.json
Normal file
15
data/presets/fields/garden/type.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -20,5 +20,5 @@
|
||||
"allotment",
|
||||
"garden"
|
||||
],
|
||||
"name": "Community Garden"
|
||||
"name": "Allotment Garden"
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"icon": "maki-garden",
|
||||
"fields": [
|
||||
"name",
|
||||
"garden/type",
|
||||
"operator",
|
||||
"access_simple",
|
||||
"fee",
|
||||
|
||||
Reference in New Issue
Block a user