Signed-off-by: David MENTRE <[email protected]>
---
INSTALL | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/INSTALL b/INSTALL
index 4a1eb68..4b0fff1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -264,6 +264,28 @@ are using. They have been tested on several x86_64 hosts.
./ocitysmap2-render -t "Ceci n'est pas Paris" --osmid=-411354 # Contern,
LU
./ocitysmap2-render -t "Ceci n'est pas Paris" --osmid=-943886 #
Chevreuse, FR
+13. Installation of B&W stylesheet
+
+ This step builds on step 10 "Install Mapnik-OSM" and step 11
+ "Installation of OCitySMap".
+
+ a. Copy stylesheet/black-and-white/symbols/* (i.e. all files in
+ symbols/ directory) into mapnik2-osm/symbols/ directory.
+
+ b. Add absolute path to file stylesheet/black-and-white/osm.xml into
+ ~/.ocitysmap.conf.
+
+ c. Configure the stylesheet with database parameters and relevant
+ directories:
+
+ cd stylesheet/black-and-white/
+
+ python ./generate_xml.py --dbname maposmatic --host 'localhost' \
+ --user maposmatic --port 5432 \
+ --password 'ereiamjh' \
+ --world_boundaries mapnik2-osm/world_boundaries \
+ --symbols mapnik2-osm/symbols
+
Appendix: installation of the MapQuest stylesheet
-------------------------------------------------
--
1.7.5.4