Skip to content
Snippets Groups Projects
Commit 1b53a92b authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

change gca by gcbo

 point1    = get(gcbo,'CurrentPoint');    % button down detected
 rbbox;                      % Create rubberband box for area selection
 point2    = get(gcbo,'CurrentPoint');    % button up detected
      
 
if p1 == p2 do nothing
      
      if p1 == p2
        %disp('p1 == p2');
        return
      end

update version to 1.48.2 with m_map border
parent ea0a7027
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment