#2519 closed defect (fixed)
KeyError: 'endcolor' in d.vect.thematic
Reported by: | jamesp670 | Owned by: | |
---|---|---|---|
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 , 10 years ago
Keywords: | d.vect.thematics added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 10 years ago
Keywords: | d.vect.thematic added; d.vect.thematics removed |
---|
Fixed in r63884.