Artem Pavlenko
498142f700
bump up version to 3.0.17
2017-11-27 09:55:20 +01:00
Artem Pavlenko
c3704c968b
Fix licence link ( #3804 )
2017-11-27 09:54:46 +01:00
Artem Pavlenko
b0f3f1aed7
port Scons3 support from master
2017-11-24 11:29:14 +01:00
Dane Springmeyer
f5ea42b11f
at workaround for throw_out_of_range_fmt
...
remove inadvertent change
also dump glibcxx symbols on circle
add glibc_workaround.cpp if option is chosen
This reverts commit 751d9bff1672f6b8cbd2b5ebe2eb460223746806.
add script that asserts on expected symbols
check symbols for all modes, only error if symbols exist + ENABLE_GLIBC_WORKAROUND
2017-11-21 16:07:41 +01:00
Artem Pavlenko
51b177802f
update CHANGELOG for mapnik v3.0.16 release [skip ci]
2017-11-16 15:41:24 +01:00
Artem Pavlenko
8d7b75ed6b
update CHANGELOG in preparation to v3.0.16 release.
2017-11-14 14:49:01 +01:00
Artem Pavlenko
a408b0732e
Don't collect invalid bounding boxes (ref #3709 )
2017-11-07 14:32:33 +01:00
Artem Pavlenko
0a15a955a2
SVG parser - fix default gradient vector in linear gradient [0,0,1,0] + support units in offset
attribute.
2017-11-06 12:38:33 +01:00
talaj
995ab49f23
fix memory leak ( #3775 )
2017-11-03 10:48:55 +01:00
talaj
5996fb07ec
Fix centroid and interior algorithms ( #3771 )
...
* fix interior algorithm - closing segment handling
* fix centroid algorithm - closing segment handling
* update visual tests
2017-11-03 10:17:54 +01:00
Dane Springmeyer
9466965725
bump to v3.0.16
2017-09-10 11:24:21 -07:00
Dane Springmeyer
bd3bbd7d59
Merge pull request #3759 from mapnik/collect-dep-data-paths
...
Fix mapnik-config reporting of --proj-lib, --gdal-data, and --icu-data
2017-09-10 11:07:39 -07:00
Dane Springmeyer
f3c71785e4
adapt to spelling fix in svg tests
2017-09-10 10:21:39 -07:00
Dane Springmeyer
fa057a8d06
fix spelling in svg parser error
2017-09-10 08:59:27 -07:00
Dane Springmeyer
5a97602aa1
make the configure script actually bash
2017-09-10 08:40:46 -07:00
Dane Springmeyer
8631ae0e74
keep using dist:precise for now after travis default switched
2017-09-09 15:06:03 -07:00
Dane Springmeyer
58a864d133
Query ICU_DATA, PROJ_LIB, and GDAL_DATA
...
- ensure the paths are correct and on the system
- make the results available in mapnik-config
2017-09-09 11:52:10 -07:00
artemp
f64c7573b1
Ensure svg number + units parser fails on cur != end
condition (got missed via cherry-pick
)
2017-08-08 13:12:11 +01:00
artemp
3597c585be
svg-parser - unify error messages text + update unit test
2017-08-08 12:42:17 +01:00
artemp
8cdd61e846
add missing ' in error message.
2017-08-02 10:30:37 +01:00
artemp
a6230559f1
Enforce consistent error handling policy - always throw on fatal errors (both strict and non-strict). In strict
mode throw on first parsing error. Remove return values from parse
,parse_from_string
and traverse_tree
methods. Update unit tests.
2017-07-31 10:58:57 +01:00
artemp
7f4adc2d73
only include <unicode/unistr.h> if ICU >= 59 (attempting to fix current coverage
build on travis).
2017-07-21 10:11:29 +02:00
artemp
d3ec91b29b
Add support for U_ICU_VERSION_MAJOR_NUM >= 59 ( #3729 )
2017-07-19 16:09:22 +02:00
artemp
9447c185d4
Update CHANGELOG with missing #3688 [skip-ci]
2017-07-18 10:10:15 +02:00
Artem Pavlenko
f06147b454
Merge pull request #3721 from mapnik/tiff_alpha_rgba_fix
...
Use alpha in rgba of tiffs even if there is a no data value set.
2017-07-17 09:25:35 +02:00
Jiri Drbalek
2890add8e6
remove superfluous line
2017-07-17 09:06:58 +02:00
artemp
ed3e2454d5
disable handling unsupported attributes (leaving only well-known unsupported elements) to reduce verbosity.
2017-07-07 10:12:00 +02:00
Blake Thompson
3c0a387af7
Use alpha in rgba of tiffs even if there is a no data value set. Fixes #3714
2017-07-06 09:03:08 -05:00
artemp
249d6cc311
wkb_reader : pre-allocate number of polygons in multi_polygon
and number of geometries in geometry_collection
via vector.reserce(...)
2017-07-03 15:27:28 +02:00
artemp
1f5583b433
don't set depth
on git submodule update
2017-06-27 11:58:31 +02:00
artemp
d09f49b377
port "strict" SVG parsing, support for <use>
element and use of switch statements from https://github.com/mapnik/mapnik/tree/svg-strict-parsing
2017-06-27 11:41:26 +02:00
artemp
0ac9cc091a
remove depth
setting from git subodule update
2017-06-19 10:37:59 +02:00
artemp
15d18070aa
update CHANGELOG for mapnik v3.0.15 release [skip ci]
2017-06-16 10:36:55 +02:00
artemp
6e6cf8433b
update CHANGELOG.md
2017-06-15 12:08:43 +02:00
artemp
9b4df8ebc8
tiff_reader - use memory mapped files if MAPNIK_MEMORY_MAPPED_FILE is defined (ported from master)
2017-06-15 11:59:47 +02:00
artemp
36a23851f3
bump up version to 3.0.15
2017-06-15 11:06:41 +02:00
Blake Thompson
2f8485ba89
Merge pull request #3699 from mapnik/fix_filter_factor
...
Restore Filter Factor in Image Scaling
2017-06-13 08:21:33 -05:00
Blake Thompson
af95ca85e9
Updated tests
2017-06-13 07:47:23 -05:00
Blake Thompson
061b29f108
Restoring the way filter factors operate so that select algorithms still are passed variables in the form of filter factor to change their operation. Added this operation to raster plugin where it never existed prior. Additionally added a test that was created for #3698 proving that it is not currently an issue
2017-06-13 07:31:17 -05:00
artemp
08d8746b3a
update visual-data
2017-06-13 13:24:11 +02:00
artemp
d2627dfad8
tiff_reader - fix num_rows
logic in read_stripped
method ref #3679
2017-06-12 17:56:33 +02:00
artemp
bc528e4c8f
Update SHA
2017-06-06 17:44:26 +02:00
artemp
2b42e174fd
Update after #3696
2017-06-06 17:42:15 +02:00
Artem Pavlenko
0c1863aa7e
Merge pull request #3696 from mapnik/raster_limit
...
Fixes bug in raster plugin
2017-06-06 17:25:05 +02:00
Blake Thompson
a35a064ce4
Fixes bug in raster plugin
2017-06-06 10:11:53 -05:00
artemp
735eeb4702
CHANGELOG - update release date + SHA [skip ci]
2017-06-05 16:26:51 +02:00
artemp
7660b9e74a
update CHANGELOG for mapnik v3.0.14 release [skip ci]
2017-06-05 10:34:54 +02:00
artemp
5b88f687a1
Scons - update to 2.5.1
2017-06-05 10:29:21 +02:00
artemp
c4fb727076
bump version to 3.0.14
2017-06-02 20:25:13 +02:00
artemp
75e7a44c90
Merge branch 'webp_tests' into v3.0.x
2017-06-02 20:15:51 +02:00