Dane Springmeyer
|
c357fcbf9d
|
use proper mapnik::value_null in sqlite features rather than empty strings
|
2011-07-12 01:00:27 +00:00 |
|
Dane Springmeyer
|
ccfbf175a0
|
handle timestamps and floats in shapefile dbf reader
|
2011-07-12 00:59:43 +00:00 |
|
Dane Springmeyer
|
8ec62942ff
|
expressions should evaluate to proper booleans in python
|
2011-07-12 00:58:37 +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
|
a726787a40
|
add mapnik::Boolean type so we can report attributes with boolean type - closes #795
|
2011-07-11 22:34:08 +00:00 |
|
Dane Springmeyer
|
57827813fb
|
handle boolean conversion to python
|
2011-07-11 22:27:40 +00:00 |
|
Dane Springmeyer
|
4356144e4a
|
shuffle attribute_descriptor class to its own header, previously extant but unused
|
2011-07-11 21:03:39 +00:00 |
|
Dane Springmeyer
|
563ae20a6e
|
return python 'None' for null values - otherwise we hit runtime error of 'SystemError: NULL result without error in PyObject_Call'
|
2011-07-11 19:27:38 +00:00 |
|
Dane Springmeyer
|
55b37160e4
|
support attachdb, initdb, and index_table parameters in sqlite plugin - patch and tests from stella - closes #793
|
2011-07-11 17:46:53 +00:00 |
|
Dane Springmeyer
|
aab601da64
|
comment unused struct that trips up clang++
|
2011-07-09 01:05:52 +00:00 |
|
Dane Springmeyer
|
7b871210c7
|
use namespace to avoid potential clash
|
2011-07-09 00:28:41 +00:00 |
|
Dane Springmeyer
|
56c4f5fd04
|
fix compiler warning about member intialization order
|
2011-07-08 17:38:42 +00:00 |
|
Dane Springmeyer
|
f156e147d3
|
rollback to using pre r2543 methods for bilinear scaling (non agg) - to be used until #759 is resolved
|
2011-07-07 21:24:17 +00:00 |
|
Dane Springmeyer
|
f30a9c67c1
|
better support for possible manifestations of text-transform in 0.7.2
|
2011-07-07 21:22:02 +00:00 |
|
Dane Springmeyer
|
7e1c4a58b0
|
add code comment about ltdl global advise usage in relation to #790
|
2011-07-05 23:50:30 +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
|
3bbd4b9b3a
|
remove uneeded semicolon
|
2011-07-05 23:39:50 +00:00 |
|
Dane Springmeyer
|
c4fa04cdad
|
don't suppress exception in mapnik::color constructor when init from a string
|
2011-07-05 23:01:51 +00:00 |
|
Dane Springmeyer
|
161d978fb4
|
support hsl colors for boost versions 1.42 - 1.45
|
2011-07-01 18:54:01 +00:00 |
|
Dane Springmeyer
|
eab80c5a91
|
fixup proj_init error message
|
2011-06-30 17:59:27 +00:00 |
|
Dane Springmeyer
|
191f14d33c
|
include cairo/cairomm libs and cflags in mapnik-config output - closes #723 and #787
|
2011-06-29 14:44:40 +00:00 |
|
Dane Springmeyer
|
1805f9c4c9
|
add test map for using gamma and global alignment to get a seemless crosshatch look
|
2011-06-28 23:23:33 +00:00 |
|
Dane Springmeyer
|
f47e350121
|
use 'alignment' keyword in python to match XML in polygon_pattern_symbolizer, closes #203
|
2011-06-28 23:22:06 +00:00 |
|
Dane Springmeyer
|
476e04c4c7
|
add gamma to polygon-pattern-symbolizer, useful for avoiding AA affects at tile edges so that global patterns can have seamless alignment
|
2011-06-28 22:37:35 +00:00 |
|
Dane Springmeyer
|
4dde8e8d9e
|
warning if non svg file passed to markers_symbolizer
|
2011-06-24 20:34:21 +00:00 |
|
Dane Springmeyer
|
e94667a8ae
|
use std::string
|
2011-06-24 00:53:00 +00:00 |
|
Dane Springmeyer
|
45965381af
|
throw if we encounter a font file which lacks any referencable names (freetype family_name and style_name) making it basically invalid
|
2011-06-24 00:51:21 +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 |
|
Dane Springmeyer
|
9573a87515
|
update changelog
|
2011-06-16 18:09:03 +00:00 |
|
Dane Springmeyer
|
ac44f669cc
|
add more grid rendering tests
|
2011-06-16 18:08:22 +00:00 |
|
Dane Springmeyer
|
086138dedc
|
switch back to using grid width/height to allow for variable size grid to be rendered (purely for testing)
|
2011-06-16 18:08:04 +00:00 |
|
Dane Springmeyer
|
b31d3c89c9
|
add test that asserts feature count is the same between shapefile driver and ogr (currently fails)
|
2011-06-16 18:06:24 +00:00 |
|
Dane Springmeyer
|
5f53246337
|
fix bug in width/height of transform in grid_renderer
|
2011-06-16 16:48:30 +00:00 |
|
Dane Springmeyer
|
c093d2ad4d
|
add ability to supply a key_field (attribute name) to be used for feature ids + fix potential table alias quoting failure
|
2011-06-13 21:58:11 +00:00 |
|
Dane Springmeyer
|
4e229ac516
|
more sql utility functions for handling quoting
|
2011-06-13 21:43:37 +00:00 |
|
Dane Springmeyer
|
1829093fc9
|
copy string, don't get reference from boost::filesystem::path
|
2011-06-13 21:42:44 +00:00 |
|
Dane Springmeyer
|
1f32c4c9d7
|
default to faster -O3 compiler optimization since this is well tested by now and debian packagers who originally ask for it to be set at -O2 can now change the default
|
2011-06-13 15:20:29 +00:00 |
|
Artem Pavlenko
|
9bc45c9ca1
|
+ addd boost::equality_comparable<box2d<T>
|
2011-06-07 21:16:03 +00:00 |
|
Artem Pavlenko
|
f0181d4c4f
|
+ small change
|
2011-06-07 20:35:06 +00:00 |
|
Artem Pavlenko
|
1264632999
|
+ more color equality tests
|
2011-06-07 19:50:38 +00:00 |
|
Artem Pavlenko
|
a16a8f7a6b
|
+ update python tests
|
2011-06-07 19:50:30 +00:00 |
|
Artem Pavlenko
|
a27617306b
|
+ add __neq__ operator
|
2011-06-07 19:27:15 +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 |
|
Artem Pavlenko
|
6a92e63cc1
|
+ add __neq__ operator : ( self != self )
|
2011-06-07 16:14:26 +00:00 |
|
Artem Pavlenko
|
1d2abb8206
|
+ add support for CSS3 HSL colors: http://www.w3.org/TR/css3-color/#hsl-color
|
2011-06-07 16:14:11 +00:00 |
|
Artem Pavlenko
|
4a72a7d680
|
+ fix color(std::string const& ) ctor to initialize r,g,b,a.
+ impl eq ops using boost::equality_comparable.
+ output alpha in to_hex_string if not 255.
|
2011-06-07 16:14:02 +00:00 |
|
Artem Pavlenko
|
bc3d784b85
|
+ change ingterface to work with std::string
|
2011-06-07 16:13:54 +00:00 |
|
Dane Springmeyer
|
3d81a07f06
|
support for png 1.5.x, should work fine with 1.4.x - closes #772
|
2011-06-05 21:02:55 +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 |
|
Dane Springmeyer
|
9cc93552f2
|
reflect mapnik.GridView in python
|
2011-06-04 00:26:29 +00:00 |
|