artemp
|
4ab6cd5855
|
update DeJaVu Fonts to the latest 2.35
|
2015-08-12 11:22:58 +02:00 |
|
artemp
|
c0e2cf3616
|
update scons + visual test
|
2015-08-12 11:18:09 +02:00 |
|
artemp
|
1e7980608e
|
Merge branch 'naturalatlas-dot-scale'
|
2015-08-12 10:55:08 +02:00 |
|
artemp
|
771d2844db
|
Merge branch 'dot-scale' of https://github.com/naturalatlas/mapnik into naturalatlas-dot-scale
|
2015-08-12 10:40:12 +02:00 |
|
artemp
|
751abba262
|
add parse_jpeg_quality method + uint test parsing jpegXX and jpeg:quality=XX options
ref #3024
|
2015-08-12 10:29:57 +02:00 |
|
Blake Thompson
|
0b6b11b9cf
|
Added the ability for filter_image to throw properly with bad input and added the ability for a new image to be returned
|
2015-08-11 19:22:09 -05:00 |
|
Blake Thompson
|
75522c0cc5
|
Merge branch 'master' into image_filters
|
2015-08-11 15:31:41 -05:00 |
|
Blake Thompson
|
bf009489d7
|
Updated changelog with recent changes
|
2015-08-11 15:31:09 -05:00 |
|
Blake Thompson
|
792e94ae90
|
Removed image-filter from map object, made it so that premultiplication/demultiplication only took place when correctly required in image filters.
|
2015-08-11 14:31:29 -05:00 |
|
Blake Thompson
|
ab2855a130
|
Made it so that singleton deleted at exit could be turned off.
|
2015-08-11 11:34:35 -05:00 |
|
artemp
|
b5dedd0e69
|
JPEG - revive backward compatible quality format jpeg<N> e.g jpeg80, jpeg90 etc.
ref #3024
|
2015-08-11 17:13:54 +02:00 |
|
artemp
|
6c01870397
|
expose mapnik::geometry::polygon<double>::rings_container to allow specialising interior rings container
|
2015-08-11 17:13:04 +02:00 |
|
Artem Pavlenko
|
e68da0d083
|
Merge pull request #3016 from mapycz/text-null-bbox
Null text collision box
|
2015-08-10 12:18:31 +02:00 |
|
artemp
|
2913982d31
|
const
|
2015-08-10 11:19:11 +02:00 |
|
Blake Thompson
|
a492028f25
|
Initial commit of changes for image_filters so they can be called outside of agg renderer
|
2015-08-07 15:54:39 -05:00 |
|
Blake Thompson
|
161469ed63
|
Fixed an issue with fields over size of int32 in OGR plugin and added tests to cover this situation.
|
2015-08-05 13:47:17 -05:00 |
|
Blake Thompson
|
ec73b50557
|
Added ability for image filters to be used on the map object, so that the entire map has an image filter applied. Corrected issues with colorblind algorithms due to incorrect algorithm used as colorspace was required to be in sRGBA rather then RGBA.
|
2015-08-05 12:35:17 -05:00 |
|
Blake Thompson
|
6245790e72
|
Added new image filters that allow an image to be viewed in colorblind modes, allow cartographers to see what their maps would appear like to a color blind person
|
2015-08-04 17:41:31 -05:00 |
|
Jiri Drbalek
|
c1d8095d59
|
shields: set marker after collision test
|
2015-08-04 13:38:52 +00:00 |
|
Jiri Drbalek
|
162f82cba5
|
ensure null text has no bbox
|
2015-08-04 13:29:16 +00:00 |
|
Jiri Drbalek
|
96b35c540d
|
visual tests: set test duration to zero on error
|
2015-08-03 10:45:23 +00:00 |
|
Jiri Drbalek
|
32afdb10e5
|
visual tests: limit number of failures
|
2015-08-03 10:45:14 +00:00 |
|
Brian Reavis
|
9bdca97579
|
Fixed dot symbolizer not acknowledging scale factor.
|
2015-08-02 14:55:26 -06:00 |
|
Blake Thompson
|
6b05f19c38
|
update CHANGELOG for mapnik v3.0.2 release
|
2015-07-31 14:31:56 -05:00 |
|
Blake Thompson
|
8305e74eaf
|
setting up for mapnik v3.0.2 release
|
2015-07-31 14:31:21 -05:00 |
|
Blake Thompson
|
f5cf669736
|
Updated SVG unit test so that it no longer writes to std err. closes #3007
|
2015-07-31 12:31:54 -05:00 |
|
Artem Pavlenko
|
727341f41a
|
Merge pull request #3003 from mapnik/svg-parser-errors
SVG parser refactoring and improvements
|
2015-07-31 17:06:30 +02:00 |
|
artemp
|
df8c5ce599
|
update test data
|
2015-07-31 12:54:42 +02:00 |
|
artemp
|
42bf2303e0
|
fix parse_double_optional_percent grammar and update tests
|
2015-07-31 11:35:02 +02:00 |
|
artemp
|
f9bd21eeb5
|
Merge branch 'svg-parser-errors' into large_csv
|
2015-07-31 11:18:55 +02:00 |
|
artemp
|
5b04764757
|
SVG - update tests to work with marker_cache's strict policy
|
2015-07-31 10:47:30 +02:00 |
|
artemp
|
3a4d57492f
|
make parser strict - return marker_null() on SVG parser failures
redirect stderr to MAPNIK_LOG
|
2015-07-31 10:44:42 +02:00 |
|
jakepruitt
|
0cc524aa1c
|
Adding percentage for linear gradient
|
2015-07-30 17:35:30 -04:00 |
|
jakepruitt
|
1f7b961901
|
Update test data
|
2015-07-30 17:09:26 -04:00 |
|
jakepruitt
|
6f6af87a43
|
Write invalid parse_string test
|
2015-07-30 17:05:19 -04:00 |
|
jakepruitt
|
9549a1cc01
|
Adding tests for radial gradients with percentages
|
2015-07-30 16:46:27 -04:00 |
|
Dane Springmeyer
|
261b2f5185
|
drop libxml2 as a dep in bootstrap for now (todo - selectively re-enable #3008)
|
2015-07-30 11:24:38 -07:00 |
|
Dane Springmeyer
|
2af5a75dd7
|
default to ptree xml parser (rapidxml inside boost) instead of libxml2
|
2015-07-30 11:22:23 -07:00 |
|
Dane Springmeyer
|
a552518541
|
avoid a few -Wsign-conversion warnings
|
2015-07-30 11:10:23 -07:00 |
|
Dane Springmeyer
|
76e761b2f0
|
fix grammar in 3.0.1 summary [skip ci]
|
2015-07-30 10:39:48 -07:00 |
|
jakepruitt
|
8982938270
|
Adding test for gradient xlink:href
- refs #3005
|
2015-07-30 12:48:23 -04:00 |
|
artemp
|
9f4db6c855
|
use correct define -> HAVE_LIBXML2
|
2015-07-30 18:30:22 +02:00 |
|
artemp
|
56712c2435
|
fix XMLPARSER=libxml2 logic
|
2015-07-30 14:34:01 +02:00 |
|
artemp
|
362a2ee0b1
|
use std::ptrdiff_t and remove static_cast's - ref #3006
|
2015-07-30 14:32:18 +02:00 |
|
artemp
|
ffcacf3509
|
make libxml2 optional dependency (XMLPARSER=libxml2)
|
2015-07-30 13:14:37 +02:00 |
|
artemp
|
f8fd60dc69
|
remove libxml includes and init calls
|
2015-07-30 13:13:53 +02:00 |
|
artemp
|
9d43f69cf6
|
const correctness
|
2015-07-30 11:09:08 +02:00 |
|
artemp
|
f75921c7ca
|
update test + data
|
2015-07-30 11:09:08 +02:00 |
|
artemp
|
e5c4dbf1c0
|
format
|
2015-07-30 11:04:17 +02:00 |
|
artemp
|
930893a877
|
benchmark - correct params
|
2015-07-30 11:04:17 +02:00 |
|