artemp
|
6558c5c315
|
+ use uint8_t in get/set methods
+ update to_string/to_hexstring
|
2013-01-03 13:51:16 +00:00 |
|
artemp
|
7d3dca725e
|
Revert "avoid implicit conversions between int types in mapnik::color (fixes clang++ warnings)"
(NOTE: color compoments need to be uint8_t not uchar)
This reverts commit c51793c7e4 .
|
2013-01-03 12:00:06 +00:00 |
|
Dane Springmeyer
|
0aa2c491ed
|
comment failing to_string precision test - refs #1676
|
2013-01-02 18:09:15 -08:00 |
|
Dane Springmeyer
|
1641519adc
|
tests for 64bit id handling in osm.input
|
2013-01-02 17:39:12 -08:00 |
|
Dane Springmeyer
|
0516c6e120
|
line at end of file
|
2013-01-02 16:22:19 -08:00 |
|
Dane Springmeyer
|
376e90f371
|
remove unneeded semicolon
|
2013-01-02 16:22:03 -08:00 |
|
Dane Springmeyer
|
e094776fc5
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2013-01-02 13:57:05 -08:00 |
|
Dane Springmeyer
|
a651bc9940
|
fixup various docstrings
|
2013-01-02 13:56:44 -08:00 |
|
Dane Springmeyer
|
982a829ce2
|
Avoid variable shadowing
|
2013-01-02 13:56:24 -08:00 |
|
Dane Springmeyer
|
b964151200
|
remove unneeded use of const keyword
|
2013-01-02 13:56:01 -08:00 |
|
Dane Springmeyer
|
faec481836
|
use size_type correctly
|
2013-01-02 13:54:06 -08:00 |
|
Dane Springmeyer
|
bc4b5739a0
|
fixup docstrings
|
2013-01-02 13:53:10 -08:00 |
|
Dane Springmeyer
|
10275274d2
|
remove unneeded semicolon
|
2013-01-02 13:51:39 -08:00 |
|
Dane Springmeyer
|
d09c33d524
|
avoid variable shadowing between members and constructor args
|
2013-01-02 13:51:15 -08:00 |
|
Dane Springmeyer
|
b1eaf2f869
|
Avoid clang++ implicit conversion warnings (-Wconversion)
|
2013-01-02 13:50:05 -08:00 |
|
Dane Springmeyer
|
c51793c7e4
|
avoid implicit conversions between int types in mapnik::color (fixes clang++ warnings)
|
2013-01-02 13:46:41 -08:00 |
|
Dane Springmeyer
|
a90b31b7a7
|
return the correct type in attribute.get_type
|
2013-01-02 13:45:06 -08:00 |
|
Dane Springmeyer
|
a78f5c2f70
|
comment unused function in miniz sources to avoid compiler warning
|
2013-01-02 13:44:19 -08:00 |
|
Dane Springmeyer
|
2b48a97458
|
remove unnessary semicolon
|
2013-01-02 13:42:56 -08:00 |
|
artemp
|
600eb07883
|
+ convert colours to doubles in set_color
|
2013-01-02 19:36:22 +00:00 |
|
Dane Springmeyer
|
fd089a228b
|
Add building symbolizer alpha handling fixes to changelog
|
2013-01-02 10:54:04 -08:00 |
|
artemp
|
bc8ea1c5a7
|
+ sync set_color(...) methods
+ fix alpha/opacity calc when processing building_symbolizer
|
2013-01-02 16:52:06 +00:00 |
|
artemp
|
8b66128c89
|
+ take into account alpha when rendering building frame
(TODO: consider more options - roof fill,??)
|
2013-01-02 16:50:28 +00:00 |
|
artemp
|
f7ad2f18fa
|
+ commenting out grid rendering - not sure how to display 'long long' values.
|
2013-01-02 15:39:36 +00:00 |
|
Dane Springmeyer
|
6b7c162970
|
iwyu
|
2012-12-26 16:52:47 -08:00 |
|
Dane Springmeyer
|
e52879d623
|
ensure plugin is only built after libmapnik
|
2012-12-26 16:52:24 -08:00 |
|
Dane Springmeyer
|
88e970841b
|
remove unneeded get_optional method on feature impl
|
2012-12-26 16:52:06 -08:00 |
|
Dane Springmeyer
|
0d8f415070
|
avoid unnessary datasource queries if style contains only empty rule(s) - closes #1670 - refs mapbox/carto#219
|
2012-12-21 20:03:41 -08:00 |
|
Dane Springmeyer
|
665d390021
|
only build svg_renderer C++ tests if CPP_TESTS=True
|
2012-12-21 20:02:19 -08:00 |
|
Dane Springmeyer
|
a4b07553ae
|
store copy of bbox on featureset to avoid the same potential bug as #1667 (9b3d2b7 )
|
2012-12-21 20:02:03 -08:00 |
|
Dane Springmeyer
|
2fa36ec3f4
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-12-21 19:58:50 -08:00 |
|
Dane Springmeyer
|
e6f36ba64a
|
add 64 bit feature id and grid_renderer support to changelog
|
2012-12-21 19:58:19 -08:00 |
|
Dane Springmeyer
|
0bc5b08470
|
Merge pull request #1671 from mapnik/bigint-feature-id
Bigint feature ids and grid_rendering buffer - closes #1662
|
2012-12-21 19:56:49 -08:00 |
|
Dane Springmeyer
|
aee275a08c
|
fix number handling in csv plugin and add tests for 64bit integer support in sqlite and postgis datasources - refs #1669
|
2012-12-21 19:53:33 -08:00 |
|
Dane Springmeyer
|
9b3d2b7d8e
|
fix sqlite featureset results when non using an rtree index - closes #1667
|
2012-12-20 22:40:39 -08:00 |
|
Dane Springmeyer
|
00e6316ef8
|
Merge branch 'master' of github.com:mapnik/mapnik into bigint-feature-id
|
2012-12-20 17:38:01 -08:00 |
|
Dane Springmeyer
|
900774f2a7
|
add a visual test for label line placement collision
|
2012-12-20 17:27:09 -08:00 |
|
Dane Springmeyer
|
22b41a7c6d
|
also test alternative is falsey method
|
2012-12-20 14:28:37 -08:00 |
|
Dane Springmeyer
|
6901a4ac8c
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-12-20 14:25:24 -08:00 |
|
Dane Springmeyer
|
5479dfbe0e
|
change mapnik::value::to_bool to return false if a string is empty - closes #1665
|
2012-12-20 14:24:56 -08:00 |
|
Dane Springmeyer
|
650ff20e1f
|
ignore alpha in grid_pixfmt::blend_hiline, since we can, it will avoid compiler warnings in blend_pix, and will offer secondary protection from the bug fixed in b775636 - refs #1662
|
2012-12-20 14:09:01 -08:00 |
|
Dane Springmeyer
|
b775636858
|
fix grid renderer when using 64bit feature ids by avoiding overflow in the 32bit enum (which should never be used since alpha always should be == to base_mask) - refs #1662
|
2012-12-20 14:07:42 -08:00 |
|
artemp
|
6512d2873a
|
+ swap patch from @joto : http://www.remote.org/jochen/tmp/swap.patch
|
2012-12-20 16:36:16 +00:00 |
|
Dane Springmeyer
|
8e2a5e5046
|
Merge branch 'bigint-feature-id' of github.com:mapnik/mapnik into bigint-feature-id
|
2012-12-19 20:13:44 -08:00 |
|
Dane Springmeyer
|
775215e874
|
Merge branch 'master' of github.com:mapnik/mapnik into bigint-feature-id
|
2012-12-19 20:13:19 -08:00 |
|
Dane Springmeyer
|
6590225ce0
|
disable C++ tests for travis build to speed up overall compile
|
2012-12-19 20:12:13 -08:00 |
|
Dane Springmeyer
|
ed409f5f2c
|
complete 64 bit default for grid_renderer
|
2012-12-19 20:08:12 -08:00 |
|
Dane Springmeyer
|
2a83483491
|
Merge branch 'master' of github.com:mapnik/mapnik into bigint-feature-id
|
2012-12-19 20:07:16 -08:00 |
|
Dane Springmeyer
|
58b978f71d
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-12-19 20:07:01 -08:00 |
|
Dane Springmeyer
|
222bc91c91
|
Merge branch 'master' of github.com:mapnik/mapnik into bigint-feature-id
|
2012-12-19 20:06:03 -08:00 |
|