See censusreporter/censusreporter#34. In order for these geographies to be handled correctly, three things are necessary:
The geographies have to appear in tiger2014.census_name_lookup with information (namely, geoids) that do not contradict the ACS geoheader table.
The API has to return these geographies.
Search results and autocomplete have to include these geographies.
This handles the second, by adding sumlevels 252 and 254 to the list of allowed sumlevels. This allows the sumlevs parameter in the API requests to include 252 and 254 as valid entries.
See censusreporter/censusreporter#34. In order for these geographies to be handled correctly, three things are necessary:
This handles the second, by adding sumlevels 252 and 254 to the list of allowed sumlevels. This allows the
sumlevs
parameter in the API requests to include 252 and 254 as valid entries.