AmonRaNet / QGeoView

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

Is it possible to view it on qgraphicsview? #51

Closed ymutairi closed 6 months ago

ymutairi commented 6 months ago

Can I display the layers on a typical qgraphicsview?

thank you for the great work!

parisa-hr commented 6 months ago

Can I display the layers on a typical qgraphicsview?

thank you for the great work!

It uses QGVMapQGView which inherits from QGraphicsView.