c++
Merkopolo : a simple yet powerful starter kit for your Qt/C++ GIS application
Recently, while the whole world looks completely hyped up with Web applications,
we chose to design and develop a desktop software in Qt/C++.
Obviously, the choice was measured and justified ! We had to build a specific GIS application
with complex interactions and huge amounts of data, for a limited number of users.
Access a JSON webservice with Qt C++
Original post at Makina Corpus
Webservices are everywhere ! There are relevant in many situations, and
accessing them from your Qt C++ application is not an heresy.
I will present here a very simple way to retrieve a JSON from a GET request.
PostGIS data in C++ using GDAL and Qt
Original post at Makina Corpus
I did not find any ready-to-use snippets on the Web on this matter, so if
you are lucky enough, you'll find this one.