mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Make the Elevation field only universal for nodes (re: #5719) Remove the elevation field from route presets (close #7479)
13 lines
213 B
JSON
13 lines
213 B
JSON
{
|
|
"key": "ele",
|
|
"type": "number",
|
|
"icon": "elevation",
|
|
"label": "Elevation",
|
|
"universal": true,
|
|
"geometry": ["point", "vertex"],
|
|
"terms": [
|
|
"altitude",
|
|
"height"
|
|
]
|
|
}
|