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 |
|
Blake Thompson
|
3fcd54123c
|
Updated data-visual with tiff changes
|
2017-06-02 12:38:39 -05:00 |
|
artemp
|
d6bf258f3a
|
Merge branch 'webp_tests' into v3.0.x
|
2017-06-02 18:32:08 +02:00 |
|
Blake Thompson
|
20fd003618
|
Added new tests for webp data
|
2017-06-01 15:38:00 -05:00 |
|
artemp
|
9940193c0b
|
return error code when no feature can be read from shapefile + update unit test (ref #3198)
|
2017-06-01 15:45:14 +02:00 |
|
artemp
|
9f19fa8943
|
freetype_engine : revert back to original APIs usage.
This reverts commit 1c101c3243 .
|
2017-06-01 12:35:14 +02:00 |
|
Artem Pavlenko
|
98fa7699f3
|
Merge pull request #3688 from mapnik/font-engine-singleton
make font-engine-singleton to have better control over objects life-t…
|
2017-06-01 11:31:18 +02:00 |
|
artemp
|
c09f6a8434
|
freetype_engine - re-use base class mutex .
|
2017-06-01 10:51:59 +02:00 |
|
artemp
|
d1327dea88
|
freetype_engine - preserve original intetface via static methods + make impl methods private.
|
2017-06-01 10:45:09 +02:00 |
|
Dane Springmeyer
|
e4b5ddb1aa
|
add missing include / fix windows compile
|
2017-05-31 12:50:27 -07:00 |
|
Dane Springmeyer
|
ce47610677
|
update font path in test file
|
2017-05-31 10:41:34 -07:00 |
|
artemp
|
648f9698a0
|
use sigleton interface when calling freetype_engine methods.
|
2017-05-30 12:53:20 +02:00 |
|
artemp
|
a054ee0a31
|
c++ minor formatting.
|
2017-05-29 12:33:32 +02:00 |
|
artemp
|
4d6a1c5cfc
|
font_engine_freetype - remove default constructor and virtual destructor (??).
|
2017-05-29 10:46:40 +02:00 |
|