Skip to content
Snippets Groups Projects
Commit 8abd9626 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

increased zSed range limit to 25 km

parent 88ee7066
No related branches found
No related tags found
1 merge request!273Site, tree, and NGA-East edits
...@@ -80,8 +80,8 @@ public class Site { ...@@ -80,8 +80,8 @@ public class Site {
*/ */
public static final double ZSED_DEFAULT = Double.NaN; public static final double ZSED_DEFAULT = Double.NaN;
/** Supported {@link #zSed()} values: {@code [0..20] km}. */ /** Supported {@link #zSed()} values: {@code [0..25] km}. */
public static final Range<Double> ZSED_RANGE = Range.closed(0.0, 20.0); public static final Range<Double> ZSED_RANGE = Range.closed(0.0, 25.0);
private final String name; private final String name;
private final Location location; private final Location location;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment