<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 Raymond, but what I need is the distance from every point in a layer to every other point. That is what “distance matrix” gives me.<br class="">Then, I want to plot every distance line (as a seperate layer?) on the map.<br class=""><br class="">Joris<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">Begin doorgestuurd bericht:</div><br class="Apple-interchange-newline"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(0, 0, 0, 1.0);" class=""><b class="">Datum: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">9 maart 2015 15:53:56 CET<br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(0, 0, 0, 1.0);" class=""><b class="">Van: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Raymond Nijssen <<a href="mailto:r.nijssen@terglobo.nl" class="">r.nijssen@terglobo.nl</a>><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(0, 0, 0, 1.0);" class=""><b class="">Aan: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><a href="mailto:qgis-user@lists.osgeo.org" class="">qgis-user@lists.osgeo.org</a><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(0, 0, 0, 1.0);" class=""><b class="">Onderwerp: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><b class="">Antw.: [Qgis-user] Visualize Distance matrix</b><br class=""></span></div><br class=""><div class="">Hi Joris,<br class=""><br class="">Not sure if I understand your question, but if you want to do a distance calculation for all points in a point layer to a certain location you can use the field calculator in the attribute table window.<br class=""><br class="">The expression should be:<br class=""><br class="">distance($geometry ,geomFromWKT( 'POINT(0 0)' ))<br class=""><br class="">to calculate all distances to coordinate 0,0.<br class=""><br class="">Hope this helps you.<br class=""><br class="">Raymond<br class=""><br class=""><br class=""><br class="">On 09-03-15 15:13, Joris Hintjens wrote:<br class=""><blockquote type="cite" class="">I feel stupid: I am stuck with what seems a basic operation..<br class="">I have a points layer, of which I want to visualize the distance matrix.<br class="">I can create the martini CSV.<br class="">I cannot create a distance hub layer with the MMQGIS plugin with From and To point from within  the same layer.<br class=""><br class="">Any help on how I ca get this result on my map?<br class=""><br class="">PoinA——————>PointB<br class=""><span class="Apple-tab-span" style="white-space:pre">     </span><span class="Apple-tab-span" style="white-space:pre">    </span>xxx Meter<br class=""><br class="">and this for the entire matrix<br class=""><br class=""><br class="">thanks<br class="">Joris<br class="">_______________________________________________<br class="">Qgis-user mailing list<br class=""><a href="mailto:Qgis-user@lists.osgeo.org" class="">Qgis-user@lists.osgeo.org</a><br class="">http://lists.osgeo.org/mailman/listinfo/qgis-user<br class=""><br class=""></blockquote><br class="">-- <br class="">Terglobo<br class="">Ampèrestraat 110<br class="">5223 CT 's-Hertogenbosch<br class="">06-25314983<br class="">_______________________________________________<br class="">Qgis-user mailing list<br class=""><a href="mailto:Qgis-user@lists.osgeo.org" class="">Qgis-user@lists.osgeo.org</a><br class="">http://lists.osgeo.org/mailman/listinfo/qgis-user</div></blockquote></div><br class=""></body></html>