On 12/07/2015 06:41 AM, Leahy, Thomas A. wrote:

 

 

               Hello,

 

        Is there a way to draw a line and then break it up into equal segments?

Well you could export to spatialite then get new LineString geometry by using something like MakeLine(Line_Interpolate_Equidistant_Points(GEOMETRY, dist), TRUE).  I've never tried something like this so it might not work and the distance parameter has to be in the CRS of the geometry.

 

             Best Regards,

             Tom

 



_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user


_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to