Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#2519 closed defect (fixed)

KeyError: 'endcolor' in d.vect.thematic

Reported by: jamesp670 Owned by: grass-dev@…
Priority: normal Milestone: 7.0.0
Component: Vector Version: svn-releasebranch70
Keywords: d.vect.thematic Cc:
CPU: x86-64 Platform: Linux

Description

What I expect:

My d.vect.thematic command, reading

: GRASS 7.0.0svn (rlis-master-for-seven):/tmp > d.vect.thematic -f -s --verbose map=tract2010censusdp1_clipped_02@PERMANENT column=popden10 themetype=graduated_colors themecalc=custom_breaks breakpoints="0 500 1000 1500 2000 5000 10000 15000 20000 25000" colorscheme=green-red monitor=none -u

should work.

What I get:

: Traceback (most recent call last): : File "/opt/yum-packages-installed-on-the-head-node/tmp/local/grass-7.0.0svn/scripts/d.vect.thematic", line 1105, in <module> : main() : File "/opt/yum-packages-installed-on-the-head-node/tmp/local/grass-7.0.0svn/scripts/d.vect.thematic", line 237, in main : endcolor = optionsendcolor : KeyError: 'endcolor'

Change History (2)

comment:1 by martinl, 9 years ago

Keywords: d.vect.thematics added
Resolution: fixed
Status: newclosed

Fixed in r63884.

comment:2 by martinl, 9 years ago

Keywords: d.vect.thematic added; d.vect.thematics removed
Note: See TracTickets for help on using tickets.