- #2822, Use @ operator instead of ST_CoveredBy() for raster
max extent constraint
- #3020, ST_AddBand out-db bug where height using width value
+ - #3061, Allow duplicate points in JSON, GML, GML ST_GeomFrom* functions
+
* Code refactoring *
}
- return ptarray_append_point(pa, &pt, LW_FALSE);
+ return ptarray_append_point(pa, &pt, LW_TRUE);
}
static LWGEOM*
*hasz = false;
}
- ptarray_append_point(dpa, &pt, LW_FALSE);
+ ptarray_append_point(dpa, &pt, LW_TRUE);
digit = false;
q = p+1;
else if ( seen_kml_dims != kml_dims ) {
lwerror("invalid KML representation: mixed coordinates dimension");
}
- ptarray_append_point(dpa, &pt, LW_FALSE);
+ ptarray_append_point(dpa, &pt, LW_TRUE);
kml_dims = 0;
}
p = q-1; /* will be incrementedon next iteration */