[Qgis-user] Re: home range plugin + R on the OSGeo Live DVD 5.0?

2011-11-29 Thread Hamish
Hamish:
> > But where is the Home Range plugin? I can't find it on the list.
> > 
> > QGIS -> Plugins menu -> Fetch python plugins ...
> > [connects to server, brings up a list of 20-30 plugins, all installed
> > except for 'Zoom to Point']
> > filtering on "home" results in 0 hits.
> > the repository I'm connected to is pyqgis.org/repo/official

Alex wrote:
> Add 3rd party repos, I think Home Range is from the Faunalia repo.

bingo, got it. thanks. (suggest to add that to the HR wiki instructions)


It starts ok if I click on the cheese icon on the qgis toolbar, but
strangely if I mouse over the menu item in the Plugin menu my X11 freezes
for 10-20 seconds. I'm doing funny things with multiple layers of
tunneled X and headless VMs, so it is quite possibly just me.


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


[Qgis-user] Re: [Qgis-developer] Critical problems with 1.7.2 from ubuntu binaries

2011-11-29 Thread Niccolo Rigacci
On Tue, Nov 29, 2011 at 07:12:24AM +0100, Agustin Lobo wrote:
> After updating to 1.7.2 in ubuntu 10.4 LTS using the
> ubuntugis-unstable repo, the CRS cannot be set:
> "Could not open CRS database /resources/srs.dbError(14): unable to
> open database file!


I got a similar problem with a self-make Debian package: it was a 
package not correctly updated (strange enough it was 
qgis-plugin-grass, if I remember well).

I removed the stale old package and reinstalled the new one to 
fix.

Check what you have with: dpkg --list | grep qgis

-- 
Niccolo Rigacci
Firenze - Italy
Tel. ufficio: 055-0118525
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Re: home range plugin + R on the OSGeo Live DVD 5.0?

2011-11-29 Thread Anne Ghisla
On Tue, 29 Nov 2011 00:29:23 -0800 (PST)
Hamish  wrote:

> Hamish:
> > > But where is the Home Range plugin? I can't find it on the list.
> > > 
> > > QGIS -> Plugins menu -> Fetch python plugins ...
> > > [connects to server, brings up a list of 20-30 plugins, all
> > > installed except for 'Zoom to Point']
> > > filtering on "home" results in 0 hits.
> > > the repository I'm connected to is pyqgis.org/repo/official
> 
> Alex wrote:
> > Add 3rd party repos, I think Home Range is from the Faunalia repo.
> 
> bingo, got it. thanks. (suggest to add that to the HR wiki
> instructions)

Thanks Alex for the suggestion! You were right, until a year ago it was
in Faunalia repository, now it's in user-contributed repository.
I added more tips for installation on the wiki page:

http://hub.qgis.org/wiki/quantum-gis/HomeRange_plugin

> It starts ok if I click on the cheese icon on the qgis toolbar, but
> strangely if I mouse over the menu item in the Plugin menu my X11
> freezes for 10-20 seconds. I'm doing funny things with multiple
> layers of tunneled X and headless VMs, so it is quite possibly just
> me.

> thanks,
> Hamish

best,
Anne
-- 
http://gis.cri.fmach.it/ghisla/


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


Re: [Qgis-user] Scale bar on degrees with project CRS on ED50 UTM31

2011-11-29 Thread Giovanni Manghi
It is a known issue in 1.7.2. It was already fixed in master/trunk and
the fix should be backported to next release.

cheers

-- Giovanni --

On Tue, 2011-11-29 at 15:17 +0800, Ramon Andiñach wrote:
> Oh look, I just had that happen on an osgeo install. 
> 
> -ramon.
> 
> On 29/11/2011, at 14:51, Agustin Lobo  wrote:
> 
> > Using 1.7.2, the scale bar is on degrees while project and
> > layer CRS are projected. See screenshot here:
> > https://sites.google.com/site/filestemp2/home/scalebar.jpeg?attredirects=0
> > 
> > Agus
> > ___
> > 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


