Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix default values of maxFeatures and featureInfoRadius #1345

Merged
merged 1 commit into from
Jul 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
package org.deegree.rendering.r2d.context;

/**
*
*
* @author <a href="mailto:schmitz@lat-lon.de">Andreas Schmitz</a>
* @author <a href="mailto:reichhelm@grit.de">Stephan Reichhelm</a>
*/
@@ -170,10 +170,10 @@ public void setOpaque( boolean opaque ) {

/**
* <code>Quality</code>
*
*
* @author <a href="mailto:schmitz@lat-lon.de">Andreas Schmitz</a>
* @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 {

/**
* <code>Interpolation</code>
*
*
* @author <a href="mailto:schmitz@lat-lon.de">Andreas Schmitz</a>
* @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 {

/**
* <code>Antialias</code>
*
*
* @author <a href="mailto:schmitz@lat-lon.de">Andreas Schmitz</a>
* @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