Skip to content

Commit

Permalink
Add name and elevation fields to guidepost preset
Browse files Browse the repository at this point in the history
(closes #4700)
  • Loading branch information
JamesKingdom committed Jan 17, 2018
1 parent 8c9a0eb commit baa289c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -18514,6 +18514,8 @@
"tourism/information/guidepost": {
"icon": "information",
"fields": [
"name",
"elevation",
"operator",
"ref"
],
Expand Down
2 changes: 2 additions & 0 deletions data/presets/presets/tourism/information/guidepost.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"icon": "information",
"fields": [
"name",
"elevation",
"operator",
"ref"
],
Expand Down

0 comments on commit baa289c

Please sign in to comment.