mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Allow selecting a relation
This commit is contained in:
@@ -2637,7 +2637,8 @@
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
"area",
|
||||
"relation"
|
||||
],
|
||||
"fields": []
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Other",
|
||||
"tags": {},
|
||||
"geometry": ["point", "vertex", "line", "area"],
|
||||
"geometry": ["point", "vertex", "line", "area", "relation"],
|
||||
"fields": []
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"type": "string",
|
||||
"enum": ["point", "vertex", "line", "area"]
|
||||
"enum": ["point", "vertex", "line", "area", "relation"]
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user