Re: [Qgis-user] Problem with EPSG

2011-05-11 Thread Marco Hugentobler
Hi Hugo This usually happens if you have several conflicting versions of the qgis libraries (libqgis_gui.so, libqgis_core.so etc.). Removing the old ones helps in most cases. Regards, Marco Am Mittwoch, 11. Mai 2011, 23.32:10 schrieb Hugo: > Hello all, > > Is there anything wrong with using

Re: [Qgis-user] Join attributes in 1.7

2011-05-11 Thread Giovanni Manghi
On Wed, 2011-05-11 at 17:43 -0600, Kurt Menke wrote: > Hello, > > I'm running 1.7 and the tool that used to be in fTools for joining > attributes is no longer there (Vector menu --> Data Management Tools > --> Join attributes). There is now only join attributes by location. > I know that by going

[Qgis-user] Join attributes in 1.7

2011-05-11 Thread Kurt Menke
Hello, I'm running 1.7 and the tool that used to be in fTools for joining attributes is no longer there (Vector menu --> Data Management Tools --> Join attributes). There is now only join attributes by location. I know that by going to layer properties in 1.7 there is a Joins tab. However, the

Re: [Qgis-user] Problem with EPSG

2011-05-11 Thread Matthew C
I'm using gdal trunk from a week or so ago with no problems. On Wed, May 11, 2011 at 2:32 PM, Hugo wrote: > Hello all, > > Is there anything wrong with using gdal 1.8 with qgis? I'm asking this > because i've updated gdal from 1.7 to 1.8 today and when i open a project > and try to set the base

[Qgis-user] Problem with EPSG

2011-05-11 Thread Hugo
Hello all, Is there anything wrong with using gdal 1.8 with qgis? I'm asking this because i've updated gdal from 1.7 to 1.8 today and when i open a project and try to set the base map's SRS there are no SRS (geographic and projected) at all. When using gdal through shell there are no problems when

Re: [Qgis-user] ugly results with new symbology: how to improve them?

2011-05-11 Thread Mayeul Kauffmann
Hi, See below .qml file which gives a more pleasant result. For those who might not know how to use this: copy-paste the following in an empty plain text file and save it as mystyle.qml Then in layer properties, click on button to open a style. Should work with 1.7.0 as well. Mayeul http://mrcc.c

Re: [Qgis-user] QGIS helps manage (and save) the Amazon Jungle

2011-05-11 Thread Giovanni Manghi
Hi George, indeed, congrats to INCRA. Do you have any contact there? I see that they translated the qgis manual and it would be very important to contribute it upstream, into the the QGIS documentation repository. Abraços -- Giovanni -- On Wed, 2011-05-11 at 16:02 -0300, George Silva wrote:

Re: [Qgis-user] shape files in websites

2011-05-11 Thread Mayeul Kauffmann
Le mercredi 11 mai 2011 à 13:43 +0200, Richard Duivenvoorde a écrit : > Another option would be to install a Web Mapping Server/WMS (like > Qgis-Mapserver, Minnesota Mapserver or Geoserver), and use so called > getFeatureInfo requests (for the details of one feature), or template > files to serve p

[Qgis-user] QGIS helps manage (and save) the Amazon Jungle

2011-05-11 Thread Giovanni Manghi
http://portal.mda.gov.br/terralegal/pages/ferramentas cheers -- Giovanni -- ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Python Code to Clip Vector layers

2011-05-11 Thread Thomas Gratier
Hello, a working example with ogr2ogr embeded # # clip_shp_to_shp.py import os import glob def clip_shp_to_shp(directory, shpclippath, pref="", suf="_clip"): # List shp file in a directory (not recursive) listResults = g

Re: [Qgis-user] RE: Re: RE: is the openlayers plugin not working?

2011-05-11 Thread Pirmin Kalberer
Michael, PyQT is included in the QGIS Python support. Google Mercator projection is automatically activated. The problem is caused by your Proxy settings, as mentionend earlier. I will fix the bug this week. Pirmin Am Mittwoch, 11. Mai 2011, 10.28:53 schrieb Michael Spencer: > I have python, bu

Re: [Qgis-user] shape files in websites

2011-05-11 Thread Richard Duivenvoorde
On 05/11/2011 01:06 PM, kalpatarunrm Kumar wrote: > All information is available in attribute table. We can see data by > just clicking on the layers.This is possible only the softwares are > available like arc gis or quantum gis. But it is not possible in web > page. In this case how quantum gis h

[Qgis-user] shape files in websites

2011-05-11 Thread kalpatarunrm Kumar
Hi All information is available in attribute table. We can see data by just clicking on the layers.This is possible only the softwares are available like arc gis or quantum gis. But it is not possible in web page. In this case how quantum gis helps to the users. Kindly helps me in this matter. Rega

[Qgis-user] RE: Re: RE: is the openlayers plugin not working?

2011-05-11 Thread Michael Spencer
I have python, but not python QT, as far as I know. It doesn't show up in my installed programs list (windows xp), so unless it came bundled with the QGIS installer then no. Should I install it? Michael > Date: Tue, 10 May 2011 13:46:32 -0700 > From: Matt C > > Yes, setting the projection to

Re: [Qgis-user] ugly results with new symbology: how to improve them?

2011-05-11 Thread Paolo Cavallini
Il 10/05/2011 19:46, Mayeul Kauffmann ha scritto: > Hi Paolo, > I would just make everything round (cap and join) but then maybe > problem with the offset. Yes, I think the offset is the culprit here. > You also need symbol levels ON on because you have several roads. I think this is the point,

Re: [Qgis-user] Python Code to Clip Vector layers

2011-05-11 Thread Nathan Woodrow
Check out {QGIS install}\python\plugins\fTools\tools\doGeoprocessing.py The code for the built in clip tools are written in python, so you can just steal the code from there. - Nathan On Wed, May 11, 2011 at 9:06 AM, DelphineJB wrote: > I am new to Python programming and relatively new to QGIS