Build iD.Way.areaKeys from presets

This eliminates the possibility that a feature will
flip from area to line when you apply a preset.

Fixes #1996
This commit is contained in:
John Firebaugh
2013-11-21 13:53:06 -08:00
parent bc91c430a8
commit 8ec53185df
7 changed files with 101 additions and 30 deletions
+1 -2
View File
@@ -1484,8 +1484,7 @@
"boundary/administrative": {
"name": "Administrative Boundary",
"geometry": [
"line",
"area"
"line"
],
"tags": {
"boundary": "administrative"
@@ -1,8 +1,7 @@
{
"name": "Administrative Boundary",
"geometry": [
"line",
"area"
"line"
],
"tags": {
"boundary": "administrative"