How to handle GIS with qt and ARM processor ? [solved]
-
wrote on 21 Sept 2015, 16:17 last edited by Kamal Badi 10 Mar 2015, 10:44
hi there ..
how can i make GIS map viewer and manipulate the map, analyze and all GIS work within QT in embedded Linux and ARM processor?
i found arcGIS but there is no any support for ARM processors !! any suggestion will be so helpfulThanks in advance...
-
wrote on 29 Sept 2015, 08:45 last edited by
guys is it impossible or i didn't make my question clear ??
i really need your help :( -
Hi,
Are you looking for something like QGIS ? Or the QtLocation module ?
-
Hi,
Are you looking for something like QGIS ? Or the QtLocation module ?
wrote on 30 Sept 2015, 18:48 last edited by@SGaist hi thanks for replying man ...
QGIS i think is a software rit !! no i need something like QtLocation that can help me to develop one like QGIS but mine one with simple features... like insert map, add GPS positioning into map zoom in out and so on ...
but must be support by Qt 4.8 -
The API is documented here
-
wrote on 1 Oct 2015, 08:10 last edited by
@SGaist i sow it before ... its a massive . i just need a module to build a simple map viewer
-
Since you're locked with 4.8, have a look at QtMobility
-
wrote on 2 Oct 2015, 10:44 last edited by
Maybe look at marble?
I have used it in the past with Qt4.x in the context of a Qt C++ app. That app displayed global data using a marblewidget as the backdrop and is was capable of showing streetmap level data OpenStreetMap. -
wrote on 3 Oct 2015, 10:42 last edited by
Or use QMapControl and customize it :) , Qt mobility and merbal both are sound fine to me thanks guys I will read more about them ...