Fix failure to close polygons.

This commit is contained in:
Eric Fischer 2014-10-15 16:15:24 -07:00
parent e561931d53
commit dc3c6138d1

View File

@ -212,7 +212,7 @@ void parse_geometry(int t, json_object *j, unsigned *bbox, long long *fpos, FILE
}
}
if (mb_geometry[t] == GEOM_POLYGON) {
if (mb_geometry[t] == VT_POLYGON) {
serialize_int(out, VT_CLOSEPATH, fpos, fname, source);
}
}