Dane Springmeyer
|
ce9e44b5f2
|
plugin code formatting based on emacs format in utils/format_source_files
|
2011-11-13 19:37:50 -08:00 |
|
kunitoki
|
a7b67566b2
|
- modified coding style in shape plugin
|
2011-10-22 15:27:28 +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
|
17854e6c4f
|
shape: improve the error message when an invalid attribute is requested
|
2011-08-05 21:20:21 +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 |
|
Dane Springmeyer
|
4c07bc8447
|
avoid compiler warning in indexed shape reader
|
2010-09-14 15:43:02 +00:00 |
|
Artem Pavlenko
|
7776b8f4ae
|
+ make shape_io object a shape datasource member and re-use memmapped files
(todo : only implemented for indexed shape files atm)
|
2010-09-02 20:20:42 +00:00 |
|
Artem Pavlenko
|
47dc1e197b
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
|
Artem Pavlenko
|
a8859645b3
|
use memory mapped files for reading shape files
|
2008-02-04 11:12:32 +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 |
|