Opened 14 years ago

Closed 10 years ago

#1153 closed defect (fixed)

Problem with graduated point symbols

Reported by: abevan Owned by: grass-dev@…
Priority: normal Milestone: 7.0.0
Component: Display Version: svn-trunk
Keywords: d.vect.thematic Cc:
CPU: OSX/Intel Platform: MacOSX

Description

GRASS 7.0.svn (spearfish):~ > g.copy vect=archsites@PERMANENT,myarchsites
Copy vector <archsites@PERMANENT> to current mapset as <myarchsites>
GRASS 7.0.svn (spearfish):~ > v.build map=myarchsites
Building topology for vector map <myarchsites@user1>...
Registering primitives... 25 primitives registered 25 vertices registered Building areas...

100%

0 areas built 0 isles built Attaching islands... Attaching centroids...

100%

Number of nodes: 25 Number of primitives: 25 Number of points: 25 Number of lines: 0 Number of boundaries: 0 Number of centroids: 0 Number of areas: 0 Number of isles: 0
GRASS 7.0.svn (spearfish):~ > d.vect.thematic map=myarchsites type=point column=cat themetype=graduated_points themecalc=interval nint=5

Thematic map legend for column cat of map myarchsites Value range: 1.0 - 25.0 Mapped by 5 intervals of 4.8 Size/width Value
========== =====
Traceback (most recent call last):

File "/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/scripts/d.vect.thematic", line 1129, in <module>

main()

File "/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/scripts/d.vect.thematic", line 944, in main

if themetype == graduated_lines:

NameError: global name 'graduated_lines' is not defined
GRASS 7.0.svn (spearfish):~ >

Change History (1)

comment:1 by neteler, 10 years ago

Resolution: fixed
Status: newclosed

I have tested it (Linux), works ok now. Closing.

Note: See TracTickets for help on using tickets.