Re: [Qgis-user] How to reproject vectors with Sextante?

2012-10-14 Thread Pedro Venâncio
Hi,

Modeler is working again! At least with the little testing I've done, it's 
working well!

But Reproject Layer is still giving an error in Modeler:


Traceback (most recent call last):
  File 
/usr/share/qgis/python/plugins/sextante/modeler/ModelerParametersDialog.py, 
line 692, in okPressed
    if self.setParamValues():
  File 
/usr/share/qgis/python/plugins/sextante/modeler/ModelerParametersDialog.py, 
line 503, in setParamValues
    if not self.setParamValue(param, self.valueItems[param.name]):
  File 
/usr/share/qgis/python/plugins/sextante/modeler/ModelerParametersDialog.py, 
line 681, in setParamValue
    self.values[name] = str(widget.getText())
AttributeError: 'QLineEdit' object has no attribute 'getText'

Python version:
2.7.3 (default, Aug  1 2012, 05:27:35)
[GCC 4.6.3]



Best regards,
Pedro

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Add layer with style

2012-10-14 Thread Johan Nilsson
Hey
In the ArcGIS world you can save shape-files with styles calling lyr-files.
As I have understand they are a propretatian formate and can only being
opened with ArcGISs software.  I wonder if there are any similar to save
shape-file styles in QGIS, to preserve styles in other QGIS-project, or
even other GIS-projects. I have seen that when you save styles a .qml file
is created, but can you easy get it connected to the shape-file?

/Cheers
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Add layer with style

2012-10-14 Thread Anita Graser
Yes, use the save as default button in the layer style window.

Anita


On Sun, Oct 14, 2012 at 6:05 PM, Johan Nilsson joni8...@gmail.com wrote:
 Hey
 In the ArcGIS world you can save shape-files with styles calling lyr-files.
 As I have understand they are a propretatian formate and can only being
 opened with ArcGISs software.  I wonder if there are any similar to save
 shape-file styles in QGIS, to preserve styles in other QGIS-project, or even
 other GIS-projects. I have seen that when you save styles a .qml file is
 created, but can you easy get it connected to the shape-file?

 /Cheers

 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Proposal for QGIS-related blog

2012-10-14 Thread Victor Olaya
Hi all

I was thinking about starting a blog to post QGIS-related stuff,
mostly tipstricks about the SEXTANTE plugin, but also about other
things, but since there are other people doing something similar (and
writing really great posts), I think it would be a good idea to
coordinate this a bit. To make it short...anyone fancy the idea of
creating a collective blog to write small tutorials, recipes, etc,
about QGIS? I think that would be good for the QGIS community, and it
should not be hard to manage. It wouldn't be an official thing (by the
way, is the official QGIS blog dead?), but with all the people that
writes about QGIS, and with a little effort to make good posts and
give them some homogeneity, it can become a reference point for the
community of QGIS users and developers.

It might be just a silly idea, so feel free to tell me your opinion on this.

Cheers
Victor
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Proposal for QGIS-related blog

2012-10-14 Thread Vincent Picavet
Hi Victor,

 I was thinking about starting a blog to post QGIS-related stuff,
 mostly tipstricks about the SEXTANTE plugin, but also about other
 things, but since there are other people doing something similar (and
 writing really great posts), I think it would be a good idea to
 coordinate this a bit. To make it short...anyone fancy the idea of
 creating a collective blog to write small tutorials, recipes, etc,
 about QGIS? I think that would be good for the QGIS community, and it
 should not be hard to manage. It wouldn't be an official thing (by the
 way, is the official QGIS blog dead?), but with all the people that
 writes about QGIS, and with a little effort to make good posts and
 give them some homogeneity, it can become a reference point for the
 community of QGIS users and developers.

Isn't the QGIS Planet intention to be exactly that ?
http://qgis.org/planet/

Only difference is that posts are only aggregated there, avoiding the need of 
yet another one dedicated tool.

