Jiri Drbalek
8b7427bf6b
Update visual tests
2018-11-29 17:57:35 +00:00
Jiri Drbalek
378b19b53d
Vector patterns with Cairo
2018-11-29 17:45:51 +00:00
talaj
38fa2a9792
Merge pull request #4005 from mapycz/v3.0.x-fix-pattern-alignment
...
v3.0.x: True global pattern alignment, fixed local alignment
2018-11-06 18:05:30 +01:00
Jiri Drbalek
0213b0d8c7
Update visual tests
2018-10-27 20:32:26 +00:00
Jiri Drbalek
e472ad965e
True global pattern alignment, fixed local alignment
2018-10-27 20:27:42 +00:00
Jiri Drbalek
73b8369178
render_pattern() needs its own rasterizer
2018-10-27 20:27:42 +00:00
talaj
0a7665a52d
Merge pull request #4004 from mapycz/v3.0.x-line-pattern-repeat
...
v3.0.x: Line pattern "repeat"
2018-10-27 21:46:55 +02:00
Jiri Drbalek
68cb0c2a03
Update tests
2018-10-23 19:54:26 +00:00
Jiri Drbalek
e49abfc90e
Polygon pattern on line geometries for Grid backend
2018-10-23 19:48:34 +00:00
Jiri Drbalek
0709a251e0
Polygon pattern on line geometries for Cairo backend
2018-10-23 19:48:34 +00:00
Jiri Drbalek
33443575f4
Polygon pattern on line geometries for AGG backend
2018-10-23 19:48:34 +00:00
talaj
1a043342f2
Merge pull request #4001 from mapycz/v3.0.x-offset_clip
...
v3.0.x: Improve padding calculation
2018-10-23 21:47:03 +02:00
Jiri Drbalek
3f9970075d
Update visual tests
2018-10-21 19:54:36 +00:00
Raul Marin
fd961048ea
Improve padding calculation
2018-10-21 19:42:56 +00:00
Artem Pavlenko
dbcd1b5fef
update CHANGELOG for mapnik v3.0.21 release [skip ci]
2018-10-08 10:12:20 +01:00
Artem Pavlenko
1dbb1d2c1e
setting up for mapnik v3.0.21 release [skip ci]
2018-10-08 10:08:44 +01:00
Artem Pavlenko
6b15fa8e7d
enable unsupported attributes handling + skip any elements inside <symbol>
+ add clipPath
to unsupported elments.
2018-10-02 10:13:15 +01:00
Artem Pavlenko
3e7146911b
remove unused variable
2018-10-02 09:43:07 +01:00
Mickey Rose
fd0ed46225
travis: switch to trusty, tweaks from master
2018-08-25 11:57:24 +02:00
Mickey Rose
5531dad9ea
update changelog [skip ci]
2018-08-07 23:54:25 +02:00
lightmare
cdfba12f07
Merge pull request #3963 from mapycz/icu-namespace
...
v3.0.x: Qualify ICU types explicitly
2018-08-02 17:54:30 +02:00
Jiri Drbalek
a42ac13cd8
Force full qualification of ICU types
...
https://github.com/mapnik/mapnik/issues/3961
2018-08-02 08:49:37 +00:00
Raul Marin
c3ec239699
Qualify ICU types explicitly
...
ICU 61 has dropped the global `using namespace icu;`
http://site.icu-project.org/download/61#TOC-Migration-Issues
2018-08-02 08:48:58 +00:00
talaj
cabcc079ff
Merge pull request #3939 from mapycz/v3.0.x-fix-overviews
...
v3.0.x: GDAL: Fixes of overviews
2018-08-01 15:44:53 +02:00
lightmare
d832b3cf1e
Merge pull request #3940 from lightmare/fix-bbox-reprojection-v3.0.x
...
Backport Fix bbox reprojection to v3.0.x
2018-07-20 19:23:05 +02:00
Jiri Drbalek
2e87bf3586
Update test data
2018-07-17 10:34:18 +00:00
Mickey Rose
d4af8f177b
Revert "allow visual test failures with g++"
...
This reverts commit 05936826b3
.
2018-07-17 11:47:48 +02:00
Mickey Rose
b2f8c0816b
proj_transform: fix bbox reprojection
...
- remove buggy calculate_bbox, use boost::geometry::envelope instead
- move helper envelope_points to anonymous namespace and make it always
produce exactly the requested number of points, even if it's not
evenly divisible by 4
2018-07-17 11:41:41 +02:00
Mickey Rose
6714207379
proj_transform test: use reference values from cs2cs tool
2018-07-17 11:38:44 +02:00
Jiri Drbalek
7cc52b12d5
Backport Python test of bbox reprojection
...
Originaly in Python from https://github.com/mapnik/mapnik/pull/2657
2018-07-17 11:38:44 +02:00
Jiri Drbalek
d3e34297c2
gdal: Refactoring
2018-07-17 08:37:33 +00:00
Jiri Drbalek
69f38549c5
gdal: Do not shrink query extent
2018-07-17 08:37:27 +00:00
Jiri Drbalek
a20c1fc1c4
gdal: Count in filter_factor
2018-07-17 08:37:19 +00:00
Jiri Drbalek
5ab034a35b
gdal: Fix finding closest overview
2018-07-17 08:37:10 +00:00
lightmare
142b0ad463
Merge pull request #3927 from lightmare/test-ds-attr-types-3.0
...
Also check types of values in datasource tests
2018-07-02 14:06:31 +02:00
Mickey Rose
de14f92019
datasource tests: typos
2018-07-02 11:48:35 +02:00
Mickey Rose
482cd02585
datasource tests: fix failing csv test
...
- it was indeed the test that was wrong; the coordinates in nypd.csv are
specified with a decimal point, thus should be `value_double`
2018-07-02 11:48:35 +02:00
Mickey Rose
93c379820e
datasource tests: use macro REQUIRE_ATTRIBUTES instead of function
...
- failing checks report location inside the function, not where it's
called from; using macro reports proper location
2018-07-02 11:48:35 +02:00
Mickey Rose
fa0d4c923f
datasource tests: also check value types in REQUIRE_ATTRIBUTES
2018-07-02 11:48:33 +02:00
Artem Pavlenko
bf1c55b627
update CHANGELOG for mapnik v3.0.20 release [skip ci]
2018-04-12 11:25:09 +02:00
Artem Pavlenko
f02c7bcdbf
git commit -a -m "setting up for mapnik v3.0.20 release [skip ci]"
2018-04-12 11:19:12 +02:00
Artem Pavlenko
d1f041dad0
Merge pull request #3882 from mapycz/fix-grid-placement-nested-template
...
v3.0.x: fix compiler warning
2018-04-11 10:29:18 +02:00
Artem Pavlenko
8e933607a7
follow up on 5b8b75e680
2018-04-11 08:36:43 +00:00
Artem Pavlenko
4510c77d55
fix compiler warning
...
```include/mapnik/text/symbolizer_helpers.hpp:164:45: warning: template template parameter using 'typename' is a C++17 extension
[-Wc++17-extensions]
template <template <typename, typename> typename GridAdapter>
^~~~~~~~
class
```
2018-04-11 08:32:22 +00:00
Blake Thompson
d4f95642ca
Merge pull request #3872 from mapnik/gdal_overview_fix_v3.0.x
...
GDAL Driver Overview Fix and Memory Reduction
2018-03-30 15:44:07 -05:00
Blake Thompson
ba950893af
Merge pull request #3879 from mapnik/raster-colorizer-image-size-v3.0.x
...
Raster colorizer: check image bounds
2018-03-30 14:54:37 -05:00
Jiri Drbalek
a93dd6b17d
Raster colorizer: check image bounds
2018-03-30 14:48:21 -05:00
Blake Thompson
e128d75366
Make max_image_area a datasource parameter for GDAL.
2018-03-30 14:47:34 -05:00
Blake Thompson
9bcd733def
Update test data and data-visual to main line
2018-03-20 15:04:30 -04:00
Blake Thompson
361f40f486
A fix for two distinct issues associated with gdal featuresets, the first is overviews were not properly being utilized based on the resolution of the final image requested. The second is that allocation of far too much memory could be possible in GDAL to attempt to do resampling internally in mapnik. This now has a hard cap so that we allocate less memory in these situations but are still able to resample internally in mapnik.
2018-03-20 13:18:46 -04:00