Add office to area list (fixes #1784)

This commit is contained in:
John Firebaugh
2013-09-26 13:18:32 -07:00
parent 5c9be37b1a
commit bfef7962fe

View File

@@ -200,5 +200,6 @@ iD.Way.areaKeys = {
place: {},
aeroway: {},
waterway: {},
power: {}
power: {},
office: {}
};