Example #1
0
 def _set_map_date(self, datetimeobj):
     """Private method to change the Vector map date"""
     date_str = datetimeobj.strftime(self.date_fmt)
     libvect.Vect_set_map_date(self.c_mapinfo, ctypes.c_char_p(date_str))
Example #2
0
 def _set_map_date(self, datetimeobj):
     date_str = datetimeobj.strftime(self.date_fmt)
     libvect.Vect_set_map_date(self.c_mapinfo, ctypes.c_char_p(date_str))