Issue #666 fix for ncep metars to share correctly in collaboration session

Change-Id: I829eea313b5870d3df551f9b5224d178528412ae

Former-commit-id: f1a37857b6 [formerly ad2c9b5d3b] [formerly 0b6b48222c [formerly b4de13af62ea179577e9dc799c3174d4ce7bd21b]]
Former-commit-id: 0b6b48222c
Former-commit-id: 04254cada4
This commit is contained in:
Nate Jensen 2012-07-03 13:38:31 -05:00
parent 64e74e9c11
commit e634eaf84b

View file

@ -884,6 +884,7 @@ public class PlotResource2 extends AbstractNatlCntrsResource<PlotResourceData, M
if( generator != null ) {
generator.shutdown();
}
initialized = false;
}
protected AbstractFrameData createNewFrame( DataTime frameTime, int timeInt ) {