Re: [Qgis-user] Re: [Qgis-developer] Critical problems with 1.7.2 from ubuntu binaries

2011-11-29 Thread Agustin Lobo
Just solved the same problem on a machine running ubuntu 11.04 by
reinstalling all components and
reproduced the problem by installing on another machine with ubuntu
10.04 . Running qgis from the command line I get:

alobo@delia:~$ qgis
Warning: loading of qgis translation failed [/usr/share/qgis/i18n//qgis_en_US]
Warning: loading of qt translation failed [/usr/share/qt4/translations/qt_en_US]
Warning: Couldn't load Python support library: Cannot load library
/lib/qgispython: (/lib/libqgispython.so: cannot open shared object
file: No such file or directory)

I assume the problem will be solved by reinstalling all components on
this computer as well, but I can hold on for a while in case
anyone is interested on me running a test to identify the component
actually producing the problem.
I remind that I'm installing from ubuntugis-unstable in all cases.

Agus

2011/11/29 Niccolo Rigacci :
> On Tue, Nov 29, 2011 at 07:12:24AM +0100, Agustin Lobo wrote:
>> After updating to 1.7.2 in ubuntu 10.4 LTS using the
>> ubuntugis-unstable repo, the CRS cannot be set:
>> "Could not open CRS database /resources/srs.dbError(14): unable to
>> open database file!
>
>
> I got a similar problem with a self-make Debian package: it was a
> package not correctly updated (strange enough it was
> qgis-plugin-grass, if I remember well).
>
> I removed the stale old package and reinstalled the new one to
> fix.
>
> Check what you have with: dpkg --list | grep qgis
>
> --
> Niccolo Rigacci
> Firenze - Italy
> Tel. ufficio: 055-0118525
> ___
> 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] graduated symbols for point layers

2011-11-29 Thread Giovanni Manghi
On Tue, 2011-11-29 at 09:59 +0200, Micha Silver wrote:
> Another problem I notice, perhaps related to the same issue:
> If I first define a query on a layer, so that only a subset of a
> certain layer is displayed, then the "Categorized" symbology doesn't
> work- Click on "Classify" does nothing.
> If I do in reverse: first set up categorized symbology, then define
> the display query it works as expected. 

Here works fine both ways.

cheers

-- Giovanni --

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


Re: [Qgis-user] graduated symbols for point layers

2011-11-29 Thread Micha Silver

  
  
On 29/11/2011 11:29, Giovanni Manghi wrote:

  On Tue, 2011-11-29 at 09:59 +0200, Micha Silver wrote:

  
Another problem I notice, perhaps related to the same issue:
If I first define a query on a layer, so that only a subset of a
certain layer is displayed, then the "Categorized" symbology doesn't
work- Click on "Classify" does nothing.
If I do in reverse: first set up categorized symbology, then define
the display query it works as expected. 

  
  
Here works fine both ways.



Hi Giovanni:

Thanks for the quick test. Here's what I see:

* On Unbuntu 10.04, QGIS 1.7.2    I get the above problem. Query
first, then Classify doesn't work - no reponse to the Classify
button
* On OSGeo Live 5.0 ... same problem
* On Windows 7, OSGeo installer v. 1.7.1  same problem
* On Scientific Linux 6.1 with _self compiled 1.7.0_ the above
problem does *not* happen. I can query first, then classify, or the
other way. 
* WinXP with OSGeo 1.7.2 ... same problem

I don't know if it's relevant, but all the above were with layers in
Spatialite.
-- 
Micha



  
cheers

-- Giovanni --


This mail was received via Mail-SeCure System.






  

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


Re: [Qgis-user] graduated symbols for point layers

2011-11-29 Thread Giovanni Manghi

> I don't know if it's relevant, but all the above were with layers in
> Spatialite.


you are right, with a SL layer it doesn't work both ways. I'll file a
ticket.

cheers

-- Giovanni --

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


Re: [Qgis-user] Re: [Qgis-developer] Critical problems with 1.7.2 from ubuntu binaries

