Browse Source

add match_type to the list of result properties

pull/674/head
Diana Shkolnikov 8 years ago
parent
commit
21fcd912c2
  1. 1
      helper/geojsonify_place_details.js

1
helper/geojsonify_place_details.js

@ -8,6 +8,7 @@ var DETAILS_PROPS = [
{ name: 'street', type: 'string' }, { name: 'street', type: 'string' },
{ name: 'postalcode', type: 'string' }, { name: 'postalcode', type: 'string' },
{ name: 'confidence', type: 'default' }, { name: 'confidence', type: 'default' },
{ name: 'match_type', type: 'string' },
{ name: 'distance', type: 'default' }, { name: 'distance', type: 'default' },
{ name: 'country', type: 'string' }, { name: 'country', type: 'string' },
{ name: 'country_gid', type: 'string' }, { name: 'country_gid', type: 'string' },

Loading…
Cancel
Save