Commit Graph

670 Commits

Author SHA1 Message Date
6fbf575a0d Merge pull request #211 from xamanu/manpage
Fix manpage section for renderd.
2020-09-24 11:13:29 +01:00
916c9ff1f8 Merge pull request #202 from jburgess777/compile-fixes
Move variables to prevent duplicates
2020-09-17 12:43:44 +01:00
de41cb1392 Adhere to FHS 3.0 and use daemon under /run. 2020-09-03 19:32:31 +00:00
3a78a312ed Fix spelling errors.
* recieve   -> receive
* accross   -> across
* determins -> determines
* reqyest   -> request

Gbp-Pq: Name spelling-errors.patch
2020-09-02 15:07:46 +00:00
9d0c6beb9e Fix manpage section for renderd.
Gbp-Pq: Name manpage-section-mismatch.patch
2020-09-02 14:47:14 +00:00
a22065b8ae Move variables to prevent duplicates 2020-05-23 12:42:07 +01:00
fd5988fc58 Conf typos fixed, merging confs.
I fixed a few typos, and brought over some config examples
from mod_tile.conf into the Debian example debian/tileserver_site.conf
which is deployed as part of the Debian install into /etc/apache2.
2018-08-17 13:26:38 -06:00
8134ed3809 replicate-seqences-tool has long been moved
As I'm not working at Personalwerk anymore, I moved the service to my own Server
2017-12-08 12:40:19 +01:00
e1605712a6 Added .SH OPTIONS to docs/render_list.1 2017-09-11 23:50:55 +02:00
e25bfdba1c Merge remote-tracking branch 'upstream/pull/144' 2017-01-08 19:37:17 +00:00
7211cb7dae Merge pull request #142 from vholten/vholten-ttc
Also load TTC font files
2016-10-10 22:37:54 +01:00
55c410c565 Issue #132 Fixed compilation for Mapnik 3.0.12 2016-10-07 16:51:59 +08:00
8560dfc103 Also load TTC font files 2016-10-06 21:55:35 +02:00
62c4a5ac7a Merge pull request #134 from pnorman/patch-3
Fix typo in config
2016-09-09 22:01:14 +01:00
c88e768eec Fix typo in config 2016-09-09 12:57:38 -07:00
6b9611aaf7 Fix another compile warning 2015-05-25 23:45:08 +01:00
3a4b4712eb Add options support into memcached and rados stores
This matches the support in other backing stores but is untested.
2015-05-25 23:02:48 +01:00
2b0184a23d Remove unnecessay autoconf for boost, icu, cairo and freetype2
mapnik-config now provides the relevant compile flags for us
2015-05-25 22:08:29 +01:00
8307d19ab7 Fix lots of compilation warnings 2015-05-25 21:58:27 +01:00
9e12eeaa5a Merge pull request #103 from jburgess777/mapnik3
Add support for mapnik-3.0.0rc2
2015-05-25 21:03:11 +01:00
750b5fb352 Merge pull request #96 from is/master
scan & register opentype fonts
2015-05-25 18:37:17 +01:00
bd463dc85d Fix image_view usage in metatiling
The previous code ended up with the complete metatile being
included in every tile.
2015-05-25 18:15:01 +01:00
13a7c55688 fix compile with older mapnik 2015-04-16 20:18:14 +02:00
7816ea45d1 fix missing symbol 2015-04-16 18:54:42 +02:00
46af34d562 fix compile with latest mapnik 3.x 2015-04-16 12:04:03 +02:00
42228dc076 scan & register opentype fonts 2015-03-13 00:39:38 +08:00
6aa08808a2 fix compile with latest mapnik - refs mapnik/mapnik#2712 2015-02-20 10:31:08 -08:00
c3a6339b5f fix compile against mapnik 3.x at 884de5a0440d5521e4ca50177e10a6584610ffd6 2015-02-12 15:01:25 -08:00
c76919593c run tests 2014-10-02 14:38:29 -07:00
23a60bce99 correct fix for missing sigc++-config.h 2014-10-02 14:38:07 -07:00
5f81d92a47 work around bugs from 2009 (https://bugs.launchpad.net/ubuntu/+source/cairomm/+bug/452733) 2014-10-02 14:13:45 -07:00
07f5f9bd82 Get the mapnik 2.0.0 package names right 2014-10-02 13:37:00 -07:00
8ee50a652f travis: try with mapnik 2.0.0 2014-10-02 13:33:13 -07:00
389b0b2b89 Merge branch 'master' of github.com:openstreetmap/mod_tile 2014-09-13 20:14:34 -07:00
774fc7a447 Merge pull request #78 from rbuch703/master
- fixed hanging debian package installation for mod_tile
2014-08-18 10:09:26 -06:00
6e8bef5abb Merge pull request #85 from JaimeLynSchatz/patch-1
tiny typo fix
2014-08-18 10:08:22 -06:00
eb29781666 Merge pull request #86 from egore/master
Check for presence of iniparser.h
2014-08-18 10:07:57 -06:00
4c0ab18b69 Check for presence of iniparser.h
When building against the libiniparser installed on the system, also
check for the presence of iniparser.h. This is essential for
distributions like debian splitting headers into a "-dev" package.
2014-08-17 10:25:09 +02:00
a4972de2db fix cairo linking in storage backend 2014-08-13 12:08:36 -07:00
e6e1cfffc4 fix detection of mapnik-config 2014-08-13 12:01:31 -07:00
253d98a272 also link dependent libs / drop ancient support for pre 2.0 2014-08-13 08:55:53 -07:00
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
b9ac7dd6b8 tiny typo fix
Changed "staining tileserver resources" to "straining tileserver resources", line 125
2014-07-28 15:53:51 -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