Dane Springmeyer
|
1155a6e33d
|
better library sort
|
2014-01-23 00:42:41 -08:00 |
|
Dane Springmeyer
|
7bcbcb0c4f
|
use premultiplied renderer for points/shields - closes #2117
|
2014-01-22 22:44:04 -08:00 |
|
Dane Springmeyer
|
3bd9e1b283
|
correct include for std::min/max
|
2014-01-22 17:01:38 -08:00 |
|
Dane Springmeyer
|
97d737fa7b
|
scons: fix variable name
|
2014-01-22 00:10:28 -08:00 |
|
Dane Springmeyer
|
7ad2e5b43d
|
finish support for disabling soname on linux
|
2014-01-21 21:35:10 -08:00 |
|
Dane Springmeyer
|
4e1423f8ce
|
improve configure doc for FULL_LIB_PATH and ENABLE_SONAME
|
2014-01-21 21:15:28 -08:00 |
|
Dane Springmeyer
|
edd0f24997
|
add ENABLE_SONAME option + embed rpath/loader_path by default - closes #1225
|
2014-01-21 21:12:55 -08:00 |
|
Dane Springmeyer
|
b50b534ab9
|
fix boost_regex icu detection on linux when statically linking
|
2014-01-20 17:47:23 -08:00 |
|
Dane Springmeyer
|
855a7149cb
|
fix linux linking order in python bindings
Conflicts:
bindings/python/build.py
src/build.py
|
2014-01-20 17:47:08 -08:00 |
|
Dane Springmeyer
|
5153678876
|
fix linking order in svg c++ tests
Conflicts:
tests/cpp_tests/svg_renderer_tests/build.py
|
2014-01-20 17:45:06 -08:00 |
|
Dane Springmeyer
|
e12dcd8b29
|
Merge branch '2.3.x' of github.com:mapnik/mapnik into 2.3.x
|
2014-01-19 16:27:24 -08:00 |
|
Dane Springmeyer
|
1894697bbe
|
fix relative paths in mapnik-config for fonts/plugins
|
2014-01-19 16:27:02 -08:00 |
|
Dane Springmeyer
|
50f978777d
|
remove uneeded include
|
2014-01-19 16:26:38 -08:00 |
|
Dane Springmeyer
|
cff13c0ff6
|
fix jpeg reading regression after #1805 - closes #2123 (patch from @clundgren)
|
2014-01-18 20:31:47 -08:00 |
|
Dane Springmeyer
|
2a953034f5
|
one more test for #2023
|
2014-01-17 19:55:13 -08:00 |
|
Dane Springmeyer
|
abfd4e530d
|
tests for #2023
|
2014-01-17 19:41:17 -08:00 |
|
Dane Springmeyer
|
8faf5511f1
|
further gdal nodata handling improvements - refs #2023
|
2014-01-17 19:13:53 -08:00 |
|
Dane Springmeyer
|
ee7ca60442
|
add woff support to changelog
|
2013-12-20 17:28:49 -05:00 |
|
Dane Springmeyer
|
448d093f77
|
accept woff (web font) format - closes #2113
|
2013-12-20 17:15:41 -05:00 |
|
Dane Springmeyer
|
bead269923
|
avoid duplicate call to start_layer_processing
|
2013-12-07 15:09:35 -08:00 |
|
Dane Springmeyer
|
f123b84fd8
|
travis: target latest postgres
|
2013-12-03 08:46:35 -08:00 |
|
Dane Springmeyer
|
a0d9977e5e
|
fix #2090
|
2013-12-02 21:47:25 -08:00 |
|
Dane Springmeyer
|
199b550e98
|
fix wkt_multi_generator typedef - previously accidentally matched mapnik::geometry_container - bug spotted by @mojodna - refs #2098
|
2013-11-30 16:53:39 -08:00 |
|
Dane Springmeyer
|
adc7ae587d
|
add has_svg_renderer status to python bindings
|
2013-11-22 15:50:48 -08:00 |
|
Dane Springmeyer
|
e5bb5ed8aa
|
backport geojson parsing/generation fixes from master to 2.3.x - refs #2083
|
2013-11-21 14:11:47 -08:00 |
|
Dane Springmeyer
|
15373f8e48
|
iwyu
|
2013-11-20 17:46:58 -08:00 |
|
Dane Springmeyer
|
37341a1282
|
fix hit_test for lines + add tests - refs #2041
|
2013-11-19 20:01:34 -08:00 |
|
Dane Springmeyer
|
9688562df3
|
python render_with_detector: respect scale_factor and offsets - refs #2075
|
2013-11-17 20:10:20 -08:00 |
|
Dane Springmeyer
|
46f19ff185
|
benchmarks: more reasonable threaded double to string results
|
2013-11-13 19:42:25 -08:00 |
|
Dane Springmeyer
|
5de5ffb764
|
remove unused and broken deepcopy support to be replaced in #2081 - refs #1390 and #946
|
2013-11-13 19:26:17 -08:00 |
|
Dane Springmeyer
|
4ae6c0ac61
|
fix typo
|
2013-11-13 18:47:38 -08:00 |
|
Dane Springmeyer
|
d10eb830a2
|
silence warnings in load_map/save_map tests for now
|
2013-11-13 18:45:30 -08:00 |
|
Dane Springmeyer
|
2564c00420
|
expression parser - avoid extra level of indirection
|
2013-11-13 18:44:58 -08:00 |
|
Dane Springmeyer
|
dc3fad51a3
|
add test for render_with_detector + fix scale rendering tests - refs #2075
|
2013-11-13 10:45:23 -08:00 |
|
Dane Springmeyer
|
6844863a89
|
Abort pending postgis connections when exception occurs
- patch from @abonnasseau
- closes #2042
- refs #2069
|
2013-11-12 18:38:39 -08:00 |
|
Dane Springmeyer
|
9c82c0c957
|
enable deprecated features in clipper 6.x - refs https://github.com/mapbox/mapnik-vector-tile/issues/30
|
2013-11-07 20:04:37 -08:00 |
|
Dane Springmeyer
|
0b39a7eb12
|
ogr plugin: remove unused code
|
2013-11-07 14:43:12 -08:00 |
|
Dane Springmeyer
|
08cfc5d0f3
|
travis: test all branches
|
2013-11-07 09:05:49 -08:00 |
|
Dane Springmeyer
|
f49654b160
|
png_reader: quote filenames in error output
|
2013-11-06 16:26:42 -08:00 |
|
Dane Springmeyer
|
6c8a8007e4
|
best practice: lways define NOMINMAX when including windows.h
|
2013-11-06 15:34:53 -08:00 |
|
Dane Springmeyer
|
f66fe78c03
|
png_reader ensure we throw early if a file_source cannot be opened
|
2013-11-06 15:34:26 -08:00 |
|
Dane Springmeyer
|
49829bf2f6
|
fix #1846 in 2.3.x branch for unix (msvc still a mystery)
|
2013-11-06 13:43:10 -08:00 |
|
Dane Springmeyer
|
84d9900862
|
upgrade clipper from 5.1.5->6.0.0
|
2013-11-06 13:37:30 -08:00 |
|
Dane Springmeyer
|
d0619bc402
|
update copyright year for scons build files
|
2013-11-05 16:54:13 -08:00 |
|
Dane Springmeyer
|
9ba060e499
|
update changelog afer #2065
|
2013-11-05 16:43:08 -08:00 |
|
Dane Springmeyer
|
0250538149
|
add support for geometry-transform in pattern symbolizers - closes #2065
|
2013-11-05 16:40:09 -08:00 |
|
Dane Springmeyer
|
2db7d7c390
|
use std namespace for math functions
|
2013-11-05 15:53:07 -08:00 |
|
Dane Springmeyer
|
fe5b3713ba
|
python bindings: reduce compile times by consolidating code in fewer cpp files
|
2013-11-05 15:11:23 -08:00 |
|
Dane Springmeyer
|
b08908b5f4
|
tests: no need to reference khmer font directory for bug2037
|
2013-11-04 21:06:32 -08:00 |
|
Dane Springmeyer
|
4fb6f25dcd
|
scons: back off using -Wshadow since this triggers too much spurious noise with g++-4.7 and clang++/libc++
|
2013-11-04 09:39:24 -08:00 |
|