diff --git a/deegree-core/deegree-core-rendering-2d/src/main/java/org/deegree/rendering/r2d/context/MapOptions.java b/deegree-core/deegree-core-rendering-2d/src/main/java/org/deegree/rendering/r2d/context/MapOptions.java
index 64e35386dc..0584b8ea13 100644
--- a/deegree-core/deegree-core-rendering-2d/src/main/java/org/deegree/rendering/r2d/context/MapOptions.java
+++ b/deegree-core/deegree-core-rendering-2d/src/main/java/org/deegree/rendering/r2d/context/MapOptions.java
@@ -36,7 +36,7 @@
package org.deegree.rendering.r2d.context;
/**
- *
+ *
* @author Andreas Schmitz
* @author Stephan Reichhelm
*/
@@ -170,10 +170,10 @@ public void setOpaque( boolean opaque ) {
/**
* Quality
- *
+ *
* @author Andreas Schmitz
* @author last edited by: $Author: aschmitz $
- *
+ *
* @version $Revision: 32136 $, $Date: 2011-10-12 15:21:52 +0200 (Wed, 12 Oct 2011) $
*/
public static enum Quality {
@@ -187,10 +187,10 @@ public static enum Quality {
/**
* Interpolation
- *
+ *
* @author Andreas Schmitz
* @author last edited by: $Author: aschmitz $
- *
+ *
* @version $Revision: 32136 $, $Date: 2011-10-12 15:21:52 +0200 (Wed, 12 Oct 2011) $
*/
public static enum Interpolation {
@@ -206,10 +206,10 @@ public static enum Interpolation {
/**
* Antialias
- *
+ *
* @author Andreas Schmitz
* @author last edited by: $Author: aschmitz $
- *
+ *
* @version $Revision: 32136 $, $Date: 2011-10-12 15:21:52 +0200 (Wed, 12 Oct 2011) $
*/
public static enum Antialias {
@@ -293,9 +293,9 @@ public static class Builder {
private Antialias antialias;
- private int maxFeatures;
+ private int maxFeatures = -1;
- private int featureInfoRadius;
+ private int featureInfoRadius = -1;
/**
* @param quality