Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-88) ViewportModelImpl.setMapExtent - old extent is not set correctly

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/UDIG-88

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: UDIG-88
    Summary: ViewportModelImpl.setMapExtent - old extent is not set correctly
       Type: Bug

     Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: uDIG
 Components: 
             map
   Fix Fors:
             UDIG 0.6
   Versions:
             UDIG 0.5

   Assignee: Jody Garnett
   Reporter: Richard Gould

    Created: Mon, 25 Oct 2004 6:36 PM
    Updated: Mon, 25 Oct 2004 6:36 PM

Description:
    public void setMapExtent(Envelope extent) {
// TODO        System.out.println("old bbox:"+getViewportBBox()+" extent:"+extent);
        Envelope old=extent;
        this.extent = extent;

I am guessing it should say:
Envelope old = this.extent


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



Back to the top