PDA

View Full Version : how to display map images in my application ?



prady
29th June 2012, 06:40
Hi,

I am trying to display ".dbf",".prj",".shp" and ".shx" map images in my windows application, with zoom-in and zoom-out option.
so anyone could suggest me the best way of doing it ?

I am working in Qt 4.7.4 in Win 7 environment.

Thx,

ChrisW67
29th June 2012, 07:43
A third party library and code to draw the shapes in the shape files. The files are databases of vector data (points, lines, polygons etc.) and associated attribute data, not images.