Shuihui’s Home

opmapcontrol_ex

This program is a map widget which is based on opmapcontrol. We have fixed some minor problems of the implementation of opmapcontrol. There is a demo program show how to use the map widget. The map control has the functions of downloading offline map, showing UAV position, and editing waypoints.

image

image

image

Download

The source code can be downloaded at: https://github.com/bushuhui/opmapcontrol_ex

Requirements:

Compile:

qmake opmapcontrol.pro; make
cd demo; qmake opmapcontrol_demo.pro; make

Platform:

Only test on LinuxMint 17.1 64-bit, may be other distributions are also support.