Browse Source

added `macrocounty` and `macroregion` to properties to pull from parent

pull/461/head
Stephen Hess 9 years ago
parent
commit
1204727f74
  1. 6
      middleware/renamePlacenames.js

6
middleware/renamePlacenames.js

@ -22,9 +22,15 @@ var PARENT_PROPS = [
'country',
'country_id',
'country_a',
'macroregion',
'macroregion_id',
'macroregion_a',
'region',
'region_id',
'region_a',
'macrocounty',
'macrocounty_id',
'macrocounty_a',
'county',
'county_id',
'county_a',

Loading…
Cancel
Save