artemp
|
16ce1f5bdd
|
+ implement Map::styles method returning StyleRange object
```
import mapnik
m = mapnik.Map(256,256)
...
for style in m.styles:
print style
```
|
2013-02-04 18:02:52 +00:00 |
|
Dane Springmeyer
|
47ab9913ee
|
make consistent the proj4 string used for spherical mercator across tests and docs
|
2013-01-28 13:48:13 -05:00 |
|
Dane Springmeyer
|
c860c9165e
|
various fixes to includes to include what is used
|
2013-01-03 18:06:07 -08:00 |
|
Dane Springmeyer
|
3e4d579a5e
|
+reflect background_image in python and add background_color to match XML
|
2012-08-20 18:18:36 -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
|
b8a0587c29
|
disable deepcopy in python bindings until this is more solid - refs #1390
|
2012-08-15 13:27:44 -07:00 |
|
Dane Springmeyer
|
6f5d6f65b1
|
include what you use
|
2012-08-15 10:24:56 -07:00 |
|
artemp
|
aecf0531f5
|
+ remove metawriters for the upcoming 2.1 release
|
2012-08-15 09:47:03 +01:00 |
|
artemp
|
5541ea0271
|
+ layer : minimum-extent and buffer-size
+ agg::process_xxx : remove ad-hoc query_extent modifiers
+ ctrans : simplify vertex skipping
|
2012-08-01 15:44:36 +01:00 |
|
kunitoki
|
1f351e0e09
|
implement new debug system
|
2012-04-08 02:20:56 +02:00 |
|
Dane Springmeyer
|
d29ae14104
|
make it possible to set the map.maximum_extent back to None/uninitialized from python
|
2012-04-04 12:07:15 -07:00 |
|
Dane Springmeyer
|
ea5a46f230
|
remove the storage and serialization of 'font-directory' and 'minimum-version' since there is no strong need to have them accessible after initial parsing
|
2012-03-23 18:14:14 -07:00 |
|
Dane Springmeyer
|
f90b410ece
|
formatting to use const& as per 6462af3
|
2012-03-05 11:10:04 -08:00 |
|
Dane Springmeyer
|
63891cec15
|
finish refactor, moving to separate method off datasources to get_geometry_type and using enums all around
|
2012-01-17 01:09:46 -05:00 |
|
Dane Springmeyer
|
d7c720f0af
|
python: reflect fontsets to enable fuller test of map.deepcopy - closes #348
|
2011-12-20 12:34:27 -08:00 |
|
Dane Springmeyer
|
5d46850222
|
python: allow box2d to be returned as optional (None) to support map.maximum_extent
|
2011-12-20 10:42:38 -08:00 |
|
Artem Pavlenko
|
47b9da643c
|
add __deepcopy__ impl
|
2011-12-20 16:44:48 +00:00 |
|
Dane Springmeyer
|
9203639640
|
fully spell out parameters on the map object - refs #977
|
2011-12-05 18:05:35 -08:00 |
|
Dane Springmeyer
|
1d408aa485
|
fixup tests around parameters usage
|
2011-12-02 18:00:20 -08:00 |
|
Dane Springmeyer
|
39d199aa49
|
code formatting
|
2011-11-13 19:54:32 -08:00 |
|
Dane Springmeyer
|
7a17c7e597
|
load_map_from_string has always accepted a base path argument to drive the interpretation of relative paths in the stylesheet when loaded in memory- this really should be a full map property so that it can be known on the map object after parsing and changed if the map is saved to a new location
|
2011-05-25 23:48:07 +00:00 |
|
Dane Springmeyer
|
8998296f7b
|
add 'maximum-extent' attribute to map and use this, if set, in place of calculated layer extents in zoom_all()
|
2011-04-14 02:20:33 +00:00 |
|
Artem Pavlenko
|
e580078d26
|
+ apply MetaWriter patch from zerebubuth
( see #735 for details )
|
2011-03-16 13:32:04 +00:00 |
|
Dane Springmeyer
|
18d77f0f6c
|
add a function in python to check for the existance of metawriters on the map
|
2010-11-10 18:40:23 +00:00 |
|
Dane Springmeyer
|
688b1f2299
|
add an 'extra_attributes' property to the map to store mapnik::parameters that don't make sense as full attributes but need to be carried through from load_map() to save_map() for applications that use mapnik to serialize to xml such as Cascadenik and Quantumnik (currently useful storage for 'minimum_version' and 'font_directory')
|
2010-10-07 19:34:36 +00:00 |
|
Dane Springmeyer
|
3c8926a395
|
apply python docs patch from tmcw - closes #618
|
2010-09-24 17:41:08 +00:00 |
|
Dane Springmeyer
|
12dd97a772
|
touch up docstrings in mapnik.Map and throw IndexError if negative value is passed to query_map_point or query_point from python as we don't currently support finding layers by negative index
|
2010-08-27 16:16:16 +00:00 |
|
Hermann Kraus
|
3d4fbf03d2
|
Add docstrings.
|
2010-08-12 01:42:33 +00:00 |
|
Dane Springmeyer
|
6cce96dd06
|
upgrade default projection of epsg:4326 to match exactly what proj4 stores in /usr/local/share/epsg for 4326 (aka WGS84)
|
2010-08-10 18:18:31 +00:00 |
|
Hermann Kraus
|
3c01120c53
|
Add python bindings for metawriter properties.
|
2010-07-25 21:14:19 +00:00 |
|
Artem Pavlenko
|
9b3809443c
|
+ fix naming style in mapnik::Map
|
2010-06-25 15:23:35 +00:00 |
|
Artem Pavlenko
|
246731874b
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
|
Artem Pavlenko
|
47dc1e197b
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
|
Dane Springmeyer
|
8fd907f8fc
|
remove self argument in python docstring for boost <1.35 compatibility allowing the removal of boost version checking - addresses #29
|
2009-09-27 01:31:30 +00:00 |
|
Dane Springmeyer
|
ef1e210269
|
improve boost::python docstrings for map, color, and stroke, adding currently unused patch against enumeration from podolsir
|
2009-09-25 17:50:37 +00:00 |
|
Dane Springmeyer
|
23ab337f5c
|
use the 'arg' class instead of the deprecated 'args' for boost::python docs http://www.boost.org/doc/libs/1_40_0/libs/python/doc/v2/args.html
|
2009-09-25 17:38:38 +00:00 |
|
Dane Springmeyer
|
ca32939e35
|
formatting
|
2009-09-25 03:31:28 +00:00 |
|
Dane Springmeyer
|
196b01c16c
|
+ make interface to datasource attributes, featuresets, and features more pythonicby adding feature.envelope() method returning combined extent of geometries, ds.fields() method returning list of names, and featureset.features() which returns list of all features in featurset - now accessible via datasource.all_features()- closes #283, #280, #171
|
2009-05-01 01:21:29 +00:00 |
|
Dane Springmeyer
|
c9a9fcf287
|
named docstring arguments only supported in boost python >= 1.35
|
2009-04-08 22:25:38 +00:00 |
|
Dane Springmeyer
|
000dcab3c9
|
Maintain support for boost version before 1.34 when writing argument signatures and add docstring for buffered_envelope
|
2009-04-08 20:11:45 +00:00 |
|
Dane Springmeyer
|
72c2f903ca
|
We should actually use 'self' as the term for first argument/instance
|
2009-04-07 23:26:33 +00:00 |
|
Dane Springmeyer
|
47822d578e
|
Add argument aliases to __init__ method for easier/more understandable introspection - addresses #29
|
2009-04-07 23:17:57 +00:00 |
|
Dane Springmeyer
|
358f087057
|
fix scale_denominator to be a method (not property) and shuffle alphabetically
|
2009-03-30 04:17:03 +00:00 |
|
Artem Pavlenko
|
570fe611f4
|
+ qualify 'value' to avoid names clashing
+ use _enumeration helper wrapper
|
2009-03-21 12:39:06 +00:00 |
|
Artem Pavlenko
|
24174d68e9
|
+ reflect aspect_fix_mode in Python
|
2009-03-21 11:22:10 +00:00 |
|
Dane Springmeyer
|
771e76f637
|
+ add style pickling support to mapnik::Map, fix tabs, and only un-pickle background color if exists (closes 233)
|
2009-02-15 19:53:48 +00:00 |
|
Artem Pavlenko
|
ffef15e22e
|
+ reflect buffered_envelope method
+ fix view_transform to return ctrans (TODO)
|
2009-02-02 23:39:20 +00:00 |
|
Artem Pavlenko
|
a07767ef3d
|
+ (c++) renamed mapnik::Color to mapnik::color
+ (c++) added mapnik::color ctor from named colours (TODO: consider not to export color_factory)
+ (Python) fixed pickling
+ (Python) added to_hex_string method
|
2009-01-14 12:10:24 +00:00 |
|
Dane Springmeyer
|
689b1eb018
|
Made Scale Denominator available as a property of the Map
|
2009-01-14 06:12:55 +00:00 |
|
Dane Springmeyer
|
f0d58a99f3
|
+ expose map resize and remove_all methods as well as view_transform property in python
|
2009-01-14 04:52:04 +00:00 |
|