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