mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Remove area=yes when choosing an area preset (fixes #1684)
This commit is contained in:
@@ -1157,7 +1157,9 @@
|
||||
},
|
||||
"area": {
|
||||
"name": "Area",
|
||||
"tags": {},
|
||||
"tags": {
|
||||
"area": "yes"
|
||||
},
|
||||
"geometry": [
|
||||
"area"
|
||||
]
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"name": "Area",
|
||||
"tags": {},
|
||||
"tags": {
|
||||
"area": "yes"
|
||||
},
|
||||
"geometry": ["area"]
|
||||
}
|
||||
Reference in New Issue
Block a user