mapnik/plugins/input/shape
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
..
dbf_test.cpp changing licence from GPL to LGPL 2006-03-31 10:32:02 +00:00
dbffile.cpp Store text attributes as USC-2 encoded std::wstring 2007-02-14 19:54:39 +00:00
dbffile.hpp Store text attributes as USC-2 encoded std::wstring 2007-02-14 19:54:39 +00:00
SConscript Added DESTDIR option which is used as an additional prefix for the purposes of 2006-12-17 12:05:47 +00:00
shape.cpp fixed missing 'encoding' parameter: 2007-02-14 21:55:04 +00:00
shape.hpp improved win32 support from Valery Moiseev. 2007-01-17 11:43:11 +00:00
shape_featureset.cpp fixed missing 'encoding' parameter: 2007-02-14 21:55:04 +00:00
shape_featureset.hpp fixed missing 'encoding' parameter: 2007-02-14 21:55:04 +00:00
shape_index_featureset.cpp fixed missing 'encoding' parameter: 2007-02-14 21:55:04 +00:00
shape_index_featureset.hpp fixed missing 'encoding' parameter: 2007-02-14 21:55:04 +00:00
shape_io.cpp changing licence from GPL to LGPL 2006-03-31 10:32:02 +00:00
shape_io.hpp changing licence from GPL to LGPL 2006-03-31 10:32:02 +00:00
shapefile.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
shapefile.hpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
shp_index.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
shp_index.hpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00