[GRASS-SVN] r65465 - grass/branches/releasebranch_7_0/vector/v.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jun 14 03:59:07 PDT 2015


Author: martinl
Date: 2015-06-14 03:59:07 -0700 (Sun, 14 Jun 2015)
New Revision: 65465

Modified:
   grass/branches/releasebranch_7_0/vector/v.in.ogr/main.c
Log:
v.in.ogr: enlarge OFTIntegerListlength to handle larger values
          (merge r65133 from trunk)


Modified: grass/branches/releasebranch_7_0/vector/v.in.ogr/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.in.ogr/main.c	2015-06-14 10:53:55 UTC (rev 65464)
+++ grass/branches/releasebranch_7_0/vector/v.in.ogr/main.c	2015-06-14 10:59:07 UTC (rev 65465)
@@ -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