//end Amadeus
SceneController sc = this.wwd.getSceneController();
sc.setVerticalExaggeration(Math.max(1d, sc.getVerticalExaggeration() - this.veStep));
}
view.firePropertyChange(AVKey.VIEW, null, view);
}
protected boolean isPathCrossingAPole(LatLon p1, LatLon p2)
{
return Math.abs(p1.getLongitude().degrees - p2.getLongitude().degrees) > 20