2011-11-29 Thread Noli Sicad
> reproduced the problem by installing on another machine with ubuntu
> 10.04 . Running qgis from the command line I get:
>
> alobo@delia:~$ qgis
> Warning: loading of qgis translation failed
> [/usr/share/qgis/i18n//qgis_en_US]
> Warning: loading of qt translation failed
> [/usr/share/qt4/translations/qt_en_US]
> Warning: Couldn't load Python support library: Cannot load library
> /lib/qgispython: (/lib/libqgispython.so: cannot open shared object
> file: No such file or directory)

In ubuntu 10.04 Lucid, you have to install

- python-qgis 1.7.2~Lucid1
- python-qgis-common 1.7.2-1~Lucid1

If you upgrade from other version (e.g. 1.7.0), you have to remove
first the old version then install 1.7.2.

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


Re: [Qgis-user] Re: [Qgis-developer] Critical problems with 1.7.2 from ubuntu binaries

2011-11-29 Thread Agustin Lobo
I do have

> - python-qgis 1.7.2~Lucid1
> - python-qgis-common 1.7.2-1~Lucid1

but have some other  <1.7.2 leftovers:

alobo@delia:~$ dpkg --list | grep qgis
rc  libqgis1.4.0  1.4.0-2~lucid8
   Quantum GIS - shared libraries
rc  libqgis1.5.0  1.5.0-2~lucid2
   Quantum GIS - shared libraries
rc  libqgis1.6.0  1.6.0-4~lucid1
   Quantum GIS - shared libraries
rc  libqgis1.7.0  1.7.0~lucid1
   Quantum GIS - shared libraries
ii  libqgis1.7.1  1.7.1-1~lucid1
   Quantum GIS - shared libraries
ii  libqgis1.7.2  1.7.2-1~lucid1
   Quantum GIS - shared libraries
ii  python-qgis   1.7.2-1~lucid1
   Python bindings to Quantum GIS
ii  python-qgis-common1.7.2-1~lucid1
   Python bindings to Quantum GIS -
architectur
ii  qgis  1.7.2-1~lucid1
   Geographic Information System (GIS)
ii  qgis-api-doc  1.7.2-1~lucid1
   Quantum GIS API documentation
ii  qgis-common   1.7.2-1~lucid1
   Quantum GIS - architecture-independent data
ii  qgis-mapserver1.7.2-1~lucid1
   Quantum GIS mapserver
ii  qgis-plugin-grass 1.7.2-1~lucid1
   GRASS plugin for Quantum GIS
ii  qgis-plugin-grass-common  1.7.2-1~lucid1
   GRASS plugin for Quantum GIS -
architecture-
ii  qgis-providers1.7.2-1~lucid1
   collection of data providers to Quantum GIS
ii  qgis-providers-common 1.7.2-1~lucid1
   collection of data providers to Quantum GIS
rc  qgis-sqlanywhere1.7.0 1.7.0~lucid1
   Quantum GIS sql anywhere plugin and
provider
ii  qgis-sqlanywhere1.7.1 1.7.1-1~lucid1
   Quantum GIS sql anywhere plugin and
provider

and the problem is solved by uninstalling just:

qgis-sqlanywhere1.7.0
(even not having to install qgis-sqlanywhere1.7.1)

Anything else that would be more hygienic to remove?

Thanks,

Agus

2011/11/29 Noli Sicad :
>> reproduced the problem by installing on another machine with ubuntu
>> 10.04 . Running qgis from the command line I get:
>>
>> alobo@delia:~$ qgis
>> Warning: loading of qgis translation failed
>> [/usr/share/qgis/i18n//qgis_en_US]
>> Warning: loading of qt translation failed
>> [/usr/share/qt4/translations/qt_en_US]
>> Warning: Couldn't load Python support library: Cannot load library
>> /lib/qgispython: (/lib/libqgispython.so: cannot open shared object
>> file: No such file or directory)
>
> In ubuntu 10.04 Lucid, you have to install
>
> - python-qgis 1.7.2~Lucid1
> - python-qgis-common 1.7.2-1~Lucid1
>
> If you upgrade from other version (e.g. 1.7.0), you have to remove
> first the old version then install 1.7.2.
>
> Noli
> ___
> Qgis-developer mailing list
> qgis-develo...@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


RE: [Qgis-user] Scale bar on degrees with project CRS on ED50 UTM31

2011-11-29 Thread Gerardo Jimenez

The same happened to me in a win stadnallone install on xp, vista and 7 and 
ubuntu. Main thing, scale bar seem not to work well on 1.72. Nevertheless, I 
check if I coul use the measure tool and make a reprojection of som layers in 
UTM wgs84  14N and both procedures work ok. Then, Qgis recognizes my  CRS, but 
the scale bar does not work. I get around this by getting rid off the scale 
bar. Not a total solution but it works. and the only thing is to get use to 
work without the scale bar in the data frame.

Hope it helps

Gerardo Jiménez Delgado
Instituto de Investigaciones Antropológicas
Universidad Nacional Autónoma de México
Ciudad Universitaria s/n
Coyoacan 04510
Mexico City
Mexico

56 22 95 16

> Date: Tue, 29 Nov 2011 07:51:27 +0100
> From: alobolis...@gmail.com
> To: qgis-user@lists.osgeo.org
> Subject: [Qgis-user] Scale bar on degrees with project CRS on ED50 UTM31
> 
> Using 1.7.2, the scale bar is on degrees while project and
> layer CRS are projected. See screenshot here:
> https://sites.google.com/site/filestemp2/home/scalebar.jpeg?attredirects=0
> 
> Agus
> ___
> 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] Scale bar on degrees with project CRS on ED50 UTM31

2011-11-29 Thread Otto Dassau
Hi,

you could try to set Layer Units in menu Settings -> Project Properties ->
General tab to Meters. Usually this should be done automatically, based on
the units of the CRS you select. Maybe that doesn't work?

Regards
Otto 

Am Tue, 29 Nov 2011 09:13:48 -0500
schrieb Gerardo Jimenez :

> 
> The same happened to me in a win stadnallone install on xp, vista and 7
> and ubuntu. Main thing, scale bar seem not to work well on 1.72.
> Nevertheless, I check if I coul use the measure tool and make a
> reprojection of som layers in UTM wgs84  14N and both procedures work ok.
> Then, Qgis recognizes my  CRS, but the scale bar does not work. I get
> around this by getting rid off the scale bar. Not a total solution but it
> works. and the only thing is to get use to work without the scale bar in
> the data frame.
> 
> Hope it helps
> 
> Gerardo Jiménez Delgado
> Instituto de Investigaciones Antropológicas
> Universidad Nacional Autónoma de México
> Ciudad Universitaria s/n
> Coyoacan 04510
> Mexico City
> Mexico
> 
> 56 22 95 16
> 
> > Date: Tue, 29 Nov 2011 07:51:27 +0100
> > From: alobolis...@gmail.com
> > To: qgis-user@lists.osgeo.org
> > Subject: [Qgis-user] Scale bar on degrees with project CRS on ED50 UTM31
> > 
> > Using 1.7.2, the scale bar is on degrees while project and
> > layer CRS are projected. See screenshot here:
> > https://sites.google.com/site/filestemp2/home/scalebar.jpeg?attredirects=0
> > 
> > Agus
> > ___
> > 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] Scale bar on degrees with project CRS on ED50 UTM31

