Use map projection with geo line

This commit is contained in:
Dan Paulat 2022-10-03 00:39:59 -05:00
parent ca9331cf7c
commit 4aad9fd3d4
3 changed files with 58 additions and 1 deletions

View file

@ -34,6 +34,9 @@ public:
protected:
void UseDefaultProjection(const QMapbox::CustomLayerRenderParameters& params,
GLint uMVPMatrixLocation);
void UseMapProjection(const QMapbox::CustomLayerRenderParameters& params,
GLint uMVPMatrixLocation,
GLint uMapScreenCoordLocation);
private:
class Impl;