Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
MINOR: Deprecate TopViewClipPlanesEvaluator.
Browse files Browse the repository at this point in the history
From now on, the default evaluator, TiltViewClipPlanesEvaluator, should
be used for top-down views as well.

Signed-off-by: Andres Mandado <andres.mandado-almajano@here.com>
  • Loading branch information
atomicsulfate committed Jul 21, 2021
1 parent 917ad87 commit 8059a69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions @here/harp-mapview/lib/ClipPlanesEvaluator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ export abstract class ElevationBasedClipPlanesEvaluator implements ClipPlanesEva
/**
* Top view, clip planes evaluator that computes view ranges based on ground distance and elevation.
*
* @deprecated Default evaluator {@link TiltViewClipPlanesEvaluator} supports top-down views.
*
* @remarks
* This evaluator supports both planar and spherical projections, although it behavior is
* slightly different in each case. General algorithm sets near plane and far plane close
Expand Down

0 comments on commit 8059a69

Please sign in to comment.