Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion data/fields/marker.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
{
"key": "marker",
"type": "typeCombo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"aerial": {
"title": "Aerial",
"description": "Designed to be seen by aerial inspection."
Comment thread
tyrasd marked this conversation as resolved.
},
"ground": {
"title": "Ground",
"description": "Flat marker fixed directly onto the ground."
Comment thread
tyrasd marked this conversation as resolved.
},
"pedestal": {
"title": "Pedestal",
"description": "Raised marker mounted on a small base."
},
"plate": {
"title": "Plate",
"description": "Flat marker mounted directly on walls or similar."
},
"post": {
"title": "Post",
"description": "Raised marker mounted on a small pole or mast."
},
"stone": {
"title": "Stone",
"description": "Markings directly etched or painted on a stone."
}
}
}
}