If a shapefile has some sort of invalid projection, it isn't able to forward project the extent value. https://github.com/mapbox/mapnik-omnivore/blob/29ead3673df622c773f334ec555d3d749a9c673f/lib/shape.js#L99 and the process bails out. Let's try/catch this to ensure the file is reprojectable. cc @GretaCB @millzpaugh
If a shapefile has some sort of invalid projection, it isn't able to forward project the extent value.
mapnik-omnivore/lib/shape.js
Line 99 in 29ead36
cc @GretaCB @millzpaugh