Skip to content

Commit

Permalink
Tag should be fence_type not fence
Browse files Browse the repository at this point in the history
(re #3602)
  • Loading branch information
bhousel committed Nov 21, 2016
1 parent 8fe66fa commit 6e86c23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ en:
# fee=*
label: Fee
fence_type:
# fence=*
# fence_type=*
label: Type
fire_hydrant/type:
# 'fire_hydrant:type=*'
Expand Down
2 changes: 1 addition & 1 deletion data/presets/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
"label": "Fee"
},
"fence_type": {
"key": "fence",
"key": "fence_type",
"type": "combo",
"label": "Type"
},
Expand Down
2 changes: 1 addition & 1 deletion data/presets/fields/fence_type.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"key": "fence",
"key": "fence_type",
"type": "combo",
"label": "Type"
}

0 comments on commit 6e86c23

Please sign in to comment.