In 7.3.svn I'm reprojecting large vector files (takes over an hour for
each one) and the GUI window for v.project has as its bottom line of text
"Reprojecting primitives ..."
When I tried to highlight a URL text string in an e-mail message it was
difficult to do, and when I tried to paste that string into the browser's
address window the only string to appear there was "Reproducing primitives
..."
Somehow, grass has grabbed the gpm's (trackball's) buffer and put its
contents in there, denying use of the buffer to copy and paste from other
applications.
A new experience,
Rich
On Wed, 28 Sep 2016, Rich Shepard wrote:
In 7.3.svn I'm reprojecting large vector files (takes over an hour for
each one) and the GUI window for v.project has as its bottom line of text
"Reprojecting primitives ..."
This happens only when the GUI is used to reproject a file. Running on the
command line does not grab the mouse/trackball buffer.
Rich
On Wed, 28 Sep 2016, Rich Shepard wrote:
This happens only when the GUI is used to re-project a file. Running on
the command line does not grab the mouse/trackball buffer.
Additional issue due to wxPython overhead: re-projecting a vector map with
v.proj using the GUI failed after 92 minutes with an out-of-memory error.
running the same module from the command line does not have this issue; it's
been running now for 110 minutes and approaching 5x10^6 registered
primitives.
Rich