Dane Springmeyer
|
7432e1e55a
|
removing my name from copyright as the intention/convention is for copyright to be help by project founder artem: contributions do not necessitate copyright - TODO: document this on community wiki
|
2011-10-11 17:52:15 -07:00 |
|
Dane Springmeyer
|
da5f283c9e
|
support mixed case file extentions when loading fonts via python wrapper function
|
2011-09-15 20:11:30 +00:00 |
|
Artem Pavlenko
|
703240cf40
|
+ update to reflect interface changes
|
2011-09-13 13:23:30 +00:00 |
|
Artem Pavlenko
|
6575e34973
|
+ add initial support for new WKT path/geometry parser concept
|
2011-09-08 11:52:59 +00:00 |
|
Dane Springmeyer
|
90acfb3e1c
|
+reflect mapnik.Palette in python
|
2011-08-31 02:28:38 +00:00 |
|
Dane Springmeyer
|
a6a8e8348a
|
return string repr of types rather than dodgy type conversion in python
|
2011-07-12 00:58:02 +00:00 |
|
Dane Springmeyer
|
e84119aed9
|
directly link libmapnik in plugins (not just darwin) - patch from Stella L. - closes #790
|
2011-07-05 23:41:17 +00:00 |
|
Dane Springmeyer
|
d403cbf4bc
|
python: make mapnik2.Grid and mapnik2.GridView available with from mapnik import *
|
2011-06-24 00:00:40 +00:00 |
|
Artem Pavlenko
|
e2cafb3327
|
+ change repr method output to be more explicit
(TODO: Is it going to break anything ?)
|
2011-06-07 16:14:33 +00:00 |
|
Dane Springmeyer
|
7c2549ff46
|
rework the grid rendering interface to be object oriented and template based allowing for working both with grids and grid views for metatiling
|
2011-06-04 00:28:00 +00:00 |
|
Artem Pavlenko
|
734a33b378
|
+ we don't support ColorBand yet
|
2011-05-09 13:52:22 +00:00 |
|
Dane Springmeyer
|
3add8dfb6d
|
apply Toby Collett's work on a python printing/layout/legend module from https://github.com/thjc/mapnik-svg
|
2011-05-04 01:30:21 +00:00 |
|
Dane Springmeyer
|
6c0fb17236
|
re-expose next() iterator, previously removed in r1121
|
2011-04-29 19:59:00 +00:00 |
|
Dane Springmeyer
|
52f7092df5
|
better named kwargs for render_grid
|
2011-04-29 19:31:43 +00:00 |
|
Dane Springmeyer
|
9548492036
|
add python binding to grid_renderer allowing conversion of grid buffer into json
|
2011-04-26 23:51:29 +00:00 |
|
Dane Springmeyer
|
39a2f9ef6a
|
update all future versions referenced to be >= 2.0.0
|
2011-04-19 00:20:50 +00:00 |
|
Artem Pavlenko
|
e54eb342e2
|
+ from_wkt factory method
+ expose mapnik::eGeomType enum
|
2011-02-28 12:40:59 +00:00 |
|
Dane Springmeyer
|
c5833a6db8
|
remove unmaintained autotools scripts
|
2011-02-04 22:22:16 +00:00 |
|
Dane Springmeyer
|
7043c416fa
|
enable if/else type behavior in rules using style level keyword to control whether all rules will be evaluated or just the first that matches - closes #706 - thanks to original patch from kkaefer
|
2011-02-01 22:55:50 +00:00 |
|
Dane Springmeyer
|
75649b8863
|
add 'interior' point placement option to point_symbolizer - closes #709
|
2011-02-01 08:16:32 +00:00 |
|
Dane Springmeyer
|
eb60010a05
|
use 'import sys' syntax for consistency
|
2011-01-03 22:33:57 +00:00 |
|
Dane Springmeyer
|
c4da7b1b38
|
fallback to DLFCN module if ctypes does not have RTLD_NOW (mips and solaris)
|
2010-12-11 02:09:16 +00:00 |
|
Robert Coup
|
408de0c223
|
Add bbox parameter to GDAL Datasource to allow overriding envelope, with Python bindings. Fixes #680
|
2010-12-09 21:41:25 +00:00 |
|
Dane Springmeyer
|
c9feedf5ad
|
ogcserver devel has moved to github, issue deprecation warning
|
2010-11-22 16:17:58 +00:00 |
|
Lucio Asnaghi
|
0066407774
|
- added extent support for geos plugin
- fixed python binding for geos plugin
|
2010-11-10 11:35:19 +00:00 |
|
Lucio Asnaghi
|
b05fe1aa5a
|
- added Geos python binding
|
2010-11-10 11:15:13 +00:00 |
|
Dane Springmeyer
|
34b462f15f
|
fix import namespace
|
2010-11-08 23:18:08 +00:00 |
|
Dane Springmeyer
|
2f46db5aba
|
python: add back mapnik.Filter and mapnik.Box2d as deprecated + formatting
|
2010-10-07 01:03:16 +00:00 |
|
Dane Springmeyer
|
154450fb8b
|
fix test failure when calling ds.all_features() by allowing a simple Box2d Query contructor - sidestepping issue of converting a python tuple to a boost tuple atm
|
2010-09-26 23:39:04 +00:00 |
|
Dane Springmeyer
|
03250d0efe
|
fix up metaclass injector to work with both python 2 and python 3 because the 2to3 script cannot handle this tricky bit
|
2010-09-26 23:28:29 +00:00 |
|
Dane Springmeyer
|
18dd9ff40e
|
python3 support - patch thanks to Haoyu Bai - closes #334
|
2010-09-26 12:15:16 +00:00 |
|
Dane Springmeyer
|
c35310445a
|
rename text_convert to text_transform to match css naming convention (also matching enums to css)
|
2010-09-18 19:10:18 +00:00 |
|
Dane Springmeyer
|
3446a62265
|
add mapnik_version_from_string helper function
|
2010-08-10 17:13:14 +00:00 |
|
Dane Springmeyer
|
7918184d13
|
add helper functions for recursively registering fonts, and ensure they match one of the known freetype2 supported fonts (by ext) - closes #559
|
2010-07-15 23:04:51 +00:00 |
|
Artem Pavlenko
|
efa6010517
|
+ impl composite method (TODO:add missing modes)
|
2010-07-03 20:08:49 +00:00 |
|
Dane Springmeyer
|
0959f8ef16
|
+ add support to polygon_patter_symbolizer for global pattern alignment in addition to local/feature (default) alignment - closes #203
|
2010-06-20 22:36:49 +00:00 |
|
Dane Springmeyer
|
7e2a2aab5a
|
+ability to choose ogr layer by index number
|
2010-06-19 15:13:47 +00:00 |
|
Artem Pavlenko
|
53848ce68f
|
+ reflect markers_symbolizer in python
|
2010-06-06 12:10:28 +00:00 |
|
Dane Springmeyer
|
8767c404c3
|
apply patch from Herm to update doc scripts to mapnik2, and fix imports for local ogcserver code
|
2010-05-08 17:07:03 +00:00 |
|
Dane Springmeyer
|
0cd1a5fbc6
|
maintain python24 compatibility
|
2010-04-07 18:44:52 +00:00 |
|
Alberto Valverde
|
f35b9bc7d0
|
Implemented a python wrapper for Symbolizers.__getitem__ so the explicit symbolizer subclass is returned (via Symbolizer.symbol). Added a symbol() method to every symbolizer. This fixes an introspection test (only 3 Todos, 5 errors and 1 failure to go) and Updated the mapnik2.__all__ list
|
2010-03-22 11:22:07 +00:00 |
|
Alberto Valverde
|
18b811d19d
|
implemented a mechanism in mapnik2._injector to be able to override c++ methods (at the python layer only). Used it to implement a friendlier constructor for Feature and a add_geometry() method that accepts shapely.geometry.Geometrys, and wkb/wkt strings
|
2010-03-19 18:14:46 +00:00 |
|
Alberto Valverde
|
2f1d60b666
|
pre-eliminary raster coloring support
|
2010-03-12 13:34:13 +00:00 |
|
Alberto Valverde
|
e8a4929a5a
|
added a proxy to the deprecated Feature.properties interface in the python bindings
|
2010-03-11 19:59:40 +00:00 |
|
Artem Pavlenko
|
bbfdc4fab8
|
+ use mapnik2 for python module name
+ update rundemo.py
|
2010-03-08 11:54:44 +00:00 |
|
Dane Springmeyer
|
67a8f33da9
|
fix minor issues caught in debian packaging relating to executable status and spelling
|
2010-02-21 17:28:01 +00:00 |
|
Artem Pavlenko
|
0aa7c5ff57
|
+ corrected win32 dll name
|
2010-01-20 10:04:32 +00:00 |
|
Dane Springmeyer
|
da72bfbecd
|
fix typos in __init__.__doc__ of lib names on windows
|
2010-01-19 19:56:09 +00:00 |
|
Dane Springmeyer
|
644843230d
|
add missing PostGIS options in python docstrings
|
2010-01-11 00:22:56 +00:00 |
|
Artem Pavlenko
|
1a4b9f6b0a
|
+ use ctypes instead of dl (deprecated in python3) module
|
2009-12-21 13:44:30 +00:00 |
|