Parent Directory
|
Revision Log
|
Patch
revision 617 by alfonx, Mon Dec 14 17:31:41 2009 UTC | revision 618 by alfonx, Sun Dec 27 19:32:08 2009 UTC | |
---|---|---|
# | Line 1131 public class XMapPane extends JPanel { | Line 1131 public class XMapPane extends JPanel { |
1131 | ReferencedEnvelope mapArea_ = null; | ReferencedEnvelope mapArea_ = null; |
1132 | try { | try { |
1133 | mapArea_ = localContext.getLayerBounds(); | mapArea_ = localContext.getLayerBounds(); |
1134 | } catch (final IOException e) { | } catch (final Exception e) { |
1135 | LOGGER.warn("localContext.getLayerBounds()", e); | LOGGER.warn("localContext.getLayerBounds()", e); |
1136 | } | } |
1137 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |