diff --git a/lib/streams/recordStream.js b/lib/streams/recordStream.js index ebf402ac7..5586f50e8 100644 --- a/lib/streams/recordStream.js +++ b/lib/streams/recordStream.js @@ -79,7 +79,10 @@ function geojsonStream(stream) { LON: _.get(geojson, 'geometry.coordinates[0]'), LAT: _.get(geojson, 'geometry.coordinates[1]'), POSTCODE: _.get(geojson, 'properties.postcode'), - UNIT:_.get(geojson, 'properties.unit') + UNIT:_.get(geojson, 'properties.unit'), + DISTRICT:_.get(geojson, 'properties.district'), + REGION:_.get(geojson, 'properties.region'), + CITY:_.get(geojson, 'properties.city') }; } catch(e) { logger.error(e);