[GRASS-dev] [GRASS GIS] #2214: animator fails to render a second time
GRASS GIS
trac at osgeo.org
Mon Mar 10 19:05:13 PDT 2014
#2214: animator fails to render a second time
---------------------+------------------------------------------------------
Reporter: bhlevca | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: unspecified
Keywords: | Platform: Linux
Cpu: x86-64 |
---------------------+------------------------------------------------------
Comment(by bhlevca):
Replying to [comment:4 annakrat]:
I tried to replicate and I could not crash it anymore. I guess we'll have
to close this until I find what was I doing, because I was not dreaming
when I reported this.
Meanwhile I found that I cannot render two animations. I am using multiple
raster files and not space time raster I am unable to have two animation
in the list and render both. When I am trying to render the second one I
am getting :
{{{
"Inconsistent number of maps, please check input data."
}}}
looking in the code I see that only one animation is allowed in non-
temporal mode. Any reason for that? Thanks
{{{
if temporalMode == TemporalMode.NONTEMPORAL:
if len(mapCount) > 1:
raise GException(_("Inconsistent number of maps, please
check input data."))
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2214#comment:5>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list