Re: [Qgis-developer] Geophoto management

2016-07-03 Thread Nathan Woodrow
GDAL also seems to support reading EXIF information if we want to use that to avoid any extra libraries. On Mon, Jul 4, 2016 at 3:51 PM, Paolo Cavallini wrote: > Hi all, > a frequent request from user is a better management of geotagged photos. > What most users expect is

[Qgis-developer] Geophoto management

2016-07-03 Thread Paolo Cavallini
Hi all, a frequent request from user is a better management of geotagged photos. What most users expect is to: 1. be able to load geotagged photos 2. display the locations 3. display the photo clicking on the location * possibly also to show a miniature. Currently we have: * an old and relatively

Re: [Qgis-developer] Build failure following qt creator setup instructions

2016-07-03 Thread Andrea Aime
On Sun, Jul 3, 2016 at 7:53 PM, Matthias Kuhn wrote: > > Yes, QGis 2.8.6 Wien, as part of the standard packages of Mint. > > Are you suggesting to remove it? Was kind of hoping to have two > > versions side by side, one stable for day to day work, and one built > fresh > >

Re: [Qgis-developer] Build failure following qt creator setup instructions

2016-07-03 Thread Matthias Kuhn
On 07/03/2016 03:15 PM, Andrea Aime wrote: > On Sun, Jul 3, 2016 at 2:37 PM, Matthias Kuhn > wrote: > > Hi Andrea, > > On 07/03/2016 02:18 PM, Andrea Aime wrote: > > File "/home/aaime/devel/qgis/scripts/pyuic-wrapper.py", line 26,

Re: [Qgis-developer] Build failure following qt creator setup instructions

2016-07-03 Thread Sandro Santilli
On Sun, Jul 03, 2016 at 03:15:14PM +0200, Andrea Aime wrote: > as kind of hoping to have two > versions side by side, one stable for day to day work, and one built fresh > to test SLD generation changes. I keep multiple versions side-by-side, running each from its build dir (output/bin/qgis). It

Re: [Qgis-developer] Build failure following qt creator setup instructions

2016-07-03 Thread Andrea Aime
On Sun, Jul 3, 2016 at 2:37 PM, Matthias Kuhn wrote: > Hi Andrea, > > On 07/03/2016 02:18 PM, Andrea Aime wrote: > > File "/home/aaime/devel/qgis/scripts/pyuic-wrapper.py", line 26, in > > > > import qgis.PyQt.uic.pyuic > > ImportError: No module named PyQt.uic.pyuic

[Qgis-developer] Report 6 - QGIS Symbology Sharing Tools

2016-07-03 Thread Akbar Gumbira
Hi, I made a video to show what I did this week: https://youtu.be/f9u3-uWDNm0 OOT a bit, I think we can extend the current Plugin Manager to also be able to install a plugin directly from Git repositories. It could be useful in the plugin development life cycle. For example in InaSAFE, before

Re: [Qgis-developer] Build failure following qt creator setup instructions

2016-07-03 Thread Matthias Kuhn
Hi Andrea, On 07/03/2016 02:18 PM, Andrea Aime wrote: > File "/home/aaime/devel/qgis/scripts/pyuic-wrapper.py", line 26, in > > import qgis.PyQt.uic.pyuic > ImportError: No module named PyQt.uic.pyuic > > Any clue as to why the build is failing? Do you have (an old version of) QGIS

[Qgis-developer] Build failure following qt creator setup instructions

2016-07-03 Thread Andrea Aime
Hi, I'm trying to setup qgis source code in QT creator on a freshly installed Linux Mint 18 (released a few days ago). The instructions seem to mostly work, except once building I get into this error: Generating pyqgis api file [ 82%] Built target qsci-api [ 82%] Built target pyfuture [ 82%]

Re: [Qgis-developer] FOSS4G code sprint idea: improving SLD export and GeoServer compatibility

2016-07-03 Thread Matthias Kuhn
Hi Andrea, That sounds like a good plan, I certainly do have some projects. I'm sure there are plenty of other people with interesting projects as well. Have a look at the qgep_en Project here: https://github.com/QGEP/QGEP/tree/master/project You can get the demo data (postgis) here:

[Qgis-developer] Map Composer "dinamic" number of pages based on attribute table

2016-07-03 Thread roy roy
Hi, I'm trying to understand if it is possible to dinamically set up the number of pages of the Map Composer, i would like to create some reports with a map and attribute table/tables based on query results, of course the resulting table can have a variable number of items, requiring one or more

Re: [Qgis-developer] FOSS4G code sprint idea: improving SLD export and GeoServer compatibility

2016-07-03 Thread Andrea Aime
Hi, in the interest of being prepared and get right to coding once at the code sprint, I was wondering, anyone has demo projects with complex styling that I could use to perform style transfer tests? Having them in Bonn would be nice, having them as downloads before the conference would be even