|
|
|
@ -152,7 +152,7 @@ public class CompoundMark {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Used to find how far apart the marks that make up this gate are
|
|
|
|
* Used to find how far apart the marks that make up this gate are
|
|
|
|
* If this compound mark is only one point return base length of 250m
|
|
|
|
* If this compound mark is only one point return base length of 250m
|
|
|
|
* @return
|
|
|
|
* @return the acceptable distance to round a mark
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public double getRoundingDistance(){
|
|
|
|
public double getRoundingDistance(){
|
|
|
|
if (mark2 != null){
|
|
|
|
if (mark2 != null){
|
|
|
|
|