From 110427a1864ec5fa08232ce3b1410c3d456f96b7 Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Wed, 20 Mar 2013 11:15:48 -0400 Subject: [PATCH] Re-add area as a geometry for tagless other preset Without it, areas without area=yes don't match any preset fix #1087 --- js/id/presets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/presets.js b/js/id/presets.js index 152a080f9..0f43ddf31 100644 --- a/js/id/presets.js +++ b/js/id/presets.js @@ -5,7 +5,7 @@ iD.presets = function(context) { var other = iD.presets.Preset('other', { tags: {}, - geometry: ['point', 'vertex', 'line'] + geometry: ['point', 'vertex', 'line', 'area'] }), otherarea = iD.presets.Preset('other/area', { tags: { area: 'yes' },