<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi,</p>
<p><br>
</p>
<p>I was trying to dissolve some buffers based on a attribute in a shapefile and faced something weird.
</p>
<p><br>
</p>
<p>I do the dissolve with ogr2ogr command line: </p>
<div><br>
</div>
<div>ogr2ogr coverage_dissolve.shp coverage.shp -dialect sqlite -sql "SELECT ST_Union(geometry), type FROM coverage GROUP BY type"</div>
<br>
<p>This works fine with GDAL 1.10.0, but when I try to do the same thing with GDAL 2.2.2, nothing happens...
</p>
<p><br>
</p>
<p>Is there a another way of doing SQL commands in gdal 2.2.2 or am I missing something else?</p>
<p><br>
</p>
<p>Thanks </p>
<p><br>
</p>
<p>LP<br>
</p>
</body>
</html>