Artem Pavlenko
|
ac8655aead
|
remove unused data members
|
2012-01-12 12:28:53 +00:00 |
|
Artem Pavlenko
|
d8f931c1c7
|
factor out common code to reduce duplication (shape_utils)
|
2012-01-12 12:18:50 +00:00 |
|
Artem Pavlenko
|
71d509a495
|
use boost::noncopyable
|
2012-01-12 10:11:01 +00:00 |
|
Artem Pavlenko
|
0dc71c9eda
|
upgrade shape.input to new feature impl
|
2012-01-12 10:04:08 +00:00 |
|
Dane Springmeyer
|
62a5e457f1
|
plugin code formatting based on emacs format in utils/format_source_files
|
2011-11-13 19:37:50 -08:00 |
|
kunitoki
|
d7f68cc8f5
|
- copyright fixes in shape plugin
|
2011-10-23 21:09:59 +02:00 |
|
Dane Springmeyer
|
7121f6269a
|
add row_limit option to shapefile driver to allow limiting the number of features rendered - closes #741
|
2011-08-26 07:02:36 +00:00 |
|
Dane Springmeyer
|
136a6de680
|
disable unused 'support' for shape type and shx
|
2011-05-19 21:31:25 +00:00 |
|
Artem Pavlenko
|
f811d096b5
|
+ consistent file naming, cleaups
|
2011-05-10 15:03:09 +00:00 |
|
Artem Pavlenko
|
47dc1e197b
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
|
Artem Pavlenko
|
e0d243dcec
|
1.Added support for building on Darwin (Xcode 2.4.1, gcc4.0.1).
Mainly taming gcc4.0.1 (anonymous enum bug)
2.Input plug-ins now have .input extension on all platforms
|
2007-03-16 10:11:37 +00:00 |
|
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 |
|
Artem Pavlenko
|
2d256166b4
|
Store text attributes as USC-2 encoded std::wstring
|
2007-02-14 19:54:39 +00:00 |
|
Artem Pavlenko
|
ed5bbe25fe
|
improved win32 support from Valery Moiseev.
|
2007-01-17 11:43:11 +00:00 |
|
Artem Pavlenko
|
992af4747d
|
1. move include to mapnik/include
2. update demos,bibdibgs etc.
|
2006-10-04 11:22:18 +00:00 |
|
Artem Pavlenko
|
61fd258fd1
|
changing licence from GPL to LGPL
|
2006-03-31 10:32:02 +00:00 |
|
Artem Pavlenko
|
ac2a286cde
|
added __declspec(dllexport) + general cleanup
|
2006-03-22 15:55:58 +00:00 |
|
Artem Pavlenko
|
d8dc53bcf4
|
new build system
|
2006-01-31 23:09:52 +00:00 |
|