grass icon indicating copy to clipboard operation
grass copied to clipboard

v.to.rast: Add points without segfault with densification flag (-d)

Open HuidaeCho opened this issue 1 year ago • 0 comments
trafficstars

This PR addresses https://github.com/OSGeo/grass/issues/3105. It implements a new plot_point() function that uses the internal state in dense_line.c. Calling G_plot_point() with -d flag causes a segfault because the static state in libgis is not shared with any modules.

HuidaeCho avatar Feb 20 '24 17:02 HuidaeCho