Dane Springmeyer
a968f972e0
quiet pgraster tests by default
2014-08-12 20:27:01 -07:00
Dane Springmeyer
b302929fb4
make sure pgraster is rebuilt if headers change inside the postgis plugin dir
2014-08-12 20:27:01 -07:00
Dane Springmeyer
e458959ea3
remove unused function
2014-08-12 20:27:01 -07:00
Dane Springmeyer
f566df3fca
Merge pull request #2352 from kernelsanders/2.3.x
...
ogr plugin extent error handling
2014-08-12 17:32:08 -07:00
Dane Springmeyer
cb3281e3a4
travis: disable gdal
2014-08-12 16:41:14 -07:00
Dane Springmeyer
9f2ceb71f1
travis: try upgrading postgis from ubuntugis repo
2014-08-12 16:36:22 -07:00
Dane Springmeyer
df8aa14f9a
travis: try by declaring libgdal1h=1.10.0-1~precise1
2014-08-12 16:06:44 -07:00
Dane Springmeyer
60974742e7
travis: try without ubuntugis-unstable
2014-08-12 16:02:41 -07:00
Dane Springmeyer
3032c836a8
travis: see if postgis works with default postgres
2014-08-12 15:56:41 -07:00
Dane Springmeyer
435ebbad91
travis: create and init template_postgis
2014-08-12 15:26:57 -07:00
Dane Springmeyer
ce5d5e4b4c
Merge pull request #2329 from strk/2.3.x-pgraster2
...
Implement input plugin for PostGIS Rasters
2014-08-12 14:53:56 -07:00
Joel Brown
e8c3c0bad9
ogr plugin extent error handling
2014-08-12 15:10:25 -06:00
Dane Springmeyer
35f7314e92
rollback png8 default in 2.3.x - closes #2110
2014-08-12 13:50:32 -07:00
Dane Springmeyer
6c3301d8eb
deprecate bilinear8 in 2.3.x - refs #2076
2014-08-12 13:26:35 -07:00
Dane Springmeyer
9d74adb871
Merge pull request #2350 from kernelsanders/2.3.x
...
Add optional extent parameter to OGR datasource plugin
2014-08-12 11:40:19 -07:00
Joel Brown
b28ca1ff08
Undo stupid windows file permissions change on rundemo.py
2014-08-12 12:03:58 -06:00
Joel Brown
8553514f23
formatting
2014-08-12 11:59:36 -06:00
Joel Brown
480a8f3d48
formatting
2014-08-12 11:58:46 -06:00
Joel Brown
106ecb2b9c
formatting
2014-08-12 11:54:46 -06:00
Joel Brown
e9d1ea8032
OGR plugin extent test
2014-08-12 11:39:24 -06:00
Dane Springmeyer
5a481fcf2d
fix support for ttc/dfont font formats
...
- both formats likely will contain multiple valid faces
- ttc should work on across platforms - dfont is likely osx only
- fixes #2274 and 2341
Thanks @strk for helping uncover the problem and providing a testcase
2014-08-11 19:13:20 -07:00
Dane Springmeyer
60b72524c1
font_registration test: only modify severity temporarily
2014-08-11 18:51:38 -07:00
Dane Springmeyer
9253ce10f8
multiface font tests
2014-08-11 17:30:48 -07:00
Dane Springmeyer
6bfd920c6c
travis: only test with clang
2014-08-11 17:27:54 -07:00
Joel Brown
d75fb237b1
Add optional extent paramater to ogr plugin
2014-08-11 16:06:21 -06:00
Dane Springmeyer
fdf86c7411
Merge pull request #2343 from strk/2.3.x-false-negatives
...
Fix false negative responses from python tests
2014-08-10 19:53:40 -07:00
Sandro Santilli
7afc2754cb
Fix false negative responses from python tests
...
Closes #2298
2014-08-08 13:01:02 +02:00
Dane Springmeyer
ca2c0d028d
travis: attempt to fix gdal install
2014-08-07 19:24:03 -07:00
Dane Springmeyer
bf276591eb
scons: no need to link to fontconfig in static cairo build
2014-08-07 19:17:16 -07:00
Dane Springmeyer
dd02192932
remove deprecation warnings in 2.3.x - refs #1340
2014-08-04 19:23:38 -07:00
Sandro Santilli
fa4d1e4ada
Implement input plugin for PostGIS Rasters
...
Closes #1660 .
Includes python bindings and testcases.
2014-08-01 10:25:41 +02:00
Dane Springmeyer
798dd3124b
Merge branch '2.3.x' of github.com:mapnik/mapnik into 2.3.x
2014-07-30 09:59:46 -07:00
Dane Springmeyer
6eea010c6a
scons: fix first-run clean problem #2112
2014-07-29 17:55:29 -07:00
Dane Springmeyer
916a30124b
Merge pull request #2304 from strk/2.3.x-readonly
...
Ensure read-only transactions
2014-07-28 18:00:53 -07:00
Dane Springmeyer
417f1c7c3f
fix -Wsign-compare warnings in several grammars
2014-07-28 11:56:33 -07:00
Dane Springmeyer
861f2677e0
Revert "return code 0 to gracefully exit if python bindings are not available"
...
This reverts commit 540f70a1f4
.
2014-07-25 11:49:59 -07:00
Dane Springmeyer
dc61b2ac12
scons: fix 'make clean' so it actually runs completely
2014-07-24 19:06:26 -07:00
Dane Springmeyer
540f70a1f4
return code 0 to gracefully exit if python bindings are not available
2014-07-24 18:59:53 -07:00
Dane Springmeyer
7957c05df0
update expected tests after 136e97edd4
- closes #2311
2014-07-24 18:24:41 -07:00
Dane Springmeyer
48f920ab95
workaround old GDAL bug regarding rgba images and alpha reporting - closes #2310
2014-07-22 15:01:36 -07:00
artemp
5fe68f6d1b
Merge branch 'mojodna-color-comp-op' into 2.3.x
2014-07-22 10:57:33 +01:00
Seth Fitzsimmons
136e97edd4
Work in HSL so luma can be preserved
2014-07-21 18:08:43 -07:00
Sandro Santilli
f131040dff
Ensure read-only transactions
...
Closes #2142
2014-07-16 10:59:11 +02:00
Dane Springmeyer
c07aeac4c2
repair visual tests to be able to round trip (undo bits that require 3.x support)
2014-06-27 12:44:47 -07:00
Artem Pavlenko
f06c089067
Merge pull request #2285 from mapnik/faster-font-io2
...
Faster font i/o backported to 2.3.x - refs #2282
2014-06-25 08:48:18 +01:00
Dane Springmeyer
bdd800b6fc
Faster font i/o backported to 2.3.x - refs #2282
2014-06-24 19:46:46 -07:00
Dane Springmeyer
a1cab08d77
fix #2283
2014-06-24 17:50:35 -07:00
Dane Springmeyer
7c7da1a2fd
backport image-filters/alpha fix to 2.3.x branch - refs #1313
2014-06-19 10:27:34 -07:00
Dane Springmeyer
4b90c96600
windows build fixes in palette and miniz_png headers
2014-06-18 17:53:33 -07:00
Dane Springmeyer
cda6238325
windows fix: declar miniz PNGWriter
2014-06-18 17:14:07 -07:00