Dane Springmeyer
|
0e490b1c25
|
ensure if 'key_field' is requested that the attribute also is available as a proper attribute
|
2011-07-29 20:08:09 +00:00 |
|
Dane Springmeyer
|
0613439c0d
|
refactor postgis unique id support via 'key_field' keyword moving validation to datasource bind() and fixing attribute count to ensure 'key_field' also shows up in the attributes
|
2011-07-29 19:57:45 +00:00 |
|
Dane Springmeyer
|
81bf8b3d06
|
expose the name2file mapping of font family/style and font file publically so apps can ask mapnik where a given font face was found on the filesystem
|
2011-07-29 18:03:45 +00:00 |
|
Hermann Kraus
|
53e0b22c2b
|
Added metawriter helper function.
|
2011-07-28 22:59:05 +00:00 |
|
Dane Springmeyer
|
da337036d4
|
avoid compiler warning re intialization order
|
2011-07-27 04:34:02 +00:00 |
|
Dane Springmeyer
|
46af5ff222
|
python: shuffle mapnik::value -> python object convertor, and utilize for conversion to correct type in expression evalution
|
2011-07-27 02:36:59 +00:00 |
|
Dane Springmeyer
|
3c8b4bdebe
|
update test
|
2011-07-25 23:46:15 +00:00 |
|
Hermann Kraus
|
607f4e7c99
|
Applied patch from Peter Körner (with small changes).
|
2011-07-23 00:11:01 +00:00 |
|
Dane Springmeyer
|
f14fc9dcf7
|
improve code comments around transforms and intersection checks
|
2011-07-21 21:53:39 +00:00 |
|
Dane Springmeyer
|
c5c729b17c
|
fix typo (map_ext.intersects(map_ext) -> map_ext.intersects(layer_ext)) and add small optimization so that if projections are equal we don't check intersection twice before returning no hit
|
2011-07-21 21:14:06 +00:00 |
|
Dane Springmeyer
|
572da8766f
|
only leverage sqlite3_open_v2 in versions of sqlite that support it - ammends r3039 - see also #797
|
2011-07-16 19:34:26 +00:00 |
|
Dane Springmeyer
|
85804b797f
|
typo
|
2011-07-16 15:45:40 +00:00 |
|
Hermann Kraus
|
08f1a71e4b
|
Fix default value.
|
2011-07-16 12:40:33 +00:00 |
|
Hermann Kraus
|
4a7249ca50
|
Actually use the new pixel coordinate function.
|
2011-07-16 12:32:39 +00:00 |
|
Hermann Kraus
|
8bb6df1a07
|
Optionally output JSON data with pixel coordinates.
|
2011-07-16 12:24:52 +00:00 |
|
Dane Springmeyer
|
abcba2bc34
|
#759 is fixed, revert r3008
|
2011-07-16 00:25:30 +00:00 |
|
Robert Coup
|
8e8f43e50f
|
Fix incorrect blending of rasters with alpha channel. Use pixfmt_rgba32_plain rather than pixfmt_rgba32, and undo old changes to blender_rgba<>::blender_pix which aren't needed anymore. Thanks @rfw, @cdestigter, @albertov [fixes #759]
|
2011-07-15 03:59:44 +00:00 |
|
Dane Springmeyer
|
b18a536194
|
apply patch from stella for faster sqlite reads - closes #797
|
2011-07-14 00:28:04 +00:00 |
|
Artem Pavlenko
|
8bfd5956bc
|
+ add remaining compositing modes
(http://www.w3.org/TR/2009/WD-SVGCompositing-20090430/)
FIXME: move compositing into core lib
|
2011-07-13 13:23:18 +00:00 |
|
Dane Springmeyer
|
4049b74923
|
touchup sqlite error message
|
2011-07-13 01:40:36 +00:00 |
|
Dane Springmeyer
|
73e58c22a1
|
allow tests to run even if the underlying python shared module uses a different private name (osx builds)
|
2011-07-12 19:55:26 +00:00 |
|
Dane Springmeyer
|
3d862034cd
|
allow '[field] is null' syntax to work with the understanding this may have unintended consequences and we should likely ultimately replace with proper 'is' equality support for nulls - track issue at http://trac.mapnik.org/ticket/794
|
2011-07-12 01:48:36 +00:00 |
|
Dane Springmeyer
|
560f5718c3
|
support boolean type reporting in postgis plugin
|
2011-07-12 01:45:49 +00:00 |
|
Dane Springmeyer
|
01d5768cea
|
make the failing feature count a TODO because its actually a future feature to impl - better shapefile indexing that breaks out multigeom parts
|
2011-07-12 01:04:28 +00:00 |
|
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 |
|