Vincent
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Proposal for QGIS-related blog

2012-10-14 Thread David Fawcett
If you go forward, don't forget to ask to have it added to planetgs.com and 
planet osgeo.



On Oct 14, 2012, at 5:33 PM, Victor Olaya vola...@gmail.com wrote:

 Hi all
 
 I was thinking about starting a blog to post QGIS-related stuff,
 mostly tipstricks about the SEXTANTE plugin, but also about other
 things, but since there are other people doing something similar (and
 writing really great posts), I think it would be a good idea to
 coordinate this a bit. To make it short...anyone fancy the idea of
 creating a collective blog to write small tutorials, recipes, etc,
 about QGIS? I think that would be good for the QGIS community, and it
 should not be hard to manage. It wouldn't be an official thing (by the
 way, is the official QGIS blog dead?), but with all the people that
 writes about QGIS, and with a little effort to make good posts and
 give them some homogeneity, it can become a reference point for the
 community of QGIS users and developers.
 
 It might be just a silly idea, so feel free to tell me your opinion on this.
 
 Cheers
 Victor
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Add layer with style

2012-10-14 Thread magerlin
This might be equal to Anitas answer, but you can also do it manually:

Just name the qml file like the rest of the shape file family and save it
in the same folder as the other files:

My_file.shp
My_file.dbf
My_file.shx
*My_file.qml*

When you open My_file.shp in Qgis it will then be styled by the settings in
My_file.qml.





-
Regards Morten

Qgis 1.8.0 Stand alone installer in Win7 64 bit
--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Add-layer-with-style-tp5008522p5008578.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] OGRS 2012 :: register now !

2012-10-14 Thread Olivier ERTZ

  
  
 There's still time
  to register.
  Think of it ! 
 Among all others, we delight to listen to Prof
Helena Mitasova from NCSU (Sol Katz Award 2010),
  Dr
Grard Hgron from Urban Europe Research Alliance, Prof
Sergio J. Rey from GeoDa Center, and Prof
Robert Weibel from UZH and Geographic Information Technology
  Training Alliance. 
 Discover the final
program, including the workshop
descriptions and the discussion
topics details. 
 Best regards,
  OGRS 2012 program committee 
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  # # #
  Open Source Geospatial Research  Education Symposium
  Yverdon-les-Bains, Switzerland, 24 to 26 October 2012
  Go to www.ogrs2012.org and
  follow us on twitter.com/OGRS2012
  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  # # 
  

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Proposal for QGIS-related blog

2012-10-14 Thread Anita Graser
Hi,

I would opt to stick with our current solution of distributed blogs
and the planet aggregator.
From where I stand, it makes no sense for me to start posting my QGIS
posts somewhere else than on my blog. I think others feel the same
way.
Also, it would blow up our web infrastructure one again ...

Best wishes,
Anita



On Mon, Oct 15, 2012 at 1:33 AM, David Fawcett david.fawc...@gmail.com wrote:
 If you go forward, don't forget to ask to have it added to planetgs.com and 
 planet osgeo.



 On Oct 14, 2012, at 5:33 PM, Victor Olaya vola...@gmail.com wrote:

 Hi all

 I was thinking about starting a blog to post QGIS-related stuff,
 mostly tipstricks about the SEXTANTE plugin, but also about other
 things, but since there are other people doing something similar (and
 writing really great posts), I think it would be a good idea to
 coordinate this a bit. To make it short...anyone fancy the idea of
 creating a collective blog to write small tutorials, recipes, etc,
 about QGIS? I think that would be good for the QGIS community, and it
 should not be hard to manage. It wouldn't be an official thing (by the
 way, is the official QGIS blog dead?), but with all the people that
 writes about QGIS, and with a little effort to make good posts and
 give them some homogeneity, it can become a reference point for the
 community of QGIS users and developers.

 It might be just a silly idea, so feel free to tell me your opinion on this.

 Cheers
 Victor
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user