<div dir="ltr"><div><code>I believe that you should use either the cutlineWhere or the cutlineSQL.</code></div><div><br></div><div><code>When I want a single field selection, I use the cutlineWhere,</code></div><div><code>when it is more complex I use the cutlineSQL </code><br></div><div><code><span></span></code></div><div><code><span></span></code></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jul 31, 2020 at 6:40 PM Luke <<a href="mailto:lukepinnerau@gmail.com">lukepinnerau@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">You need  single quotes around your string literal:<br>
<br>
cutlineWhere="name = 'first'"<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html</a><br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a></blockquote></div>