2011-11-29 Thread Agustin Lobo
It works here (on ubuntu). It seems the only bug is just that the
units are not automatically set to
the units of the CRS.
Agus

2011/11/29 Otto Dassau :
> Hi,
>
> you could try to set Layer Units in menu Settings -> Project Properties ->
> General tab to Meters. Usually this should be done automatically, based on
> the units of the CRS you select. Maybe that doesn't work?
>
> Regards
> Otto
>
> Am Tue, 29 Nov 2011 09:13:48 -0500
> schrieb Gerardo Jimenez :
>
>>
>> The same happened to me in a win stadnallone install on xp, vista and 7
>> and ubuntu. Main thing, scale bar seem not to work well on 1.72.
>> Nevertheless, I check if I coul use the measure tool and make a
>> reprojection of som layers in UTM wgs84  14N and both procedures work ok.
>> Then, Qgis recognizes my  CRS, but the scale bar does not work. I get
>> around this by getting rid off the scale bar. Not a total solution but it
>> works. and the only thing is to get use to work without the scale bar in
>> the data frame.
>>
>> Hope it helps
>>
>> Gerardo Jiménez Delgado
>> Instituto de Investigaciones Antropológicas
>> Universidad Nacional Autónoma de México
>> Ciudad Universitaria s/n
>> Coyoacan 04510
>> Mexico City
>> Mexico
>>
>> 56 22 95 16
>>
>> > Date: Tue, 29 Nov 2011 07:51:27 +0100
>> > From: alobolis...@gmail.com
>> > To: qgis-user@lists.osgeo.org
>> > Subject: [Qgis-user] Scale bar on degrees with project CRS on ED50 UTM31
>> >
>> > Using 1.7.2, the scale bar is on degrees while project and
>> > layer CRS are projected. See screenshot here:
>> > https://sites.google.com/site/filestemp2/home/scalebar.jpeg?attredirects=0
>> >
>> > Agus
>> > ___
>> > 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


