# opmapcontrol_ex **Repository Path**: ZTL522/opmapcontrol_ex ## Basic Information - **Project Name**: opmapcontrol_ex - **Description**: A demo of map widget based on opmapcontrol - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2023-06-21 - **Last Updated**: 2023-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # opmapcontrol_ex - A map widget based on opmapcontrol 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. ## Requirements: * Qt5 ``` sudo apt install qt5-default qt5-qmake-bin sudo apt install libqt5network5 libqt5sql5 libqt5svg5 libqt5svg5-dev ``` * Qt4 ``` sudo apt install libqt4-dev qt4-qmake libqt4-opengl-dev libqt4-sql libqt4-sql-sqlite ``` ## Compile: `qmake opmapcontrol.pro; make` `cd demo; qmake opmapcontrol_demo.pro; make` ## Usage: ``` ./opmapcontrol_demo ``` ## Plateform: Only test on LinuxMint 17.1 64-bit, may be other distributions are also support. ## Screenshot: ![demo 1](images/screenshot_01.png) ![demo 2](images/screenshot_02.png) ![demo 3](images/screenshot_03.png) ## Project homepage: http://www.adv-ci.com/blog/source/opmapcontrol_ex/