diff python/moving.py @ 317:d280b881e860

added indicator min distance
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 12 Apr 2013 18:03:04 -0400
parents df58d361f19e
children 82a8fba99bec
line wrap: on
line diff
--- a/python/moving.py	Fri Apr 12 15:22:00 2013 -0400
+++ b/python/moving.py	Fri Apr 12 18:03:04 2013 -0400
@@ -540,6 +540,7 @@
         self.positions = positions
         self.geometry = geometry
         self.userType = userType
+        self.features = None
         # compute bounding polygon from trajectory
         
     def getObjectInTimeInterval(self, inter):