1
Vote

ShapeFiles with PointZ are assumed to have four values, when it can be only three

description

DotSpatial assumes that ShapeFiles with PointZ have four values (x, y, z and m). Our ShapeFiles that are PointZ only have three values (x, y and z).
 
This makes DotSpatial crash since it's trying to read too much data from the ShapeFile.

comments