Uploaded image for project: 'MAEviz'
  1. MAEviz
  2. MAE-868

2d map sometimes shrinks away to nothingness

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.0
    • 3.0
    • Infrastructure
    • None

      There is some sort of recursive cycle in the code added for the "zoom to layer" action:
      in MapPaneRenderer.java, around line 171:

      setMapArea( getMapContext().getAreaOfInterest() );
      setReset( true );
      repaint();

      Commenting this out fixes the problem, but breaks "zoom to layer". For now, I am disabling zoom to layer until we can figure out the issue.

              jonglee Jong Lee
              tolbert Nathan Tolbert
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: