Re: [Qgis-user] How to Connect the last vertex with the line one

2010-06-27 Thread Giovanni Manghi
enter the projtect properties and enable the topological editing and
then set the snapping options,




On Mon, 2010-06-28 at 00:49 +0700, herman palaquium wrote:
 hi
 
 anybody help me ... show me the way for join line with the last  
 vertex, in order to, precisi position after zoom out
 
 herman
 ___
 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] Value Tool

2010-06-27 Thread Giovanni Manghi
Hi all,

I think I found a small consequence of the new value tool plugin:

when a GRASS raster is added the zoom in/out tool works fine only if
clicking in one point. If you try to drag a rectangle to define a zoom
area it seems is not working (or at least is very slow to draw the zoom
rectangle).

cheers!

-- Giovanni --


On Sun, 2010-06-13 at 20:41 +0100, ALT SHN wrote:
 Works fine with me to!
 
 Thank you!!! It's of great help to me!
 
 2010/6/13 Giovanni Manghi giovanni.man...@gmail.com
 It works like a charm,
 amazing, thanks Jürgen!
 
 cheers
 
 -- Giovanni --
 
 
  The attached patch adds support for GRASS rasters to the
 valuetool.
 
  Jürgen
 
 
 
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 
 
 
 
 -- 
 ---
 Associação Leonel Trindade
 SOCIEDADE DE HISTÓRIA NATURAL
 
 Apartado 25 2564-909 Torres Vedras Portugal
 Sede e Biblioteca: rua Cavaleiros da Espora Dourada, 27A 2560 Torres
 Vedras
 
 Laboratório de Paleontologia e Paleoecologia: Polígono Industrial do
 Alto do Ameal 2565-641 Ramalhal
 http://alt-shn.blogspot.com
 www.alt-shn.org

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


[Qgis-user] update string attributes in shapefile with field calculator

2010-06-27 Thread maning sambale
I know this is easy in GRASS and postgis data.  The thing is, I want
to do this in a shapefile using the fielad calculator.

 Basically,
if columnA = Some string , assign another string to columnB.


Any ideas?
-- 
cheers,
maning
--
Freedom is still the most radical idea of all -N.Branden
wiki: http://esambale.wikispaces.com/
blog: http://epsg4253.wordpress.com/
--
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] update string attributes in shapefile with field calculator

2010-06-27 Thread Micha Silver

On 28/06/2010 07:15, maning sambale wrote:

I know this is easy in GRASS and postgis data.  The thing is, I want
to do this in a shapefile using the fielad calculator.

  Basically,
if columnA = Some string , assign another string to columnB.


Any ideas?
   
In two steps: First select the rows with ColumnA=Some String. Then 
using the field calculation, tick the ckeckbox Only update selected  
then enter 'another string' (single quotes) in the calculator expression 
window.


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