artemp
|
b38dc14188
|
fix include order and ensure mapnik/config.hpp is before boost_shim_..
|
2014-08-12 18:44:11 +01:00 |
|
artemp
|
95cea92a4a
|
convert all boost::variant to util::variant
apart from topojson (TODO)
|
2014-08-12 13:40:45 +01:00 |
|
artemp
|
fe215a684e
|
c++11 style : replace (almost) all typedef with type alias's
|
2014-07-07 18:23:15 +01:00 |
|
artemp
|
659a715fc5
|
python : add comparison operators to Map/Layer/Datasource
|
2014-05-28 15:40:59 +01:00 |
|
Dane Springmeyer
|
ef837eb92f
|
c++11 optimizations for faster map loading
|
2014-04-28 17:10:00 -07:00 |
|
Dane Springmeyer
|
03fdf7e596
|
Merge branch '2.3.x' of github.com:mapnik/mapnik
Conflicts:
src/deepcopy.cpp
src/expression.cpp
src/rule.cpp
|
2013-11-13 20:00:13 -08:00 |
|
Dane Springmeyer
|
5de5ffb764
|
remove unused and broken deepcopy support to be replaced in #2081 - refs #1390 and #946
|
2013-11-13 19:26:17 -08:00 |
|
Dane Springmeyer
|
08fa9fd8ec
|
Merge branch '2.3.x' of github.com:mapnik/mapnik
Conflicts:
bindings/python/mapnik_building_symbolizer.cpp
bindings/python/mapnik_debug_symbolizer.cpp
bindings/python/mapnik_line_pattern_symbolizer.cpp
bindings/python/mapnik_line_symbolizer.cpp
bindings/python/mapnik_markers_symbolizer.cpp
bindings/python/mapnik_point_symbolizer.cpp
bindings/python/mapnik_polygon_symbolizer.cpp
bindings/python/mapnik_python.cpp
bindings/python/mapnik_raster_symbolizer.cpp
bindings/python/mapnik_shield_symbolizer.cpp
bindings/python/mapnik_symbolizer.cpp
|
2013-11-07 09:21:05 -08:00 |
|
Dane Springmeyer
|
fe5b3713ba
|
python bindings: reduce compile times by consolidating code in fewer cpp files
|
2013-11-05 15:11:23 -08:00 |
|
Dane Springmeyer
|
5a2954dab7
|
attempt to fix boost python with c++11 and boost 1.49 - refs #2022
|
2013-10-23 15:42:01 -07:00 |
|
Dane Springmeyer
|
fad9af5263
|
add support for applying custom comp_op and opacity when blending map background image into background color at render time - refs mapnik/mapnik-support#8
|
2013-07-25 01:00:38 -04:00 |
|
Dane Springmeyer
|
31931b89cb
|
git rid of a few fixme
|
2013-07-23 16:00:16 -04:00 |
|
Dane Springmeyer
|
5ceecd40a3
|
avoid ambiguity between boost::python::range and boost::range - fixes compile error with llvm-gcc
|
2013-03-19 14:09:36 -07:00 |
|
Dane Springmeyer
|
b5a74292a5
|
return stylename,styleo obj in tuple from map.styles - closes #1725 - amends 16ce1f5bdd
|
2013-02-22 13:39:14 -08:00 |
|
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 |
|