Browse Source

remove duplicate entry for borough

pull/529/head
missinglink 9 years ago
parent
commit
9dbed08884
  1. 3
      query/text_parser.js

3
query/text_parser.js

@ -8,8 +8,7 @@ when we can't identify parts of an address. This shouldn't contain fields like c
or postalcode because we should only try to match those when we're sure that's what they are.
*/
var adminFields = placeTypes.concat([
'region_a',
'borough'
'region_a'
]);
/**

Loading…
Cancel
Save