conveyal / analyst-server

DEPRECATED; see https://github.com/conveyal/analysis-ui
MIT License
37 stars 6 forks source link

Shapefile imported partially #192

Closed mattwigway closed 9 years ago

mattwigway commented 9 years ago

I just saw a situation where a shapefile claimed to have been imported successfully but some features were missing. This may be due to a broken net connection on my end but it should not have this effect.

mattwigway commented 9 years ago

Nope, this is a regression. It has to do with null features,

mattwigway commented 9 years ago

The issue is that some columns in shapefiles contain both numeric and non-numeric values (I suspect the latter are restricted to null). We need to handle that situation. Original code restored for the time being.