Commit Graph

427 Commits

Author SHA1 Message Date
fdaae04ec0 custom flag setting should no longer be needed 2014-08-13 08:45:11 -07:00
ca0e6f1611 simplify + fix setting of LDFLAGS/CXXFLAGS 2014-08-13 08:40:43 -07:00
b8bf98107f include needed headers for mapnik 2014-08-13 08:37:09 -07:00
ccbc9e7a2b fix usage of mapnik::parameters 2014-08-13 08:36:36 -07:00
1d43b86762 Merge branch 'master' of github.com:openstreetmap/mod_tile 2014-08-13 08:11:35 -07:00
b76d7a744b resize existing map rather than creating a new one 2014-08-13 08:11:31 -07:00
d0dab6e8ff Merge pull request #83 from tomhughes/mapnik
Add mapnik's dependencies to MAPNIK_INCLUDES
2014-07-16 14:30:01 -06:00
48c9b4e2b0 Add mapnik's dependencies to MAPNIK_INCLUDES 2014-07-16 11:11:37 +01:00
4f9b9f1cf6 Merge pull request #80 from rbuch703/apache2.4-fix
- changes to the Debian package for compatibility with Apache 2.4
2014-07-09 13:00:09 -06:00
34dbe66acb Merge pull request #82 from Zverik/retina
SCALE option to produce retina tiles
2014-07-09 12:56:12 -06:00
d1aaaaaed7 Merge pull request #79 from rbuch703/autoconf-fix
- fixed an autoconf issue that prevented packages compilation on Launchpad
2014-07-09 12:08:35 -06:00
f84fc17c40 Merge pull request #69 from MaZderMind/patch-1
missing comment character
2014-07-09 12:07:27 -06:00
70585594d4 Merge pull request #70 from benhosmer/master
Don't recreate the directory every time we start.
2014-07-09 12:06:45 -06:00
f5dff7dee1 Merge pull request #74 from egore/master
Extend autoconf and automake to use an installed libiniparser
2014-07-09 12:05:48 -06:00
7e9abfbb29 SCALE option to produce retina tiles 2014-07-09 18:23:41 +04:00
5b394b1a39 - changes to the Debian package configuration to be compatible with Apache 2.4 (e.g. in Debian "jessie" and Ubuntu 14.04) 2014-07-07 15:35:09 +02:00
23c8e156fe - fixed an autoconf issue that prevented automatic packages compilation on Launchpad 2014-07-07 15:19:56 +02:00
6600d38a54 Extend autoconf and automake to use an installed libiniparser
This helps systems with newer (and therefore relying on libiniparser) samba versions installed.
2014-05-29 08:56:52 +02:00
122adae7fb osx compile fixes 2014-05-23 14:09:13 -07:00
979eaf9815 avoid newline in CXXFLAGS (WARNING: cache variable ac_cv_env_CXXFLAGS_value contains a newline) 2014-05-20 17:29:59 -07:00
acd897e3ab quote flags 2014-05-20 17:21:43 -07:00
389e237627 workaround mod_tile configure bug 2014-05-20 17:14:58 -07:00
dcc919c5e4 support Mapnik 3.x 2014-05-20 17:10:00 -07:00
ebfd8aafbb support Mapnik 3.x 2014-05-20 17:08:12 -07:00
72567f4d3b Add travis 2014-05-20 17:05:05 -07:00
c7131e52a0 Rename replag to osmosis-db_replag to reduce likelyhood of name collision 2014-05-19 12:19:33 -06:00
9d4e10e7c0 Parameterization options and mime type of renderd protocol 3 were not passed to slave threads
Expand some socket debuging information
2014-05-18 11:32:22 -06:00
072fe78159 Don't recreate the directory every time we start. 2014-03-14 11:40:57 -04:00
e3a4f0a4cf missing comment character 2014-02-17 16:51:31 +01:00
6c2cb243e4 Merge pull request #53 from pnorman/patch-2
Update renderd.conf mapnik paths to default ubuntu paths with mapnik PPA
2013-12-23 16:23:04 -08:00
13da3afe70 render_list was not blocking on requests and would swamp renderd with requests 2013-12-24 01:03:20 +01:00
949fdc16c7 Merge pull request #60 from osm-fr/lsb
Make sure that renderd is started after postgresql in init script for debian
2013-12-16 07:17:50 -08:00
437cde6670 Make sure that renderd is started after postgresql in init script for debian
This will work even if postgresql is not installed, because dependency is a
soft one.
2013-12-09 20:35:39 +01:00
fbb8f52a55 Merge pull request #59 from osm-fr/calloc
Replace malloc+memset by calloc in render_expired.c
2013-12-09 09:53:08 -08:00
df5e6a8d77 Merge pull request #57 from stoecker/master
fix linking on 32 bit systems
2013-12-09 09:52:16 -08:00
4f531b682a Replace malloc+memset by calloc in render_expired.c
This improves startup time of render_expired, when using --max-zoom=20, as a
2GB array is initialized to 0.
2013-12-08 00:05:07 +01:00
5568a080af fix linking on 32 bit systems 2013-12-06 08:51:23 +01:00
1caf9a45b8 Merge pull request #56 from stoecker/master
Fix some gcc compile issues, so it builds for openSUSE_13.1 with newest gcc
2013-12-05 09:33:06 -08:00
66e5538dc4 fix gcc errors 2013-12-05 17:47:04 +01:00
5dffe058e6 fix gcc errors 2013-12-05 16:35:49 +01:00
e5d618459e fix gcc errors 2013-12-05 16:19:05 +01:00
c1efa2de57 Update renderd.conf mapnik paths to default ubuntu paths with mapnik PPA
These are *more* more likely to be what a user has, so less likely to have to be changed
2013-11-13 22:45:10 -08:00
681fbd4eb2 Limit sscan in URL parsing to not overflow the allocated bufferes 2013-10-23 21:03:55 -06:00
c0bc71162d Fix issues found via coverity scan 2013-10-23 20:09:56 -06:00
e2c4b62e67 Fix issues found via coverity scan 2013-10-23 20:09:27 -06:00
db982683ad Fix issues found via coverity scan 2013-10-23 20:08:33 -06:00
d17a27261c Fix some issues in the test framework found via coverity scan 2013-10-23 20:07:50 -06:00
99357a53ab Improve backwards and forward compatibility for renderd protocol v3/v2 2013-10-20 16:03:32 -06:00
1585e50d7a Fix compile on older mapnik version. This should fix #49 2013-10-18 09:16:56 -06:00
c4aabc5701 Enable mapnik style parameterization
Provide a parameterization function for internationalizing the names
2013-10-13 23:26:31 -06:00