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 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 complex C++ plugin, much more powerful than
> this, and thus overkill for such a simple task
> * the external plugin photo2shape, that only do #1 and #2, has issues
> with py libraries, and leaves photos in an external path
> * a plugin that helps georeferencing photos.
> My suggestion would be to modify photo2shape to save on a
> spatialite/geopackage db:
> * the photos
> * their locations
> * the line joining consecutive points
> * the photos themselves
> * a form that will display the photo on click.
> Such a plugin would be IMHO a good candidate for inclusion in core.
> Is anyone working on something similar? Better ideas?
> All the best.
> --
> Paolo Cavallini - www.faunalia.eu
> QGIS & PostGIS courses: http://www.faunalia.eu/training.html
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

[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 complex C++ plugin, much more powerful than
this, and thus overkill for such a simple task
* the external plugin photo2shape, that only do #1 and #2, has issues
with py libraries, and leaves photos in an external path
* a plugin that helps georeferencing photos.
My suggestion would be to modify photo2shape to save on a
spatialite/geopackage db:
* the photos
* their locations
* the line joining consecutive points
* the photos themselves
* a form that will display the photo on click.
Such a plugin would be IMHO a good candidate for inclusion in core.
Is anyone working on something similar? Better ideas?
All the best.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

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
> > to test SLD generation changes.
> >
>
> I am not sure what causes the build failure, it's not the first time I
> hear about it but I've never been able to properly trace it to its roots
> (and it never happened for me).
> In short: I'm trying to find the cause.
>
> If you could remove the qgis-python package from the system and check
> back if the build failure persists that would help to assess the problem.
>

Hey, I still haven't tried this but in the meantime the command line build
worked (after some fight with ccmake), I did not stumble into the
same error. So... well, I guess that gives me a way forward, but
I'll have a another look at the QT Creator build to see if the issue can be
traced, in order to add warnings/more directions into the dev guide.

Cheers
Andrea



-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.



The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

---
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

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, 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 installed via package manager?
> 
> 
> 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
> to test SLD generation changes.
>  

I am not sure what causes the build failure, it's not the first time I
hear about it but I've never been able to properly trace it to its roots
(and it never happened for me).
In short: I'm trying to find the cause.

If you could remove the qgis-python package from the system and check
back if the build failure persists that would help to assess the problem.

Matthias
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

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 works fine that way.

--strk;
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

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
> >
> > Any clue as to why the build is failing?
>
> Do you have (an old version of) QGIS installed via package manager?
>

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
to test SLD generation changes.


>
> > I've also tried following the Ubuntu instructions
> > inj https://github.com/qgis/QGIS/blob/master/INSTALL,
> > in that case ccmake fails to find qwtpolar, which does not seem to be a
> > package included in Mint 18
> > (I've found libqwt5-qt4 and installed it, but it did not help)... does
> > one has to hand build this package
> > in order to build qgis?
>
> You can cmake it with -DWITH_QWTPOLAR=OFF or -DWITH_INTERNAL_QWTPOLAR=ON.
>

Thanks, I'll try

Cheers
Andrea

-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.



The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

---
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

[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 releasing
the plugin, it should be tested by users (which are not familiar with GIT
or 'copying' directly the plugin into their local qgis2 directory). One of
the solution is to publish that version of the plugin in other repository.
But I think it would be handy if we can enable users to install the latest
version of the plugin (if we know the GIT repository of the plugin) in the
Plugin Manager itself.


*What did you get done this week?*

   - Move collections cache into a pickle file
   - Downloading the collection nicely with Dulwich.

*What do you plan on doing next week?*

   - I will start working on importing the resources available in the
   collection in to QGIS. I will implement it using the same pattern like
   Repository Handler. The resource handler is a base class and there will be
   some resource handler classes based on its type (whether it's SVG or
   colorramp/symbol). I will focus on the SVG first since I still have some
   missing pieces to implement the colorramp/symbols one :)
   - I will make a doc site using documentup and start writing
   documentation.

*Are you blocked on anything?*
No

-- 

*---*
*Akbar Gumbira *
*www.akbargumbira.com *
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

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 installed via package manager?

> I've also tried following the Ubuntu instructions
> inj https://github.com/qgis/QGIS/blob/master/INSTALL,
> in that case ccmake fails to find qwtpolar, which does not seem to be a
> package included in Mint 18
> (I've found libqwt5-qt4 and installed it, but it did not help)... does
> one has to hand build this package
> in order to build qgis?

You can cmake it with -DWITH_QWTPOLAR=OFF or -DWITH_INTERNAL_QWTPOLAR=ON.

Matthias
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

[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%] Built target zzz-GdalTools-3-depend
[ 82%] Built target zzz-GdalTools-1-depend
[ 82%] Built target pyqtcompat
[ 82%] Built target pygui
[ 82%] Built target pycore
[ 82%] Generating ui_widgetSieve.py
Traceback (most recent call last):
  File "/home/aaime/devel/qgis/scripts/pyuic-wrapper.py", line 26, in

import qgis.PyQt.uic.pyuic
ImportError: No module named PyQt.uic.pyuic
python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/build.make:117:
recipe for target 'python/plugins/GdalTools/tools/ui_widgetSieve.py' failed
CMakeFiles/Makefile2:5637: recipe for target
'python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/all'
failed
Makefile:160: recipe for target 'all' failed
make[2]: *** [python/plugins/GdalTools/tools/ui_widgetSieve.py] Error 1
make[1]: ***
[python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/all]
Error 2
make: *** [all] Error 2
13:54:45: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project qgis2.15.0 (kit: Desktop)
When executing step "Make"
13:54:45: Elapsed time: 00:15.

I've installed the required dependencies following instructions in this
line of the INSTALL guide:

https://github.com/qgis/QGIS/blob/master/INSTALL#L190

and I've verified that pyuci4 and associated libraries are installed, e..g:

> sudo apt-get install pyqt4-dev-tools  pyqt4.qsci-dev
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
pyqt4-dev-tools is already the newest version (4.11.4+dfsg-1build4).
pyqt4.qsci-dev is already the newest version (2.9.1+dfsg-4build1).
0 aggiornati, 0 installati, 0 da rimuovere e 14 non aggiornati.

Any clue as to why the build is failing?

I've also tried following the Ubuntu instructions inj
https://github.com/qgis/QGIS/blob/master/INSTALL,
in that case ccmake fails to find qwtpolar, which does not seem to be a
package included in Mint 18
(I've found libqwt5-qt4 and installed it, but it did not help)... does one
has to hand build this package
in order to build qgis?

Cheers
Andrea


-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.



The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

---
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

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:

  https://github.com/QGEP/data/archive/demodata.zip

Also something nice to check would be these styles by Anita Graser:

https://github.com/anitagraser/QGIS-resources/tree/master/qgis2/osm_spatialite

Cheers
Matthias

On 07/03/2016 11:48 AM, Andrea Aime wrote:
> 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 better :-)
> 
> Cheers
> Andrea
> 
> 
> On Wed, Jun 29, 2016 at 11:27 AM, Andrea Aime
> > wrote:
> 
> Hi Yves and Victor,
> I'll get in Bonn Sunday, probably late, and I'm packed with workshops
> Monday all day and Tuesday afternoon, but I should have some time to
> show
> up on Tuesday morning... let's try to make the most out of it, and
> then I guess
> I'll move along Sat/Sun with Luigi.
> 
> Cheers
> Andrea
> 
> 
> On Wed, Jun 29, 2016 at 11:03 AM, Yves Jacolin  > wrote:
> 
> Hello,
> 
> Like Richard I am not a developper but this is something I am
> interesting on.
> I already made some test in the past with SLD export (MapServer,
> GeoServer and
> QGIS).
> 
> And like Victor, I will be at the hackfest before the conference.
> 
> Y.
> On Wednesday, June 29, 2016 10:57:58 Victor Olaya wrote:
> > Andrea
> >
> > I will be at Bonn and I will be happy to collaborate on that.
> > Unfortuately, i will be at the code sprint_before_ the
> conference, so
> > i hope at least we ca find some time durig the conference days to
> > discuss about this
> >
> > Let me know if there is something else I can do to help
> >
> > Cheers
> >
> > 2016-06-29 10:55 GMT+02:00 Andrea Aime
>  >:
> > > On Tue, Jun 28, 2016 at 11:03 PM, Luigi Pirelli
> > wrote:
> > >> Hi Richard and Andrea, I'm really interested, but
> unfortunately (or
> > >> fortunately... a new baby arriving) I'll not be present in
> Bonn, but
> > >> I'm interested to give support remotely :)
> > >
> > > Congratulations on the family growing! Yep, remote support
> is very much
> > > appreciated :-)
> > >
> > > Cheers
> > > Andrea
> > >
> > > --
> > > ==
> > > GeoServer Professional Services from the experts! Visit
> > > http://goo.gl/it488V for more information.
> > > ==
> > >
> > > Ing. Andrea Aime
> > > @geowolf
> > > Technical Lead
> > >
> > > GeoSolutions S.A.S.
> > > Via di Montramito 3/A
> > > 55054  Massarosa (LU)
> > > phone: +39 0584 962313 
> > > fax: +39 0584 1660272 
> > > mob: +39 339 8844549 
> > >
> > > http://www.geo-solutions.it
> > > http://twitter.com/geosolutions_it
> > >
> > > AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
> > >
> > > Le informazioni contenute in questo messaggio di posta
> elettronica e/o
> > > nel/i file/s allegato/i sono da considerarsi strettamente
> riservate. Il
> > > loro utilizzo è consentito esclusivamente al destinatario
> del messaggio,
> > > per le finalità indicate nel messaggio stesso. Qualora
> riceviate questo
> > > messaggio senza esserne il destinatario, Vi preghiamo
> cortesemente di
> > > darcene notizia via e-mail e di procedere alla distruzione
> del messaggio
> > > stesso,
> > > cancellandolo dal Vostro sistema. Conservare il messaggio
> stesso,
> > > divulgarlo anche in parte, distribuirlo ad altri soggetti,
> copiarlo, od
> > > utilizzarlo per finalità diverse, costituisce comportamento
> contrario ai
> > > principi dettati dal D.Lgs. 196/2003.
> > >
> > >
> > >
> > > The information in this message and/or attachments, is
> intended solely for
> > > the attention and use of the named addressee(s) and may be
> confidential or

[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 pages;
so before trying to "reinvent the wheel" i'm looking for some
pyqgis function or method (if it exists) or some suggestion.
I found that "Reportlab" could handle such scenario but is
it possible to achieve something similar using only pyqgis?

Thanks, Roy.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

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 better :-)

Cheers
Andrea


On Wed, Jun 29, 2016 at 11:27 AM, Andrea Aime 
wrote:

> Hi Yves and Victor,
> I'll get in Bonn Sunday, probably late, and I'm packed with workshops
> Monday all day and Tuesday afternoon, but I should have some time to show
> up on Tuesday morning... let's try to make the most out of it, and then I
> guess
> I'll move along Sat/Sun with Luigi.
>
> Cheers
> Andrea
>
>
> On Wed, Jun 29, 2016 at 11:03 AM, Yves Jacolin  wrote:
>
>> Hello,
>>
>> Like Richard I am not a developper but this is something I am interesting
>> on.
>> I already made some test in the past with SLD export (MapServer,
>> GeoServer and
>> QGIS).
>>
>> And like Victor, I will be at the hackfest before the conference.
>>
>> Y.
>> On Wednesday, June 29, 2016 10:57:58 Victor Olaya wrote:
>> > Andrea
>> >
>> > I will be at Bonn and I will be happy to collaborate on that.
>> > Unfortuately, i will be at the code sprint_before_ the conference, so
>> > i hope at least we ca find some time durig the conference days to
>> > discuss about this
>> >
>> > Let me know if there is something else I can do to help
>> >
>> > Cheers
>> >
>> > 2016-06-29 10:55 GMT+02:00 Andrea Aime :
>> > > On Tue, Jun 28, 2016 at 11:03 PM, Luigi Pirelli 
>> wrote:
>> > >> Hi Richard and Andrea, I'm really interested, but unfortunately (or
>> > >> fortunately... a new baby arriving) I'll not be present in Bonn, but
>> > >> I'm interested to give support remotely :)
>> > >
>> > > Congratulations on the family growing! Yep, remote support is very
>> much
>> > > appreciated :-)
>> > >
>> > > Cheers
>> > > Andrea
>> > >
>> > > --
>> > > ==
>> > > GeoServer Professional Services from the experts! Visit
>> > > http://goo.gl/it488V for more information.
>> > > ==
>> > >
>> > > Ing. Andrea Aime
>> > > @geowolf
>> > > Technical Lead
>> > >
>> > > GeoSolutions S.A.S.
>> > > Via di Montramito 3/A
>> > > 55054  Massarosa (LU)
>> > > phone: +39 0584 962313
>> > > fax: +39 0584 1660272
>> > > mob: +39 339 8844549
>> > >
>> > > http://www.geo-solutions.it
>> > > http://twitter.com/geosolutions_it
>> > >
>> > > AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
>> > >
>> > > Le informazioni contenute in questo messaggio di posta elettronica e/o
>> > > nel/i file/s allegato/i sono da considerarsi strettamente riservate.
>> Il
>> > > loro utilizzo è consentito esclusivamente al destinatario del
>> messaggio,
>> > > per le finalità indicate nel messaggio stesso. Qualora riceviate
>> questo
>> > > messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
>> > > darcene notizia via e-mail e di procedere alla distruzione del
>> messaggio
>> > > stesso,
>> > > cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
>> > > divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo,
>> od
>> > > utilizzarlo per finalità diverse, costituisce comportamento contrario
>> ai
>> > > principi dettati dal D.Lgs. 196/2003.
>> > >
>> > >
>> > >
>> > > The information in this message and/or attachments, is intended
>> solely for
>> > > the attention and use of the named addressee(s) and may be
>> confidential or
>> > > proprietary in nature or covered by the provisions of privacy act
>> > > (Legislative Decree June, 30 2003, no.196 - Italy's New Data
>> Protection
>> > > Code).Any use not in accord with its purpose, any disclosure,
>> > > reproduction,
>> > > copying, distribution, or either dissemination, either whole or
>> partial,
>> > > is
>> > > strictly forbidden except previous formal approval of the named
>> > > addressee(s). If you are not the intended recipient, please contact
>> > > immediately the sender by telephone, fax or e-mail and delete the
>> > > information in this message that has been received in error. The
>> sender
>> > > does not give any warranty or accept liability as the content,
>> accuracy
>> > > or completeness of sent messages and accepts no responsibility  for
>> > > changes made after they were sent or for other risks which arise as a
>> > > result of e-mail transmission, viruses, etc.
>> > >
>> > >
>> > > ---
>> > >
>> > > ___
>> > > Qgis-developer mailing list
>> > > Qgis-developer@lists.osgeo.org
>> > > List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
>> > > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
>> >
>> > ___
>> > Qgis-developer mailing list
>> > Qgis-developer@lists.osgeo.org
>> > List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
>> >