Wykres commitów

22 Commity (7261e11b81b0e4126533c82f56f03992fc376ee1)

Autor SHA1 Wiadomość Data
Maxime Petazzoni 7261e11b81 Add the now required NaturalEarthData files for Mapnik
Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2010-08-15 22:01:03 +02:00
Thomas Petazzoni 66f05f647f Update INSTALL procedure for Unifont
In order to get proper rendering of Korean, Chinese, Japanese and
probably other "special" characters, the unifont font must be
enabled. This patch updates the INSTALL procedure to :

 * Install the ttf-unifont package

 * Patch Mapnik so that it recursively searches for fonts

 * Compile Mapnik with SYSTEM_FONTS=/usr/share/fonts

 * Modify the mapnik-osm configuration file to enable the usage of
   unifont

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2010-08-03 10:08:15 +02:00
Thomas Petazzoni 78a33dc6fa Add python-gtk2 and python-cairo as dependencies
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2010-02-24 09:34:50 +01:00
David Decotigny 0280212f34 Use psycopg2 instead of pygresql (aka. pgdb)
Django relies on psycopg2 for its postgres backend, whereas ocitysmap
was using another (pgdb). This patch addresses task #9666: it removes
the pygresql dependency and changes it for psycopg2.

The major part of the patch deals with unicode issues, because
psycopg2 can handle unicode strings directly. Actual;ly, that's what
it does when it is being used along django. So we force this same
behavior as well when we run ocitysmap in plain "command line" mode.
2010-01-12 18:07:40 +01:00
Jeroen van Rijn 02c34096f0 INSTALL: Add instructions to install Git and SVN if needed
Also changed one instance of "svn checkout" to "svn co" to match the other instance.

Signed-off-by: Jeroen van Rijn <jvrnix@gmail.com>
2010-01-11 21:32:22 +01:00
David Decotigny 7e3afc70b9 pure cosmetics 2010-01-04 10:46:20 +01:00
Frederic Daniel Luc Lehobey 89c44b6c7f Pick a common example password. 2009-12-20 23:19:39 +01:00
Frederic Daniel Luc Lehobey 0a4e3b220c More explicit documentation. 2009-12-20 23:05:17 +01:00
Frederic Daniel Luc Lehobey 5e7028e0bb processed_p is now bzipped2. 2009-12-20 23:05:17 +01:00
Gaël UTARD d4d0a516e7 Simplify the configuration of mapnik-osm in ocitysmap INSTALL file. 2009-12-20 14:48:13 +01:00
Gaël UTARD fb5924dfc3 Fix numbering and formatting in ocitysmap INSTALL file. 2009-12-20 14:48:00 +01:00
Thomas Petazzoni 90813b6806 Merge commit 'remotes/fdl/installation' 2009-12-20 10:31:48 +01:00
David Decotigny 107315f405 Updated instructions for recent mapnik-osm versions.
Recent versions of mapnik-osm provide a generate_xml.py script to
replace the set-mapnik-env.
2009-12-20 01:13:50 +01:00
David Decotigny 7023b0873b Added backslashes in the multi-line shell instructions
Added backslashes in the multi-line shell instructions.
2009-12-20 01:13:41 +01:00
Frederic Daniel Luc Lehobey fdb891ac74 Added needed backslashes. 2009-12-19 19:50:16 +01:00
Frederic Daniel Luc Lehobey 08941e4748 Simpler createuser command. 2009-12-19 18:28:35 +01:00
David Decotigny 587249eaff Added forgotten dependency.
We forgot to specify postgresql-contrib-8.3 as a dependency. This
patch fixes this.
2009-12-19 16:41:08 +01:00
David Decotigny 69eaddf48b Added instructions to enable the psql intarray extensions
The 'intarray' extension is needed for osm2pgsql to support the osm chage
files (aka. "diffs"). This patch documents how to enable it.
2009-09-16 07:13:13 +02:00
Thomas Petazzoni f3b851bc8b Finish INSTALL instructions 2009-09-05 12:14:17 +02:00
Thomas Petazzoni e91467e299 Beginning of installation instructions 2009-09-05 12:04:11 +02:00
Thomas Petazzoni 0fb0e6f37b Remove another file mistakenly committed 2009-08-29 12:01:05 +02:00
Thomas Petazzoni 3b58bd825a Split settings into settings_local 2009-08-28 15:42:41 +02:00