<div dir="ltr">Hi all,<br><br>I don't have too much experience in MSSQL Server, but I've created some views that get some points (GPS positions) and convert them to lines.<br><br>Everything works fine, MSSQL Server shows the geometries correctly.<br><br>When I load them in QGIS, some of the lines simply don't show up on canvas, but they are listed in the attribute table.<br><br>If I convert the binary geometry column to WKT, and put the WKT of the geometries that does not render in QuickWKT plugin, they are rendered fine.<br><br>If I select, in the attribute table, the records that does not render and run Extract Selected Features, they export fine and all geometries show up as expected.<br><br>I also have run the Check Validity and here is the interesting thing:<br><br> 1) Using the GEOS method, all geometries are classified as valid and all of them render as expected. Invalid and error output layers are empty.<br> <br> 2) Using the QGIS method, all geometries are classified as invalid and stay in the Invalid output layer. However, they are all rendered! The errors are of two types: 'segments 47 and 69 of line 0 intersect at -7.27335, 40.5264' and 'line 1 contains 2 duplicate nodes starting at vertex 13'.<br> <br>So, those errors does not seem to be a reason to not render the geometries, since they are rendered in another formats.<br><br>Any hint about what can be happening?<br><br>Thank you very much!<br><br>Best regards,<br>Pedro Venâncio</div>