artemp
|
967d6110bf
|
+ singleton: return ref from instance() method
|
2012-09-07 16:23:03 +01:00 |
|
artemp
|
11e6ba0c09
|
+ make client methods non-static in classes derived from
mapnik::singleton<> (TODO: apply to all)
+ ensure client methods are accessed through instance() method
|
2012-09-07 14:56:30 +01:00 |
|
Dane Springmeyer
|
501d322c96
|
+reflect comp_op, smooth, and clip in python bindings for all relevant symbolizers - closes #1264
|
2012-08-21 18:05:43 -07:00 |
|
Dane Springmeyer
|
e8101a070a
|
partially repair backward compatibility in python for 'marker-type' - refs #1427 and #1285
|
2012-08-21 16:36:15 -07:00 |
|
Dane Springmeyer
|
91b15c4cdf
|
remove python pickling for map/style/rule/symbolizers/fontset/query - refs #1391
|
2012-08-15 13:55:36 -07:00 |
|
Dane Springmeyer
|
3d048c5f72
|
add ticket reference for workaround added in 60d843a7a8
|
2012-08-14 12:19:56 -07:00 |
|
artemp
|
7cfdfde247
|
+ call Py_RETURN_NONE macro to properly handle returning Py_None
(http://docs.python.org/c-api/none.html) - thanks, @lightmare!
|
2012-08-07 15:43:40 +01:00 |
|
artemp
|
60d843a7a8
|
+ temp fix : provide get_fill_opacity_impl to avoid
"No to_python (by-value) converter found for C++ type: float"
|
2012-08-07 11:37:24 +01:00 |
|
Dane Springmeyer
|
16084ff335
|
support both interior placement and point for markers - helps prepare for #952
|
2012-07-31 18:13:50 -07:00 |
|
Dane Springmeyer
|
0d97b851fa
|
markers: support opacity on bitmaps, and move to supporting both opacity and fill-opacity
|
2012-07-30 18:31:21 -07:00 |
|
Dane Springmeyer
|
3e895ac6b7
|
implement built in support for ellipse and arrow markers, make markers_symbolizer default to POINT placement and ellipse drawing, add back compatibility for deprecated marker-type property - refs #1285 and #1304
|
2012-07-10 22:38:53 -07:00 |
|
artemp
|
ebf1ef6bcf
|
+ update python bindings for markers_symbolizer
|
2012-07-05 17:13:21 +01:00 |
|
artemp
|
9b14a7206a
|
remove arrow/ellipse ad-hoc markers - see #1285
|
2012-07-04 14:50:11 +01:00 |
|
Dane Springmeyer
|
11e81fdb03
|
finish exposing markers symbolizer in python - closes #612
|
2012-06-04 13:42:51 -07:00 |
|
Si Parker
|
003c5a72ab
|
added MarkersSymbolizer python bindings for fill and stroke
|
2012-04-11 10:41:15 +01:00 |
|
kunitoki
|
1f351e0e09
|
implement new debug system
|
2012-04-08 02:20:56 +02:00 |
|
Dane Springmeyer
|
3f26c439c9
|
fix marker width/height to mean pixels - which it should have all along - closes #1134
|
2012-03-23 20:28:12 -07:00 |
|
novldp
|
0ecd5bae45
|
+add MarkersSymbolizer ignore-placement to save_map and python bindings
|
2012-03-18 23:30:37 +01:00 |
|
Dane Springmeyer
|
39d199aa49
|
code formatting
|
2011-11-13 19:54:32 -08:00 |
|
Dane Springmeyer
|
9775a1ee5b
|
expose filename (path_expression string) as property on all symbolizers_with_image (TODO consider exposing actual PathExpression) - and fixup displacement get/set on various symbolizers, moving to properties for consistency
|
2010-12-14 00:24:34 +00:00 |
|
Robert Coup
|
91a0719778
|
#664 enable svg-style transforms to be set via python bindings. eg sym.transform = 'scale(0.4, 1.0) rotate(0.3)'
|
2010-11-29 20:58:30 +00:00 |
|
Artem Pavlenko
|
cf26db081a
|
+ refactor path expressions parser
|
2010-06-18 15:39:32 +00:00 |
|
Artem Pavlenko
|
dc85719853
|
+ update python bindings to reflect opacity/text-opacoity
changes
|
2010-06-15 12:28:22 +00:00 |
|
Artem Pavlenko
|
53848ce68f
|
+ reflect markers_symbolizer in python
|
2010-06-06 12:10:28 +00:00 |
|