Skip to content

Commit

Permalink
Add field for summit cross (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
qugebert authored Jan 31, 2024
1 parent 186b869 commit 825f409
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions data/fields/summit/cross.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"key": "summit:cross",
"type": "check",
"label": "Summit Cross",
"terms": [
"cross"
]
}
3 changes: 2 additions & 1 deletion data/presets/natural/peak.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"icon": "maki-mountain",
"fields": [
"name",
"ele_node"
"ele_node",
"summit/cross"
],
"geometry": [
"point",
Expand Down

0 comments on commit 825f409

Please sign in to comment.