AmonRaNet / QGeoView

QGeoView is a Qt / C ++ widget for visualizing geographic data.
GNU Lesser General Public License v3.0
149 stars 56 forks source link

Orthographic map projection #35

Open bachandi opened 1 year ago

bachandi commented 1 year ago

It would be nice to also have an orthographic map projection but when looking into QGVProjection class I am not sure if this is possible at the moment as the projection would need to know the view center to calculate the coordinates.

Did you by chance alread think about orthographic map projections?