[GRASS-SVN] r65133 - grass/trunk/vector/v.in.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 25 03:30:48 PDT 2015
Author: martinl
Date: 2015-04-25 03:30:48 -0700 (Sat, 25 Apr 2015)
New Revision: 65133
Modified:
grass/trunk/vector/v.in.ogr/main.c
Log:
v.in.ogr: enlarge OFTIntegerListlength to handle larger values
Modified: grass/trunk/vector/v.in.ogr/main.c
===================================================================
--- grass/trunk/vector/v.in.ogr/main.c 2015-04-25 10:29:22 UTC (rev 65132)
+++ grass/trunk/vector/v.in.ogr/main.c 2015-04-25 10:30:48 UTC (rev 65133)
@@ -122,7 +122,7 @@
xmin = ymin = xmax = ymax = 0.0;
loc_proj_info = loc_proj_units = NULL;
Ogr_ds = Ogr_oRing = poSpatialFilter = NULL;
- OFTIntegerListlength = 40; /* hack due to limitation in OGR */
+ OFTIntegerListlength = 255; /* hack due to limitation in OGR */
area_size = 0.0;
use_tmp_vect = FALSE;
key_column = GV_KEY_COLUMN;
More information about the grass-commit
mailing list