Skip to content

Commit f56b7e8

Browse files
author
akeddy
committed
fixed sequence in show spread
1 parent 3f7ba1c commit f56b7e8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

plugins/ShowSpread/ShowSpread.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,7 @@ def DisplayTemporal( self, locData, field, startData, stopData ):
681681

682682
for fieldData in filteredData:
683683
loc = GenGIS.layerTree.GetLocationLayer(key)
684-
685-
locDate = self.dateStrToDate(loc.GetController().GetData()[field])
684+
locDate = self.dateStrToDate(fieldData)
686685
id = loc.GetController().GetId()
687686
if id in numCases:
688687
numCases[id] = numCases[id] + 1

0 commit comments

Comments
 (0)