Parent Directory
|
Revision Log
|
Patch
revision 494 by mojays, Fri Oct 23 14:16:17 2009 UTC | revision 495 by mojays, Fri Oct 23 14:19:46 2009 UTC | |
---|---|---|
# | Line 1076 public class JMapPane extends JPanel imp | Line 1076 public class JMapPane extends JPanel imp |
1076 | public Envelope getMaxExtend() { | public Envelope getMaxExtend() { |
1077 | if (maxExtend == null) { | if (maxExtend == null) { |
1078 | try { | try { |
1079 | return fixAspectRatio( | return JTSUtil.fixAspectRatio( |
1080 | this.getBounds(), | this.getBounds(), |
1081 | // Kartenbereich um 10% vergroessern | // Kartenbereich um 10% vergroessern |
1082 | JTSUtil.expandEnvelope(context.getLayerBounds(), 0.1), | JTSUtil.expandEnvelope(context.getLayerBounds(), 0.1), |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |