Artem Pavlenko
73bd1ab83e
fixed missing 'encoding' parameter:
>>> from mapnik import *
>>> ds = Shapefile(file='./demo/data/boundaries',encoding='latin1')
>>> pt = ds.envelope().center()
>>> print ds.describe()
>>> for f in ds.features_at_point(pt):
>>> print f.properties['NOM_FR'].unicode()
>>> print f.properties['NOM_FR'].__str__()
2007-02-14 21:55:04 +00:00
..
2006-03-31 10:32:02 +00:00
2007-02-14 19:54:39 +00:00
2007-02-14 19:54:39 +00:00
2006-12-17 12:05:47 +00:00
2007-02-14 21:55:04 +00:00
2007-02-14 21:55:04 +00:00
2007-02-14 21:55:04 +00:00
2007-02-14 21:55:04 +00:00
2006-03-31 10:32:02 +00:00
2006-03-31 10:32:02 +00:00
2007-02-14 21:55:04 +00:00
2007-01-17 11:43:11 +00:00
2006-10-04 11:22:18 +00:00
2006-10-04 11:22:18 +00:00
2006-10-04 11:22:18 +00:00
2006-10-04 11:22:18 +00:00