Re: [Qgis-user] Import and open DBF tables in QGIS

2011-11-29 Thread Giovanni Manghi
On Tue, 2011-11-29 at 15:54 +, Timmie wrote:
> Hello,
> is it possible top open DBF tables in QGIS that contain 
> or not contain spatial data?

you can, just use the "add vector layer" dialog.

cheers

-- Giovanni --

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


[Qgis-user] Re: Import and open DBF tables in QGIS

2011-11-29 Thread Timmie
Giovanni Manghi  writes:

> 
> On Tue, 2011-11-29 at 15:54 +, Timmie wrote:
> > Hello,
> > is it possible top open DBF tables in QGIS that contain 
> > or not contain spatial data?
> 
> you can, just use the "add vector layer" dialog.
Thank you. That worked.

But how do I convert data in the DBF into a point layer based on lat/lon 
columns?

Thanks in advnace,
Timmie

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


Re: [Qgis-user] Re: Import and open DBF tables in QGIS

2011-11-29 Thread Giovanni Manghi

> But how do I convert data in the DBF into a point layer based on lat/lon 
> columns?


save the file as .csv then use the "add delimited text layer" tool.

cheers

-- Giovanni --

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


Re: [Qgis-user] Re: Import and open DBF tables in QGIS

2011-11-29 Thread Carson Farmer
Timmie,
> But how do I convert data in the DBF into a point layer based on lat/lon 
> columns?
That will more than likely require you to convert your dbf to a csv
file and import it that way using the delimited text plugin...

Carson




-- 
Dr. Carson J. Q. Farmer
National Centre for Geocomputation (NCG)
National University of Ireland, Maynooth (NUIM)
Maynooth, Co. Kildare, Ireland

Centre for GeoInformatics (CGI)
School of Geography and Geosciences
University of St Andrews
St Andrews, Scotland, UK
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


RE: [Qgis-user] Scale bar on degrees with project CRS on ED50 UTM31

2011-11-29 Thread Gerardo Jimenez

Works on windows too!!! Thanks for the advice!

Gerardo Jiménez Delgado
Instituto de Investigaciones Antropológicas
Universidad Nacional Autónoma de México
Ciudad Universitaria s/n
Coyoacan 04510
Mexico City
Mexico

56 22 95 16

