#3204: Profile tool lacks a stop profiling entry in right mouse button
-------------------------+---------------------------------
Reporter: milenan | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.0
Component: wxGUI | Version: svn-releasebranch72
Keywords: profile | CPU: Unspecified
Platform: MSWindows 8 |
-------------------------+---------------------------------
I was not able to stop profiling a raster map even if I was trying to
profile another raster map after having closed the profile tool.
I was not able to stop the profile tool at all, nor erase the lines from
the map display.
The best solution would be to add a "stop profiling" entry in right mouse
button as found in other GIS.
Additionally, in the console the following warning is shown:
{{{
C:\Program Files\GRASS GIS 7.2.svn\Python27\lib\site-
packages\wx-2.8-msw-unicode\wx\lib\plot.py:1164:
FutureWarning: comparison to `None` will result in an
elementwise object comparison in the future.
if xAxis == None or yAxis == None:
}}}
#3204: Profile tool lacks a stop profiling entry in right mouse button
--------------------------+---------------------------------
Reporter: milenan | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.0
Component: wxGUI | Version: svn-releasebranch72
Resolution: | Keywords: profile
CPU: Unspecified | Platform: MSWindows 8
--------------------------+---------------------------------
Comment (by annakrat):
Replying to [ticket:3204 milenan]:
> I was not able to stop profiling a raster map even if I was trying to
profile another raster map after having closed the profile tool.
> I was not able to stop the profile tool at all, nor erase the lines from
the map display.
>
> The best solution would be to add a "stop profiling" entry in right
mouse button as found in other GIS.
>
Please describe the exact steps, I don't have any problems with this, at
least on Ubuntu.
#3204: Profile tool lacks a stop profiling entry in right mouse button
--------------------------+---------------------------------
Reporter: milenan | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.0
Component: wxGUI | Version: svn-releasebranch72
Resolution: | Keywords: profile
CPU: Unspecified | Platform: MSWindows 8
--------------------------+---------------------------------
Comment (by marisn):
Although I do not see an issue of stopping profiling tool by closing it
(fixed?), I have to agree that it is impossible to stop profiling tool
while its window is open. Every click, double click or right click on the
map canvas results in a continuation of profile line.
One of options to consider would be turning icon entitled "Draw transect
in map display" into a toggle button (one having "on" and "off" states).
Of course stopping profiling with either right or double click should work
together with such toggle button.