#1791: gui modeler: cannot load file with r.mapcalc expression containing '&&'
operator
-------------------------+--------------------------------------------------
 Reporter:  mlennert     |       Owner:  grass-dev@…              
     Type:  defect       |      Status:  new                      
 Priority:  normal       |   Milestone:  6.4.3                    
Component:  wxGUI        |     Version:  unspecified              
 Keywords:  modeler      |    Platform:  Unspecified              
      Cpu:  Unspecified  |  
-------------------------+--------------------------------------------------
 I have a model in which I use r.mapcalculator with the '&&' operator:



 {{{
 <parameter name="formula">
     <value>if(A==0 && B&gt; 4, 1, A)</value>
 </parameter>
 }}}



 After saving the model to a file, I cannot load it back into the modeler.
 Instead I get the following error:


 {{{
 self._parser.Parse(data, 0)
 xml.parsers.expat
 .
 ExpatError
 :
 not well-formed (invalid token): line 46, column 32
 }}}

 Moritz

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1791>
GRASS GIS <http://grass.osgeo.org>

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

Reply via email to