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 |
|
artemp
|
3b6f3ff36f
|
c++ formatting
|
2017-05-29 10:46:21 +02:00 |
|
artemp
|
1c101c3243
|
make font-engine-singleton to have better control over objects life-time.
|
2017-05-26 16:52:50 +02:00 |
|
Dane Springmeyer
|
e6173385ca
|
use latest version of mason
|
2017-05-25 11:31:16 -07:00 |
|
artemp
|
09933916d6
|
fix spelling
|
2017-05-19 14:40:47 +02:00 |
|
artemp
|
185d788ea4
|
Backport TIFF I/O fixes from master (ref #3669 #3670)
|
2017-05-19 13:47:11 +02:00 |
|
artemp
|
99a7fa5044
|
Revert "update visual data one more time." : wrong branch
This reverts commit de533ab712 .
|
2017-05-17 21:21:02 +02:00 |
|
artemp
|
de533ab712
|
update visual data one more time.
|
2017-05-17 21:17:11 +02:00 |
|
Blake Thompson
|
125cd694b8
|
Updated changelog
|
2017-05-12 12:16:25 -05:00 |
|
Blake Thompson
|
5911fe6374
|
Merge pull request #3668 from mapnik/raster_overzoom_quest
Raster Overzoom Quest
|
2017-05-12 11:48:34 -05:00 |
|
Blake Thompson
|
b29e56051c
|
Merge branch 'v3.0.x' into raster_overzoom_quest
|
2017-05-12 10:59:32 -05:00 |
|
Blake Thompson
|
7222129e6c
|
Update visual test data to 3.0.x branch
|
2017-05-12 10:55:48 -05:00 |
|
artemp
|
ab783cbec4
|
Merge branch 'raster_overzoom_quest' of https://github.com/mapnik/mapnik into raster_overzoom_quest
|
2017-05-12 15:25:44 +02:00 |
|
Blake Thompson
|
baf6c9f321
|
Updated tests, changed boostrap to use latest released mason
|
2017-05-11 09:57:18 -05:00 |
|
Blake Thompson
|
e945eb74fe
|
Merge pull request #3672 from mapnik/filter_factor_removal
Removed filter factor
|
2017-05-10 16:02:17 -05:00 |
|