Hello,
A little patch for d.vect.thematic.py in trunk. It shows up if you use
d.vect.thematic themetype=graduated_points
It fixes 2 things. An unquoted string "graduated_lines". f_psmap not
being initialized although it is used line 1049. I moved the f_psmap
initialization before.
--
Pat
(attachments)
d.vect.thematic_init_f_psmap_quote_graduated_lines.diff (1.08 KB)
On 30/01/12 23:10, Patrice Dumas wrote:
Hello,
A little patch for d.vect.thematic.py in trunk. It shows up if you use
d.vect.thematic themetype=graduated_points
It fixes 2 things. An unquoted string "graduated_lines". f_psmap not
being initialized although it is used line 1049. I moved the f_psmap
initialization before.
Thanks, I'll apply it in SVN.
Moritz
On 31/01/12 11:24, Moritz Lennert wrote:
On 30/01/12 23:10, Patrice Dumas wrote:
Hello,
A little patch for d.vect.thematic.py in trunk. It shows up if you use
d.vect.thematic themetype=graduated_points
It fixes 2 things. An unquoted string "graduated_lines". f_psmap not
being initialized although it is used line 1049. I moved the f_psmap
initialization before.
Thanks, I'll apply it in SVN.
Done.
Moritz
On Tue, Jan 31, 2012 at 11:36:51AM +0100, Moritz Lennert wrote:
On 31/01/12 11:24, Moritz Lennert wrote:
>On 30/01/12 23:10, Patrice Dumas wrote:
>>Hello,
>>
>>A little patch for d.vect.thematic.py in trunk. It shows up if you use
>>d.vect.thematic themetype=graduated_points
>>
>>It fixes 2 things. An unquoted string "graduated_lines". f_psmap not
>>being initialized although it is used line 1049. I moved the f_psmap
>>initialization before.
>
>Thanks, I'll apply it in SVN.
Done.
Thanks !
--
Pat