Commit graph

7368 commits

Author SHA1 Message Date
Sean Gillies
c1e47cc5df Allow user to specify a python executable.¬
¬
Fall back on `python`. Unlike the solution in PR #2395 this¬
puts all the responsibility for selecting the right python in the¬
case that "python" is Python 3 on the user. I've followed the lead¬
of the Python documentation Makefile. See

http://hg.python.org/cpython/file/340d48347295/Doc/README.txt
http://hg.python.org/cpython/file/340d48347295/Doc/Makefile

Intent is that if your `python` is Python 2 everything works as
before and that is your `python` is Python 3 but you have a
`python2` you can specify that instead.¬
2014-09-03 16:00:12 -06:00
Dane Springmeyer
9c548771ce remove useless svg renderer tests 2014-09-02 22:41:24 -07:00
Dane Springmeyer
5ae55a07e2 Merge pull request #2393 from strk/2.3.x-pgis-simplify-20th
Bring postgis simplification factor back to 1/20 of a pixel
2014-08-26 21:25:14 -07:00
Sandro Santilli
22a8946f62 Bring postgis simplification factor back to 1/20 of a pixel
This was the value in 2.2.x and was accidentally changed as part
of a completely unrelated commit, see:
http://github.com/mapnik/mapnik/issues/1639#issuecomment-53388951
2014-08-26 13:00:32 +02:00
Dane Springmeyer
5e96d5d54b fix gdal compile with msvs 2013 - closes #2257 2014-08-25 17:51:11 -07:00
Dane Springmeyer
c0e8fba619 add support for windows unicode paths in rapidxml loader 2014-08-25 14:50:58 -07:00
Dane Springmeyer
b221d571c5 avoid warning from boost geometry 2014-08-24 15:58:44 -07:00
Dane Springmeyer
5103e84ade fix compile with boost 1.56 - refs #2368 2014-08-24 15:58:28 -07:00
Dane Springmeyer
c7cca17494 fix avoid-edges support for shields - closes #983 2014-08-21 23:51:03 -07:00
Dane Springmeyer
3d5655f7e5 update expected visual images after fix for #2381 2014-08-21 23:46:41 -07:00
Dane Springmeyer
bfedde3cc6 visual tests: don't exit without reporting 2014-08-21 23:36:51 -07:00
Dane Springmeyer
5651a8b9db fix collsion box for shields when scale_factor is used #2381 2014-08-21 23:36:27 -07:00
Dane Springmeyer
3db8d34117 testcase for #983 against 2.3.x 2014-08-21 23:11:14 -07:00
Dane Springmeyer
7e725e59e1 Merge pull request #2380 from mapnik/travis-gdal
Travis gdal
2014-08-21 16:34:00 -07:00
Dane Springmeyer
a2ee09646e travis: re-enable devel for proj + image libs 2014-08-21 16:16:46 -07:00
Dane Springmeyer
ef6cabfa8a backport geojson plugin fixes from master - refs #2319 and 2367 2014-08-21 15:56:46 -07:00
Dane Springmeyer
df205e9b34 travis: another attempt at getting both gdal+postgis going - refs #2353 2014-08-21 15:28:18 -07:00
Dane Springmeyer
36bd809361 Merge pull request #2372 from strk/2.3.x-pgraster-credit
Add mention of CartoDB support in pgraster input plugin code
2014-08-20 08:42:26 -07:00
Sandro Santilli
743404d88c Add mention of CartoDB support in pgraster input plugin code 2014-08-20 17:22:44 +02:00
Dane Springmeyer
14b6ba951e tests: fix postgis/pgraster tests if lack of connection 2014-08-19 13:52:03 -07:00
Dane Springmeyer
f939a8f8e7 adapt to new rtree interface in boost geometry >= 1.56 - refs #2367 2014-08-19 13:51:32 -07:00
Dane Springmeyer
d62365cd64 adapt to ptree change in boost 1.56 - closes #2365 2014-08-19 09:07:30 -07:00
Dane Springmeyer
f3495c3e67 fix css_grammar compile error with boost 1.56 - close #2366 2014-08-19 09:06:40 -07:00
Dane Springmeyer
542deba997 fix compile with older OGR 2014-08-18 21:33:18 -07:00
Dane Springmeyer
0be6c2d7e1 don't throw for OGR layers with no features - refs #2260 #2352 #2354 2014-08-15 19:48:27 -07:00
Dane Springmeyer
422f3bd8b0 add RESPECT mode to make 'fixing' of bbox aspect a no-op on map 2014-08-14 20:25:53 -07:00
Dane Springmeyer
a616e9d7e7 postgis: disable NOTICES by default - refs #2296 2014-08-12 20:27:01 -07:00
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