kunitoki
|
26ba946cb0
|
- avoid using clog/cerr in sqlite plugin (use mapnik::logging facilities instead)
|
2013-03-27 09:02:40 +01:00 |
|
kunitoki
|
af2bb2be1e
|
- avoid using double quotes when already escaping as string
|
2013-03-27 09:02:03 +01:00 |
|
kunitoki
|
3c56ac656a
|
- scons help cosmetics
|
2013-03-27 09:01:03 +01:00 |
|
kunitoki
|
350ff279ee
|
- avoid treating all CPPDEFINES as a whole in scons
|
2013-03-26 11:05:02 +01:00 |
|
Dane Springmeyer
|
412aa510a1
|
fix jpeg/tiff error handling on failed reads - closes #1775
|
2013-03-25 18:29:29 -07:00 |
|
Dane Springmeyer
|
b0d3132208
|
add image io tests for proper error behavior on invalid images - refs #1775
|
2013-03-25 18:27:41 -07:00 |
|
Dane Springmeyer
|
ab5f5afdd5
|
fix expected point symbolizer rendering tests after fe526fd3d6
|
2013-03-25 13:38:14 -07:00 |
|
Dane Springmeyer
|
37aa4efea9
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2013-03-25 11:20:49 -07:00 |
|
Dane Springmeyer
|
5af0e95c94
|
scons: add HOST option, which if set will skip configure checks - in the future it might do more
|
2013-03-25 11:19:51 -07:00 |
|
Hermann Kraus
|
bcd7b71eba
|
Simplify test scripts.
|
2013-03-25 04:02:35 +01:00 |
|
Hermann Kraus
|
bca7b3a643
|
Tests: Fix map loading when agg is disabled.
|
2013-03-25 02:28:54 +01:00 |
|
Hermann Kraus
|
fe526fd3d6
|
Fix PointSymbolizer collision bounding boxes.
|
2013-03-24 15:50:18 +01:00 |
|
Hermann Kraus
|
b1bc5a51b3
|
Apply scale factor to offsets.
|
2013-03-24 15:21:59 +01:00 |
|
Dane Springmeyer
|
f6870a6b70
|
correct the ltdl forward declare type
|
2013-03-22 19:47:57 -07:00 |
|
Dane Springmeyer
|
cc776d9553
|
update expected test images after fix landed for #1769
|
2013-03-22 18:12:19 -07:00 |
|
Dane Springmeyer
|
aaecd92fb6
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2013-03-22 17:58:49 -07:00 |
|
Dane Springmeyer
|
55ec6a7942
|
cleanups around exception handling
|
2013-03-22 17:58:33 -07:00 |
|
Dane Springmeyer
|
f9514e5d2c
|
formatting
|
2013-03-22 17:44:27 -07:00 |
|
Dane Springmeyer
|
3256037eb6
|
forward declare the lt_dlhandle type to avoid needing header in datasource_cache.hpp
|
2013-03-22 17:37:56 -07:00 |
|
Dane Springmeyer
|
dc635367b1
|
Merge pull request #1772 from andrzej-aa/patch-1
fixed a link to windows installation
|
2013-03-22 14:53:35 -07:00 |
|
Andrzej Aleksiejuk
|
efb5b3e33b
|
fixed a link to windows installation
|
2013-03-22 22:14:36 +01:00 |
|
artemp
|
f96de9bdd8
|
+ always ensure first value in gamma table to 0
|
2013-03-22 12:30:46 +00:00 |
|
artemp
|
c84d83a685
|
+ fix raster markers positioning
|
2013-03-22 12:16:23 +00:00 |
|
artemp
|
aa122ea907
|
+ local vars locality
|
2013-03-22 11:54:34 +00:00 |
|
artemp
|
16bfb3e728
|
+ update FSF address
|
2013-03-22 08:32:08 +00:00 |
|
artemp
|
fe092ac7a2
|
+ implement offset
```
offset = "<number> | <percentage>"
```
|
2013-03-21 12:10:08 +00:00 |
|
artemp
|
542805e4d6
|
+ support multiple color stops in colorize-alpha
( TODO: add support for: <color-stop> = <color> [ <percentage> | <length> ]? )
|
2013-03-20 17:21:09 +00:00 |
|
artemp
|
4b713f6ed0
|
+ impl colorize-alpha image filter
NOTE:currently linear interpolation between two colours only
TODO:support multiple colour stops : https://developer.mozilla.org/en-US/docs/CSS/linear-gradient
|
2013-03-20 15:17:41 +00:00 |
|
Hermann Kraus
|
feaf757c07
|
Fix return type.
|
2013-03-20 03:45:33 +01:00 |
|
Dane Springmeyer
|
4e6b6d5a62
|
ensure the line clipping box is padded using scale_factor as well - closes #1767
|
2013-03-19 16:15:50 -07:00 |
|
Dane Springmeyer
|
25591cfcbf
|
replace one more cairo/halo image
|
2013-03-19 14:24:05 -07:00 |
|
Dane Springmeyer
|
e47f3e635c
|
remove explicit keyword on boolean to make llvm-gcc happy on os x
|
2013-03-19 14:10:01 -07: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
|
a7ef5c7f60
|
avoid copying of non-copyable transcoder class - fixes compile with llvm-gcc
|
2013-03-19 14:09:01 -07:00 |
|
Dane Springmeyer
|
fd186d1b79
|
fix expected cairo/text halo rendering tests after #1624
|
2013-03-19 14:07:30 -07:00 |
|
Dane Springmeyer
|
f2ee8cae16
|
avoid signed/unsigned warning with llvm-g++
|
2013-03-19 14:01:48 -07:00 |
|
Dane Springmeyer
|
faa78864b6
|
mapnik-config also add cxxflags to cflags for full backwards compatibility with previous behavior
|
2013-03-19 00:15:04 -07:00 |
|
Dane Springmeyer
|
3b807db7e1
|
avoid gcc unsigned/signed comparison warning
|
2013-03-18 16:54:26 -07:00 |
|
artemp
|
e91908206b
|
cairo halo patch via @springmeyer ( #1624 )
|
2013-03-18 14:31:38 +00:00 |
|
Dane Springmeyer
|
f759964dbf
|
c++ style
|
2013-03-15 16:52:02 -07:00 |
|
Dane Springmeyer
|
7d868558d7
|
fix a variety of msvc compiler warnings about signed/unsigned implicit conversion
|
2013-03-15 13:37:48 -07:00 |
|
Dane Springmeyer
|
e30ef619c6
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2013-03-15 13:32:47 -07:00 |
|
Dane Springmeyer
|
28d59decb8
|
mapnik-utils: make fonts/inputplugins actually relative and dynamically constructed if they can be
|
2013-03-15 13:31:10 -07:00 |
|
artemp
|
bdf3c59a2c
|
+ disable failing clipping tests pending different impl
|
2013-03-15 12:51:31 +00:00 |
|
Dane Springmeyer
|
c81f28fc41
|
formatting
|
2013-03-14 19:26:29 -07:00 |
|
Dane Springmeyer
|
1056038163
|
formatting
|
2013-03-14 18:34:21 -07:00 |
|
Dane Springmeyer
|
11e825a045
|
formatting
|
2013-03-14 18:33:59 -07:00 |
|
Dane Springmeyer
|
7e974b9064
|
avoid potential zero division resulting in nan in agg::gamma_linear - closes #761
|
2013-03-14 17:48:59 -07:00 |
|
Dane Springmeyer
|
94c5645e8b
|
add new gamma members to agg_renderer
|
2013-03-14 17:15:35 -07:00 |
|
Dane Springmeyer
|
44c02a10c5
|
reduce overhead of flexible agg gamma setting per symbolizer - closes #1174
|
2013-03-14 17:05:06 -07:00 |
|