Artem Pavlenko
|
e49fcb83b1
|
+ fix context init
+ cleanup
|
2012-01-20 11:07:29 -05:00 |
|
Artem Pavlenko
|
748adf8229
|
move building_symbolizer into separate hpp/cpp
|
2012-01-19 18:26:15 -05:00 |
|
Artem Pavlenko
|
9bb9a34323
|
Merge branch 'feature_impl' of github.com:mapnik/mapnik into feature_impl
|
2012-01-19 17:38:49 -05:00 |
|
Artem Pavlenko
|
a0557cc360
|
move context's typedef inside to avoid poluting global namespace
|
2012-01-19 17:36:27 -05:00 |
|
Artem Pavlenko
|
348548c8c9
|
add __getitem__(self, index)
|
2012-01-19 16:57:46 -05:00 |
|
Artem Pavlenko
|
0a29fc6df4
|
add method to access attribute values by index
|
2012-01-19 16:57:15 -05:00 |
|
Dane Springmeyer
|
5101ac8c3b
|
Merge branch 'feature_impl' of github.com:mapnik/mapnik into feature_impl
|
2012-01-19 16:34:38 -05:00 |
|
Dane Springmeyer
|
6845113fdb
|
update sqlite and osm datasources to new feature impl
|
2012-01-19 16:34:33 -05:00 |
|
Artem Pavlenko
|
cc9db7c7d3
|
Merge branch 'feature_impl' of github.com:mapnik/mapnik into feature_impl
|
2012-01-19 16:12:11 -05:00 |
|
Artem Pavlenko
|
f5e4df18a0
|
Merge branch 'master' into feature_impl
|
2012-01-19 16:11:03 -05:00 |
|
Dane Springmeyer
|
becbbdfc23
|
Merge branch 'master' of github.com:mapnik/mapnik into feature_impl
|
2012-01-19 12:58:13 -05:00 |
|
Artem Pavlenko
|
e7fdf1fa51
|
more files...
|
2012-01-19 12:57:34 -05:00 |
|
Dane Springmeyer
|
50a3c3edd3
|
Merge branch 'master' of github.com:mapnik/mapnik into feature_impl
|
2012-01-19 12:55:20 -05:00 |
|
Dane Springmeyer
|
c8ba832acb
|
update the ogr plugin to use new feature_impl
|
2012-01-19 12:55:07 -05:00 |
|
Artem Pavlenko
|
ed40291b88
|
+ add missing *.cpp file
|
2012-01-19 12:54:56 -05:00 |
|
Artem Pavlenko
|
2ca99696ac
|
+ add missing .cpp file
|
2012-01-19 12:52:58 -05:00 |
|
Artem Pavlenko
|
ab314b44a4
|
+ use mapnik::gamma_method_e for all symbolizers
+ fixes #1042 : avoid pushin duplcaite name into boost.python registry
|
2012-01-19 12:45:24 -05:00 |
|
Artem Pavlenko
|
5ebe4d4ea3
|
+ fix name
|
2012-01-19 11:08:07 -05:00 |
|
Artem Pavlenko
|
c486893339
|
Merge branch 'master' into feature_impl
|
2012-01-18 14:36:17 -05:00 |
|
Artem Pavlenko
|
71b21231b1
|
+ cleanup
+ add __getitem__ back
|
2012-01-18 14:34:22 -05:00 |
|
Artem Pavlenko
|
7ffb27d85c
|
output argb32 and rgb24 using pycairo
|
2012-01-18 10:39:10 -05:00 |
|
Artem Pavlenko
|
1fc70e01b0
|
Merge pull request #1037 from eightysteele/patch-1
Add links and some minor formatting cleanup.
|
2012-01-18 07:03:14 -08:00 |
|
Artem Pavlenko
|
d93d82a491
|
Merge branch 'master' into feature_impl
|
2012-01-18 09:40:55 -05:00 |
|
Artem Pavlenko
|
431b78d876
|
+ update colorizer call
|
2012-01-18 09:39:06 -05:00 |
|
Artem Pavlenko
|
034b270eb4
|
Merge pull request #1023 from tarnowsc/master
Making the gamma-method for polygon symbolizer
|
2012-01-18 06:35:54 -08:00 |
|
Artem Pavlenko
|
13dc6dacc9
|
add feature_type_style.cpp
|
2012-01-18 09:17:39 -05:00 |
|
Artem Pavlenko
|
7a5900972f
|
+ move feature_kv_iterotor into *.cpp to avoid cyclic deps
+ expose kv iterator directly on feature_impl
|
2012-01-18 09:15:52 -05:00 |
|
Artem Pavlenko
|
c02ec1aa4c
|
no need for boost::noncopyable in derived classes
|
2012-01-18 09:13:29 -05:00 |
|
Artem Pavlenko
|
d9984abadd
|
make mapnik::Feature base class noncopyable
|
2012-01-18 09:12:46 -05:00 |
|
Artem Pavlenko
|
d7d87644af
|
Merge branch 'master' into feature_impl
|
2012-01-18 07:48:57 -05:00 |
|
Aaron Steele
|
90896c5230
|
Remove parens from COPYING.
|
2012-01-18 00:45:40 -08:00 |
|
Aaron Steele
|
a6caf14ae1
|
Add links, minor formatting cleanup, and include Java in list of high-level bindings.
|
2012-01-18 00:41:10 -08:00 |
|
Dane Springmeyer
|
425f20fb68
|
ogr plugin: for geometry type inspection support older gdal/ogr versions - fixes compile on ubuntu oneiric
|
2012-01-17 18:43:01 -05:00 |
|
Artem Pavlenko
|
1124396e00
|
Merge branch 'feature_impl' of github.com:mapnik/mapnik into feature_impl
|
2012-01-17 17:58:34 -05:00 |
|
Artem Pavlenko
|
399b309da5
|
fix init order
|
2012-01-17 17:58:00 -05:00 |
|
Dane Springmeyer
|
b56c70ed4e
|
ignore the built hello world sample plugin
|
2012-01-17 17:48:30 -05:00 |
|
Dane Springmeyer
|
973128272f
|
merge master with feature_impl
|
2012-01-17 17:47:27 -05:00 |
|
Artem Pavlenko
|
92b13c78db
|
Merge remote-tracking branch 'origin/feature_impl' into feature_impl
|
2012-01-17 17:41:12 -05:00 |
|
Artem Pavlenko
|
5db0bbf291
|
feature_kv_iterator::value_type to python converter
|
2012-01-17 17:33:43 -05:00 |
|
Artem Pavlenko
|
50af2d8140
|
+ check index in valid range+
+ add size() and context() methods
|
2012-01-17 17:32:33 -05:00 |
|
Artem Pavlenko
|
436fc91c3e
|
Merge pull request #1021 from mapnik/geometry_type_descriptor
Add Geometry type descriptor
|
2012-01-17 11:31:24 -08:00 |
|
Dane Springmeyer
|
02758532b2
|
Merge branch 'feature_impl' of github.com:mapnik/mapnik into feature_impl
|
2012-01-17 14:22:30 -05:00 |
|
Dane Springmeyer
|
9cdb99ec0f
|
adapt occi, geos, and kismet plugins to new feature impl
|
2012-01-17 14:22:21 -05:00 |
|
Artem Pavlenko
|
b8f800eae1
|
update to work with new feature_impl
|
2012-01-17 14:19:38 -05:00 |
|
Artem Pavlenko
|
78ffbe68cb
|
re-enable colorizer support
|
2012-01-17 14:16:03 -05:00 |
|
Artem Pavlenko
|
df0a898775
|
Merge branch 'feature_impl' of github.com:mapnik/mapnik into feature_impl
|
2012-01-17 14:00:54 -05:00 |
|
Artem Pavlenko
|
48fb4e675b
|
+ update to new feature_impl
|
2012-01-17 13:41:37 -05:00 |
|
Dane Springmeyer
|
9aae4e1d95
|
update csv plugin to use new feature interface
|
2012-01-17 13:34:08 -05:00 |
|
Dane Springmeyer
|
afc969db42
|
add issue # to code comments
|
2012-01-17 13:33:35 -05:00 |
|
Artem Pavlenko
|
b89aee13fd
|
update to use new feature_impl interface
|
2012-01-17 13:33:01 -05:00 |
|