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
Artem Pavlenko
a08ba860da
update CHANGELOG for mapnik v3.0.19 release [skip ci]
2018-03-06 09:48:28 +01:00
Artem Pavlenko
d50562d547
setting up for mapnik v3.0.19 release [skip ci]
2018-03-06 09:47:25 +01:00
Artem Pavlenko
d635b9f436
update CHANGELOG
2018-03-05 11:46:26 +01:00
Artem Pavlenko
96435b2a3a
update version to 3.0.19
2018-03-05 11:46:07 +01:00
Raul Marin
2cef98d7f7
ICU DATA: Default to icu-config if u_getDataDirectory fails
2018-02-26 16:25:20 +01:00
Artem Pavlenko
98d39ff398
Merge pull request #3824 from albertov/v3.0.x
...
Backport "Export all text_placements_ classes from mapnik.dll"
2018-02-26 12:17:11 +01:00
Raul Marin
44f1ae3a6e
PROJ_LIB: Fix detection code
...
.sconf_temp/conftest_24.cpp:30:42: error: use of undeclared identifier 'strlen'
2018-02-20 09:22:44 -08:00
Artem Pavlenko
baf5cdbd71
Merge pull request #3858 from mapycz/port-grid-placement-v3.0.x
...
Grid placement for v3.0.x
2018-02-15 10:08:22 +01:00
Jiri Drbalek
f91d37d93d
Update visual tests
2018-02-14 12:13:17 +00:00
Jiri Drbalek
2f2dcf1eea
grid_vertex_converter: Fix handling of empty polygon
2018-02-14 11:58:21 +00:00
Jiri Drbalek
a602c65354
AGG: Fix invalid memory access if input buffer size is zero
2018-02-14 11:58:21 +00:00
Jiri Drbalek
098fd27291
Add grid placement for text and shield symbolizer
2018-02-12 17:07:35 +00:00
Artem Pavlenko
1bb070c842
Merge pull request #3846 from mapycz/interior-scale-invariant-v3.0.x
...
v3.0.x: Interior, polylabel: Scale precision by polygon size
2018-02-06 13:20:51 +01:00
Jiri Drbalek
75381d217f
Update visual tests
2018-02-06 11:52:53 +00:00
Jiri Drbalek
95a4bff127
interior, polylabel: Scale precision by polygon size
2018-02-06 09:54:47 +00:00
Artem Pavlenko
110b7b8185
update CHANGELOG for mapnik v3.0.18 release [skip ci]
2018-01-26 14:59:46 +01:00
Artem Pavlenko
44ef46c810
update CHANGELOG for mapnik v3.0.18 release [skip ci]
2018-01-26 09:55:33 +01:00
Artem Pavlenko
a30f8ed20c
Backport #3838 to v3.0.x branch ( fixes #3842 )
2018-01-25 16:01:39 +01:00