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 |
|
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 |
|
jakepruitt
|
b4bc16751c
|
Adjusted error message logic for logging path ids
|
2015-07-29 22:37:30 -04:00 |
|
jakepruitt
|
af27af4af2
|
Improving svg test coverage
- refs #3005
|
2015-07-29 22:26:28 -04:00 |
|
artemp
|
f3870cc8fe
|
update test
|
2015-07-29 16:09:51 +02:00 |
|
artemp
|
5b287ab798
|
catch std::exception to get better stderr
|
2015-07-29 16:09:33 +02:00 |
|
artemp
|
d05c13d849
|
unit test - cope with incorrectly encoded geometries
|
2015-07-29 15:42:53 +02:00 |
|
artemp
|
4cf6ce1866
|
correct error handling
|
2015-07-29 13:01:51 +02:00 |
|
artemp
|
9531adbf56
|
re-use attribute pointer and reduce number of local vars
|
2015-07-29 11:16:51 +02:00 |
|
artemp
|
a8f5ddff73
|
handle empty <g> element + fix visibity parsing
|
2015-07-28 19:37:55 +02:00 |
|
artemp
|
e9284ce62a
|
c++ tidy
|
2015-07-28 16:50:06 +02:00 |
|
artemp
|
0b728e676c
|
update visual test data
|
2015-07-28 16:35:50 +02:00 |
|
artemp
|
515da3f9a8
|
rapidxml based svg parser - initial impl
|
2015-07-28 16:33:39 +02:00 |
|
artemp
|
4ee453ada0
|
update test data
|
2015-07-28 10:30:24 +02:00 |
|
artemp
|
42c8da72e9
|
Merge branch 'master' into svg-parser-errors
|
2015-07-28 10:29:59 +02:00 |
|