#1477: error running v.what.vect under Windows/Osgeo4w
-------------------------+--------------------------------------------------
 Reporter:  lutra        |       Owner:  grass-dev@…              
     Type:  defect       |      Status:  new                      
 Priority:  major        |   Milestone:  6.4.3                    
Component:  Vector       |     Version:  svn-trunk                
 Keywords:               |    Platform:  MSWindows 7              
      Cpu:  Unspecified  |  
-------------------------+--------------------------------------------------

Comment(by lutra):

 > Did v.what.vect changed since 6.4.1?

 Hi, can you please help me understand where is the problem? I made a few
 tests using the same dataset/vectors and using both the wxpyhton GUI and
 the QGIS/GRASS interface.


 GRASS 6.4.2, Windows wxpython -> '''works''', command is:


 {{{
 v.what.vect vector=pontos@mapset_agueda column=puppa
 qvector=freguesias@mapset_agueda qcolumn=NOME_ITA
 }}}


 GRASS 6.4.1, Windows wxpython -> '''works''', command is:

 {{{
 v.what.vect vector=pontos@mapset_agueda column=puppa
 qvector=freguesias@mapset_agueda qcolumn=NOME_ITA
 }}}


 GRASS 6.4.2, Windows QGIS/GRASS -> '''doesn't work''', command is:

 {{{
 v.what.vect vector=pontos@mapset_agueda =point layer=1 column=puppa
 qvector=freguesias@mapset_agueda =area layer=1 qcolumn=NOME_ITA
 }}}

 the culprit does not seems to be the "=area" or "=point", as issuing the
 following trough the QGIS/GRASS CLI it '''works'''

 {{{
 v.what.vect vector=pontos@mapset_agueda =point column=puppa
 qvector=freguesias@mapset_agueda =area qcolumn=NOME_ITA
 }}}


 GRASS 6.4.1, Linux QGIS/GRASS -> '''works''', command is:

 {{{
 v.what.vect vector=pontos@mapset_agueda =point layer=1 column=puppa
 qvector=freguesias@mapset_agueda =area layer=1 qcolumn=NOME_ITA
 }}}

 Thanks in advance

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1477#comment:5>
GRASS GIS <http://grass.osgeo.org>

_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to