Blake Thompson
|
170e20e864
|
First attempt at making raster overzooming and scaling work correctly and handle offsets properly.
|
2017-05-08 22:37:35 -05:00 |
|
Dane Springmeyer
|
b53db334af
|
link -ldl last
|
2017-04-19 18:30:34 -07:00 |
|
Dane Springmeyer
|
1632018a14
|
pgsql2sqlite:also link -ldl on linux
|
2017-04-19 18:10:03 -07:00 |
|
artemp
|
9f4a138b8b
|
fix formatting
|
2017-04-06 10:43:12 +01:00 |
|
artemp
|
149d2ca0a1
|
Avoid using c++14 extensions as v3.0.x should only require c++11 compliant compiler (fixes #3645).
|
2017-03-29 10:09:48 +01:00 |
|
Dane Springmeyer
|
635af3f4a3
|
point at 3.0.x branch of visual test data - refs mapnik/test-data-visual#46
|
2017-03-28 15:47:12 -07:00 |
|
Dane Springmeyer
|
9c4613f934
|
remove explicit instantiation of 'image_view<mapnik::image<mapnik::null_t> >' that occurs after an explicit specialization has no effect [-Winstantiation-after-specialization] (clang 4.x)
|
2017-03-28 15:25:17 -07:00 |
|
Dane Springmeyer
|
520f3fd0a0
|
improve check padding script to see deps via submodules
|
2017-03-28 15:18:48 -07:00 |
|
artemp
|
15fb2debb0
|
fix compilation - auto args in lambda is c++14 oops
|
2017-03-23 16:21:38 +00:00 |
|
artemp
|
fa549b380a
|
GeoJSON IO test - ensure geometries round-trip.
|
2017-03-23 15:01:50 +00:00 |
|
artemp
|
60d891f094
|
add "invalid" empty geometry tests
|
2017-03-22 15:07:07 +00:00 |
|
artemp
|
7caa0cffd4
|
from_geojson - catch all exceptions.
|
2017-03-22 15:06:34 +00:00 |
|
artemp
|
dbbf18c752
|
GeoJSON test - add empty geometries tests.
|
2017-03-22 14:41:08 +00:00 |
|
artemp
|
a1084e0c09
|
port GeoJSON parser/generator logic from master
|
2017-03-22 14:40:07 +00:00 |
|
Dane Springmeyer
|
c2fd522d0f
|
remove mason latest publishing and triggered builds - refs #3639
|
2017-03-19 17:57:10 -07:00 |
|
Dane Springmeyer
|
dfccc5f6bb
|
Merge pull request #3640 from mapnik/build-fixes
v3.0.x build fixes
|
2017-03-19 13:07:42 -07:00 |
|
Dane Springmeyer
|
284842a9d3
|
Merge pull request #3641 from mapnik/v3.0.x-more-dep-updates
Update mason deps
|
2017-03-19 12:39:30 -07:00 |
|
Dane Springmeyer
|
40753edadc
|
Merge branch 'v3.0.x-more-dep-updates' into build-fixes
|
2017-03-19 12:38:57 -07:00 |
|
Dane Springmeyer
|
e0db6b9a47
|
consistently use pkg-config in both postgis plugin and pgsql2sqlite + use GDAL_CONFIG var in plugins
|
2017-03-18 19:40:18 -07:00 |
|
Dane Springmeyer
|
91515cad69
|
update sqlite, icu, ccache, and libpq
|
2017-03-18 19:39:09 -07:00 |
|
Dane Springmeyer
|
0c232313d6
|
update visual test down now that mapnik/test-data-visual#44 is merged
|
2017-03-10 16:51:46 -08:00 |
|
Dane Springmeyer
|
8665fc7313
|
Merge pull request #3614 from mapnik/3.0.x-mason-upgrades
3.0.x mason upgrades
|
2017-03-10 14:58:14 -08:00 |
|
Dane Springmeyer
|
08822729cc
|
use zlib 1.2.8 package
|
2017-03-09 17:26:17 -08:00 |
|
Dane Springmeyer
|
f8e5f146ec
|
update mason version
|
2017-03-09 17:20:31 -08:00 |
|
Dane Springmeyer
|
07de7155f1
|
upgrade to latest harfbuzz
|
2017-03-09 17:10:34 -08:00 |
|
Mickey Rose
|
3fbe7f61a6
|
load_map: avoid segfault when ShieldSymbolizer has invalid placements
|
2017-02-22 03:21:48 +01:00 |
|
Dane Springmeyer
|
3706fcf587
|
use mason v0.7.0
|
2017-02-09 18:00:01 -08:00 |
|
Dane Springmeyer
|
947ac81ee4
|
point at mason master until mason is tagged
|
2017-02-08 19:24:33 -08:00 |
|
Dane Springmeyer
|
163af7a40f
|
update test-data - refs mapnik/test-data-visual#44
|
2017-02-08 17:31:46 -08:00 |
|
Dane Springmeyer
|
55e3e14f4d
|
more code coverage adjustments
|
2017-02-08 15:05:48 -08:00 |
|
Dane Springmeyer
|
7483f6328c
|
Add codecov.yml ignores
|
2017-02-08 15:02:47 -08:00 |
|
Dane Springmeyer
|
941a7eaf69
|
try codecov
|
2017-02-08 15:02:16 -08:00 |
|
artemp
|
489b7f2aca
|
fix typo
|
2017-02-08 14:04:59 -08:00 |
|
artemp
|
4c22e631a7
|
remove remaining usage of deprecated dymamic exceptions: dtors are implicitely noexcept + qualify what methods with noexcept
|
2017-02-08 13:47:02 -08:00 |
|
artemp
|
2845cdc121
|
remove bogus throw() specifier from 'add_attribute'
|
2017-02-08 13:46:51 -08:00 |
|
artemp
|
0cd3bd8737
|
dynamic exceptions deprecated in c++11 and removed in c++17 (http://en.cppreference.com/w/cpp/language/except_spec)
|
2017-02-08 13:46:40 -08:00 |
|
Dane Springmeyer
|
85da8ef128
|
port fix for std::fread from master - a220bda05d
|
2017-02-08 13:33:41 -08:00 |
|
Dane Springmeyer
|
7affd674fd
|
remove unused var [skip ci]
|
2017-02-08 13:31:13 -08:00 |
|
Dane Springmeyer
|
1f2de83531
|
also upgrade libpq
|
2017-02-08 13:04:35 -08:00 |
|
Dane Springmeyer
|
887964ae97
|
upgrade mason deps
|
2017-02-08 10:57:27 -08:00 |
|
artemp
|
c1267ebcd5
|
update CHANGELOG for mapnik v3.0.13 release [skip ci]
|
2017-02-08 14:06:42 +01:00 |
|
Dane Springmeyer
|
2a153c0d1f
|
fix linking of postgis to boost_regex (when boost regex is statically linked to icu libs)
|
2017-02-07 12:54:12 -08:00 |
|
artemp
|
4f3e6f4846
|
update CHANGELOG
|
2017-02-06 16:00:00 +01:00 |
|
Artem Pavlenko
|
391a9f835b
|
Merge pull request #3612 from mapnik/v3.0.x-3611
V3.0.x ref #3611
|
2017-02-06 14:26:01 +01:00 |
|
artemp
|
74e66bac58
|
test - update malformed featurecollection test (ref #3611)
|
2017-02-03 17:36:28 +01:00 |
|
artemp
|
d2d62bc95c
|
Return failure on invalid bounding box when --validate-features option is used. (ref #3611)
|
2017-02-03 17:23:48 +01:00 |
|
artemp
|
8cc7060ef1
|
remove bounding box validity check (ref #3611)
|
2017-02-03 17:20:25 +01:00 |
|
Artem Pavlenko
|
e35bca7381
|
Merge pull request #3610 from mapnik/v3.0.x-3609
GeoJSON - backport positions grammar changes from master, fixes #3609
|
2017-02-03 11:28:22 +01:00 |
|
artemp
|
6cb3bce2d7
|
GeoJSON - backport positions grammar changes from master, fixes #3609
|
2017-02-03 11:22:24 +01:00 |
|
lightmare
|
17dcffaf78
|
Merge pull request #3583 from mapnik/v3.0.x-cherry-pr3566
v3.0.x cherry-pick #3566
|
2017-02-02 15:32:29 +01:00 |
|