> Date: Tue, 29 Nov 2011 15:33:17 +0100
> Subject: Re: [Qgis-user] Scale bar on degrees with project CRS on ED50 UTM31
> From: alobolis...@gmail.com
> To: das...@gbd-consult.de
> CC: qgis-user@lists.osgeo.org
> 
> It works here (on ubuntu). It seems the only bug is just that the
> units are not automatically set to
> the units of the CRS.
> Agus
> 
> 2011/11/29 Otto Dassau :
> > Hi,
> >
> > you could try to set Layer Units in menu Settings -> Project Properties ->
> > General tab to Meters. Usually this should be done automatically, based on
> > the units of the CRS you select. Maybe that doesn't work?
> >
> > Regards
> > Otto
> >
> > Am Tue, 29 Nov 2011 09:13:48 -0500
> > schrieb Gerardo Jimenez :
> >
> >>
> >> The same happened to me in a win stadnallone install on xp, vista and 7
> >> and ubuntu. Main thing, scale bar seem not to work well on 1.72.
> >> Nevertheless, I check if I coul use the measure tool and make a
> >> reprojection of som layers in UTM wgs84  14N and both procedures work ok.
> >> Then, Qgis recognizes my  CRS, but the scale bar does not work. I get
> >> around this by getting rid off the scale bar. Not a total solution but it
> >> works. and the only thing is to get use to work without the scale bar in
> >> the data frame.
> >>
> >> Hope it helps
> >>
> >> Gerardo Jiménez Delgado
> >> Instituto de Investigaciones Antropológicas
> >> Universidad Nacional Autónoma de México
> >> Ciudad Universitaria s/n
> >> Coyoacan 04510
> >> Mexico City
> >> Mexico
> >>
> >> 56 22 95 16
> >>
> >> > Date: Tue, 29 Nov 2011 07:51:27 +0100
> >> > From: alobolis...@gmail.com
> >> > To: qgis-user@lists.osgeo.org
> >> > Subject: [Qgis-user] Scale bar on degrees with project CRS on ED50 UTM31
> >> >
> >> > Using 1.7.2, the scale bar is on degrees while project and
> >> > layer CRS are projected. See screenshot here:
> >> > https://sites.google.com/site/filestemp2/home/scalebar.jpeg?attredirects=0
> >> >
> >> > Agus
> >> > ___
> >> > 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
  ___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Re: Import and open DBF tables in QGIS

2011-11-29 Thread Richard Duivenvoorde
On 2011-11-29 17:04, Timmie wrote:
>> you can, just use the "add vector layer" dialog.
> Thank you. That worked.
> 
> But how do I convert data in the DBF into a point layer based on lat/lon 
> columns?

You can try the XYtool-plugin. It is actually a plugin to fill x,y
columns in a dbf by clicking in a map, but in the menu of the plugin
there is the option to 'save as shapefile'. Doing this, you will be
asked which are the x and y column, and a name for the shapefile.
The shapefile is not immediatly loaded, you have to open it to see it.

Regards,

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


Re: AW: [Qgis-user] Re: Mapbooks with Easyprint

2011-11-29 Thread Giovanni Manghi
Hi,


> I have noticed in EasyPrint the problem that existed some 
> time ago in the composer ( http://hub.qgis.org/issues/3028 ), 
> when the box "Print as raster" is not checked. 
> Here is a screenshot that shows this problem. 
> 
> http://dl.dropbox.com/u/5772257/qgis/easyprint_problem.jpg 
> 
> I've made tests on Windows 7 with QGIS 1.7.2 and QGIS-dev (1.9.90-6) from 
> osgeo4w.
> 
> With the option "Print as raster" selected, everything works fine.
> 
> Someone confirms?


I can confirm the shift under Windows (but not under Linux) when
creating a mapbook without the option "print as raster" and only when
one ore more rasters maps are in the project.

cheers

-- Giovanni --

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


[Qgis-user] Polygons imported into grass to clean up do not retain attributes

2011-11-29 Thread Cao Minh Tu

Hello every body,

I am facing a problem: the overlapping polygons I imported into GRASS 
for cleaning up do not retain their atrributes (every old attributes 
were cleared, in the newly created grass layer, there is only one "cat" 
attribute generated automatically by GRASS). I have done the previous 
action successfully in QGIS before but this time it doesn't work. Any 
idea about how to solve it?

I am using QGIS 1.7.2 on Windows.

Please be patient with me because I am a newbie in GIS.
Thanks for reading and sorry for any mistake in English since I am not a 
native English speaker.

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