diff --git a/modules/actions/extract.js b/modules/actions/extract.js index e9f8409bc..6c00a3882 100644 --- a/modules/actions/extract.js +++ b/modules/actions/extract.js @@ -40,7 +40,7 @@ export function actionExtract(entityID, projection) { function extractFromArea(entity, graph) { var keysToCopyAndRetain = ['source', 'wheelchair']; - var keysToRetain = ['type']; + var keysToRetain = ['area', 'type']; var buildingKeysToRetain = ['architect', 'building', 'height', 'layer']; var centroid = d3_geoPath(projection).centroid(entity.asGeoJSON(graph, true));