Currently, not all cities are showing in the streets list. This view in OpenBlock expects that cities have a slug that is created from their name. After the changes for #96, this is no longer the case.
The easiest thing to do will be to ensure that cities' slugs are created from their names in import.
This change causes a very small change in the total number of Streets, Blocks, Intersections, and BlockIntersections that are imported. I don't yet know what causes this change.
http://columbusco-staging.openrural.org/streets/
Currently, not all cities are showing in the streets list. This view in OpenBlock expects that cities have a slug that is created from their name. After the changes for #96, this is no longer the case.
The easiest thing to do will be to ensure that cities' slugs are created from their names in import.