<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi Tom,</p>
<p>Areas in vector tiles are artificially cut into pieces. If you want to stroke the outlines of the areas you would not only get the wanted outlines of the original feature geometries, but in addition, also the unwanted, artificial, borders.</p>
<p>And even if you just fill and don't stroke, you would get rendering artefacts (depending on the antialiasing settings of the rendering library). qt, for instance, does not a good job to avoid rendering artefacts of adjacent polygons who have a shared outline. You would still see fine white lines.</p>
<p>If you want to label areas, it would also be a problem. Similar problems, if you want to label LineString data.</p>
<p>There just so many unsolved issues with vector tiles (if they aren't connected properly back to the original geometries by the client) - that personally I don't bother working with them.</p>
<p>Andreas</p>
<p>On 2018-02-28 00:02, Tom Chadwin wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Even Rouault-2 wrote
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">Otherwise you get ugly straight lines cutting your <br /> geometries.</blockquote>
<br /> I don't quite see why that would be the case, but I don't want to waste your<br /> time by implying that you should explain it to me. I'm new to vector tiles<br /> myself, and have a lot to learn. Really pleased to have the Trac link, and<br /> to hear that thought is at least being given to the idea.<br /> <br /> Thanks again<br /> <br /> Tom<br /> <br /> <br /> <br /> -----<br /> Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon <br /> --<br /> Sent from: <a href="http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html" target="_blank" rel="noopener noreferrer">http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html</a><br /> _______________________________________________<br /> QGIS-Developer mailing list<br /> <a href="mailto:QGIS-Developer@lists.osgeo.org">QGIS-Developer@lists.osgeo.org</a><br /> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank" rel="noopener noreferrer">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br /> Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank" rel="noopener noreferrer">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a></div>
</blockquote>
<p><br /></p>

</body></html>