diff --git a/helper/geojsonify_place_details.js b/helper/geojsonify_place_details.js index 297ca3bd..6726e60a 100644 --- a/helper/geojsonify_place_details.js +++ b/helper/geojsonify_place_details.js @@ -8,6 +8,7 @@ var DETAILS_PROPS = [ { name: 'street', type: 'string' }, { name: 'postalcode', type: 'string' }, { name: 'confidence', type: 'default' }, + { name: 'match_type', type: 'string' }, { name: 'distance', type: 'default' }, { name: 'country', type: 'string' }, { name: 'country_gid', type: 'string' },