Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mapping widget for Qt [closed]

Tags:

map

widget

qt

I need a Qt widget that will allow me to display a map.

It needs to be able to:

  • Run without a network connection to a map or tile server. A simple bitmap would be fine.
  • Place widgets, lines and graphics on the map, given latitude and longitude.
  • Calculate distances between points.
  • Compile on Linux and Windows.

What would you suggest?

Thanks, sqqqrly

like image 492
sqqqrly Avatar asked Jul 28 '09 16:07

sqqqrly


2 Answers

I'd recommend taking a looking at Marble.

It's included with KDE-edu, but if I recall correctly, the Marble library does not have any dependencies beyond just Qt, it's also under the LGPL, and it's cross-platform. You should be able to place widgets and various other things on the surface.

like image 138
Kitsune Avatar answered Oct 10 '22 09:10

Kitsune


Quantum GIS is the leader of the pack.

like image 37
Marc Mutz - mmutz Avatar answered Oct 10 '22 08:10

Marc Mutz - mmutz