<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">thanks Momtchil, it makes sense now</div>
</div>
<div name="messageReplySection">Il 2 mar 2020, 10:12 +0100, Momtchil Momtchev <momtchil@momtchev.com>, ha scritto:<br />
<blockquote type="cite" class="spark_quote" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;">
<p><br /></p>
<div class="moz-cite-prefix">On 29/02/2020 20:34, Francesco Bartoli wrote:<br /></div>
<blockquote type="cite" cite="mid:34cd4704-d2e1-4c96-b707-5a60029cb91b@Spark" class="spark_quote" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<div name="messageBodySection">
<div dir="auto">Thanks Even, it works but I have strange result with the size value. I wouldn’t have been expected the exception from this test:
<div dir="auto"><br /></div>
<div dir="auto">$ <span style="color: var(--textColor); background-color: var(--backgroundColor);"><font face="Fira Code, monospace">OGR_GEOJSON_MAX_OBJ_SIZE=500MB ogr2ogr -f "GeoJSON" indonesia.geojson "WFS:geonode.wfp.org/geoserver/wfs?request=GetFeature&typename=geonode:glb_bnd_adm0_1&outputformat=json" -where “adm0_id=‘272’"</font></span><span style="color: var(--textColor); background-color: var(--backgroundColor);"> </span><br /></div>
<div dir="auto"><span style="color: var(--textColor); background-color: var(--backgroundColor);"><br /></span></div>
<div dir="auto">indonesia.geojson is around 35MB so the exception shouldn’t raise if OGR_GEOJSON_MAX_OBJ_SIZE=50 AFAIK:</div>
<div dir="auto"><br /></div>
</div>
</div>
</blockquote>
<p><br /></p>
<p>OGR_GEOJSON_MAX_OBJ_SIZE is not a limit on the file size, but on the maximum memory allocation for a single GeoJSON feature which is estimated before the feature is read. As country borders are usually a single GeoJSON feature, a country with a complex coastline is the typical case where you need larger features.<br /></p>
<p><br /></p>
<pre class="moz-signature" cols="72">--  
Momtchil Momtchev <a class="moz-txt-link-rfc2396E" href="mailto:momtchil@momtchev.com"><momtchil@momtchev.com></a>
</pre>
_______________________________________________<br />
gdal-dev mailing list<br />
gdal-dev@lists.osgeo.org<br />
https://lists.osgeo.org/mailman/listinfo/gdal-dev<br /></blockquote>
</div>
</body>
</html>