Dane Springmeyer
|
6434466ee3
|
fix -Wshadow warning
|
2013-01-03 18:03:08 -08:00 |
|
Dane Springmeyer
|
626e0056fd
|
replace boost::trim with faster internal trim - refs #1633
|
2013-01-03 18:02:21 -08:00 |
|
Dane Springmeyer
|
58d53dbe2f
|
avoid -Wshadow warning
|
2013-01-03 18:01:36 -08:00 |
|
Dane Springmeyer
|
4843003cd2
|
remove uneeded semicolon
|
2013-01-03 18:01:09 -08:00 |
|
Dane Springmeyer
|
9183ca3d61
|
remove uneeded semicolon
|
2013-01-03 18:00:49 -08:00 |
|
Dane Springmeyer
|
771e2f3d8e
|
fix -Wshadow warning
|
2013-01-03 18:00:28 -08:00 |
|
Dane Springmeyer
|
ebfc3161c1
|
avoid direct usage of spirit in csv plugin
|
2013-01-03 16:26:09 -08:00 |
|
Dane Springmeyer
|
ec47745abf
|
fix failing exceptions test which needed a symbolizer added after #1670 and 0d8f415070
|
2013-01-03 16:25:14 -08:00 |
|
Dane Springmeyer
|
910c37cd18
|
update csv tests after removal of old 'quiet' option
|
2013-01-03 15:54:23 -08:00 |
|
Dane Springmeyer
|
a5fdcea9db
|
remove unused and obsolete 'quiet' option from csv datasource
|
2013-01-03 14:49:22 -08:00 |
|
Dane Springmeyer
|
000b714eae
|
fix more clang++ -Wshadow warnings
|
2013-01-03 12:37:45 -08:00 |
|
Dane Springmeyer
|
271e8468fd
|
fix compile of svg output renderer
|
2013-01-03 12:01:14 -08:00 |
|
artemp
|
8da2158781
|
+ allow configure BIGINT support (default: yes)
|
2013-01-03 16:23:36 +00:00 |
|
artemp
|
bba0b61dfc
|
+ consider metadata first when calculating extent
|
2013-01-03 15:44:05 +00:00 |
|
artemp
|
f71870b5b8
|
+ corrected tests ( @springmeyer - not sure about
```
eq_(feat['bigint'],'9223372036854775807')
```
test ??
)
|
2013-01-03 15:12:53 +00:00 |
|
artemp
|
9ad4f91780
|
+ should work correctly now (mapnik::value_null)
|
2013-01-03 15:08:11 +00:00 |
|
artemp
|
b7f463514d
|
+ don't add dummy attributes
|
2013-01-03 15:07:41 +00:00 |
|
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 |
|