From bfef7962feca9be925dae59d256501957b4f63e2 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 26 Sep 2013 13:18:32 -0700 Subject: [PATCH] Add office to area list (fixes #1784) --- js/id/core/way.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/id/core/way.js b/js/id/core/way.js index be1dd66fb..ab7a12f04 100644 --- a/js/id/core/way.js +++ b/js/id/core/way.js @@ -200,5 +200,6 @@ iD.Way.areaKeys = { place: {}, aeroway: {}, waterway: {}, - power: {} + power: {}, + office: {} };