Commit graph

3890 commits

Author SHA1 Message Date
Artem Pavlenko
663b4adfa2 feature_impl : add get paths by const reference method
python : fix helper functions declarations
2012-01-23 14:22:14 +00:00
Artem Pavlenko
b89f5cbbbc update pdsql2sqlite to new feature_impl 2012-01-23 08:40:16 +00:00
Artem Pavlenko
4f48cce42e push column names into context_type 2012-01-23 08:39:22 +00:00
Artem Pavlenko
747597d7ed Merge branch 'feature_impl' of github.com:mapnik/mapnik into feature_impl 2012-01-20 13:08:21 -05:00
Artem Pavlenko
54941d2893 + refactor attribute validating
+ fix context in feature_at_point
2012-01-20 12:29:17 -05:00
Artem Pavlenko
07a1b420cc + refactor attribute validating
+ fix context in feature_at_point
2012-01-20 12:29:17 -05:00
Artem Pavlenko
1f98e0ce4e + fix context init
+ cleanup
2012-01-20 11:07:29 -05:00
Artem Pavlenko
e49fcb83b1 + fix context init
+ cleanup
2012-01-20 11:07:29 -05:00
Artem Pavlenko
bae5bd292f move building_symbolizer into separate hpp/cpp 2012-01-19 18:26:15 -05:00
Artem Pavlenko
748adf8229 move building_symbolizer into separate hpp/cpp 2012-01-19 18:26:15 -05:00
Artem Pavlenko
6d6f213c8f Merge branch 'feature_impl' of github.com:mapnik/mapnik into feature_impl 2012-01-19 17:38:49 -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
7601095e24 move context's typedef inside to avoid poluting global namespace 2012-01-19 17:36:27 -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
3e016f52e7 add __getitem__(self, index) 2012-01-19 16:57:46 -05:00
Artem Pavlenko
348548c8c9 add __getitem__(self, index) 2012-01-19 16:57:46 -05:00
Artem Pavlenko
29e8bcc47c add method to access attribute values by index 2012-01-19 16:57:15 -05:00
Artem Pavlenko
0a29fc6df4 add method to access attribute values by index 2012-01-19 16:57:15 -05:00
Dane Springmeyer
06973ddbe2 Merge branch 'feature_impl' of github.com:mapnik/mapnik into feature_impl 2012-01-19 16:34:38 -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
9097ea0ceb update sqlite and osm datasources to new feature impl 2012-01-19 16:34:33 -05:00
Dane Springmeyer
6845113fdb update sqlite and osm datasources to new feature impl 2012-01-19 16:34:33 -05:00
Artem Pavlenko
abab5a5039 Merge branch 'feature_impl' of github.com:mapnik/mapnik into feature_impl 2012-01-19 16:12:11 -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
096082ba9b Merge branch 'master' into feature_impl 2012-01-19 16:11:03 -05:00
Artem Pavlenko
f5e4df18a0 Merge branch 'master' into feature_impl 2012-01-19 16:11:03 -05:00
Dane Springmeyer
04f75ce994 Merge branch 'master' of github.com:mapnik/mapnik into feature_impl 2012-01-19 12:58:13 -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
6dc4aaac9d more files... 2012-01-19 12:57:34 -05:00
Artem Pavlenko
e7fdf1fa51 more files... 2012-01-19 12:57:34 -05:00
Dane Springmeyer
0219d250e0 Merge branch 'master' of github.com:mapnik/mapnik into feature_impl 2012-01-19 12:55:20 -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
b7032316d4 update the ogr plugin to use new feature_impl 2012-01-19 12:55:07 -05:00
Dane Springmeyer
c8ba832acb update the ogr plugin to use new feature_impl 2012-01-19 12:55:07 -05:00
Artem Pavlenko
ccb75e0dfb + add missing *.cpp file 2012-01-19 12:54:56 -05:00
Artem Pavlenko
ed40291b88 + add missing *.cpp file 2012-01-19 12:54:56 -05:00
Artem Pavlenko
63563da28f + add missing .cpp file 2012-01-19 12:52:58 -05:00
Artem Pavlenko
2ca99696ac + add missing .cpp file 2012-01-19 12:52:58 -05:00
Artem Pavlenko
0f002077e1 + 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
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
21798adb2f + fix name 2012-01-19 11:08:07 -05:00
Artem Pavlenko
5ebe4d4ea3 + fix name 2012-01-19 11:08:07 -05:00
Artem Pavlenko
c8804bb4e6 Merge branch 'master' into feature_impl 2012-01-18 14:36:17 -05:00
Artem Pavlenko
c486893339 Merge branch 'master' into feature_impl 2012-01-18 14:36:17 -05:00
Artem Pavlenko
554341bee1 + cleanup
+ add __getitem__ back
2012-01-18 14:34:22 -05:00
Artem Pavlenko
71b21231b1 + cleanup
+ add __getitem__ back
2012-01-18 14:34:22 -05:00
Artem Pavlenko
7f083bd974 output argb32 and rgb24 using pycairo 2012-01-18 10:39:10 -05:00
Artem Pavlenko
7ffb27d85c output argb32 and rgb24 using pycairo 2012-01-18 10:39:10 -05:00
Artem Pavlenko
9357656e7d 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
1fc70e01b0 Merge pull request #1037 from eightysteele/patch-1
Add links and some minor formatting cleanup.
2012-01-18 07:03:14 -08:00