QGeoView icon indicating copy to clipboard operation
QGeoView copied to clipboard

QGeoView is a Qt / C ++ widget for visualizing geographic data.

Results 20 QGeoView issues
Sort by recently updated
recently updated
newest added

Currently onCamera called for all Items, but we could limited only to "affected" Items (Items with flags ignore scale/azimuth, Items with explicit request for camera update tracking). - new flag...

…om a QTreeWidget to the map in order to position it on the map. Unfortunately, the anchor parameter was removed from the setGeometry method in QGVIcon and QGVImage. I would...

I was trying to implement some drag and drop functionality to an application I am maintaining using QGeoView and after some research, I concluded that I would need to modify...

Здравствуйте! Заинтересовался библиотекой QGeoView, хотел попробовать использовать в своем проекте, но при сборке проекта возникают ошибки. Не находятся какие-то функции. Не подскажите, что не хватает и как все же собрать...

I've problem with layer tiles opacity. When I set opacity lower than 1.0, lines between tiles become visible. I think that's caused by old tiles in the background. Is it...

Hi I'm encountering challenges when trying to load .shp shapefiles into your GIS. I don't know how should I do this. I want to ask you for help me and...

Hi! First of all, thanks for your awesome project! I'm making a map with the ability to build a route. The following problem occurred: At high zoom, when moving an...

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...

Simple geometric objects (rectangles, polygons) are used in the examples. Does it perhaps make sense to integrate standard geometries directly into the library? Lines, circles and polygons/polylines would be useful....

![Screenshot from 2024-08-15 21-53-30](https://github.com/user-attachments/assets/668cfd99-8aa5-455d-ac22-57994f1311d1) Hi, I want to implement popup for QGeoView. How I can do it? Thx