Files
iD/data/presets/fields/ele_node.json
Quincy Morgan a7e639d514 Make the field geometry property accept multiple types
Make the Elevation field only universal for nodes (re: #5719)
Remove the elevation field from route presets (close #7479)
2020-03-28 13:57:06 -07:00

13 lines
213 B
JSON

{
"key": "ele",
"type": "number",
"icon": "elevation",
"label": "Elevation",
"universal": true,
"geometry": ["point", "vertex"],
"terms": [
"altitude",
"height"
]
}