Merge pull request #1849 from pnorman/patch-2

Add more tags to areas list
This commit is contained in:
John Firebaugh
2013-09-26 14:07:58 -07:00

View File

@@ -184,22 +184,24 @@ _.extend(iD.Way.prototype, {
// of the following keys, and the value is _not_ one of the associated
// values for the respective key.
iD.Way.areaKeys = {
aeroway: { taxiway: true},
amenity: {},
area: {},
'area:highway': {},
building: {},
leisure: {},
tourism: {},
ruins: {},
'building:part': {},
historic: {},
landuse: {},
leisure: {},
man_made: { cutline: true, embankment: true, pipeline: true},
military: {},
natural: { coastline: true },
amenity: {},
shop: {},
man_made: {},
public_transport: {},
office: {},
place: {},
aeroway: {},
waterway: {},
power: {},
office: {}
public_transport: {},
ruins: {},
shop: {},
tourism: {},
waterway: {}
};