<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks again for your help, Nicolas.<div class=""><br class=""></div><div class="">In my sample, if you look closer, you’ll see that I tried both formats. DMS and decimal degrees. (see the two “LINESTRING”s headers) Both no result.</div><div class="">Maybe the problem is that the comma’s from the cvs conflict with the commas from the nodes separator in WKT?</div><div class="">I also see that you have no East West, North ofSouth markings. So I should convert to neg for West and South? </div><div class=""><br class=""></div><div class="">Joris</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">Op 8 jan. 2016, om 17:17 heeft Nicolas Cadieux <<a href="mailto:nicolas.cadieux@archeotec.ca" class="">nicolas.cadieux@archeotec.ca</a>> het volgende geschreven:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" style="font-family: Calibri; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Hi,<div class="">I looked at your file and that is the problem.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div class="">"ROUTE","Count - ROUTE","GEOMDMS","GEOMDEC","Xdep","Ydep","Xarr","Yarr"</div><div class="">"AT888_BEANR",1,"LINESTRING (015°31'E 48°12'N, 004°25'E 51°13'N)","LINESTRING (015.51E 48.20N, 004.41E 51.21N)","015°31'E","48°12'N","004°25'E","51°13'N"</div></div><div class=""><br class=""><div class="">I don't think qgis will understand "015°31'E". Change that to Decimals Degrees.  Then the format must be as follow...</div><div class=""><br class=""></div><div class="">This will work</div><div class=""><br class=""></div><div class=""><div class="">id; ROUTE;Count_ROUTE;wkt;data</div><div class="">1;AT888_BEANR;LINESTRING(015.5 48.5 , 004.5 51.5);more data</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Notice: 1 linestring per line of data, ";" as a separator between field use DD, space between x and y and, points for decimal,  commas between points in the WKT column ";<span style="font-size: 12pt;" class="">LINESTRING(015.5 48.5 , 004.5 51.5);".  (I use dummy x and y)</span></div><div class=""><span style="font-size: 12pt;" class=""><br class=""></span></div><div class="">More info:  <a href="http://gis.stackexchange.com/questions/34342/whats-the-proper-format-for-wkt-linestrings-when-importing-into-qgis" target="_blank" style="font-size: 12pt;" class="">http://gis.stackexchange.com/questions/34342/whats-the-proper-format-for-wkt-linestrings-when-importing-into-qgis</a></div><div class=""><a href="https://en.wikipedia.org/wiki/Well-known_text" target="_blank" class="">https://en.wikipedia.org/wiki/Well-known_text</a></div><div class=""><br class=""></div><div class="">Good luck</div><div class="">Nicolas</div></div></div></div></div></blockquote></div><br class=""></div></body></html>