Remove area=yes when choosing an area preset (fixes #1684)

This commit is contained in:
John Firebaugh
2013-08-15 12:08:46 -07:00
parent 1386f4beb7
commit 548760529c
3 changed files with 8 additions and 3 deletions
+3 -1
View File
@@ -1157,7 +1157,9 @@
},
"area": {
"name": "Area",
"tags": {},
"tags": {
"area": "yes"
},
"geometry": [
"area"
]
+3 -1
View File
@@ -1,5 +1,7 @@
{
"name": "Area",
"tags": {},
"tags": {
"area": "yes"
},
"geometry": ["area"]
}