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

Simple geometries #55

Open OgreTransporter opened 5 months ago

OgreTransporter commented 5 months ago

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. A rectangle is also just a polygon with 4 lines.