From f709a36333f91bf485ca6e33303ced0e2ec9f116 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Sat, 20 Apr 2013 12:22:11 -0700 Subject: [PATCH] Add power to area keys (#1338) --- 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 e311237ed..eb62667ac 100644 --- a/js/id/core/way.js +++ b/js/id/core/way.js @@ -182,5 +182,6 @@ iD.Way.areaKeys = { public_transport: {}, place: {}, aeroway: {}, - waterway: {} + waterway: {}, + power: {} };