maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH] Remove stray 'ocitysmap2' stuff from documentat


From: Manuel Fuhr
Subject: [Maposmatic-dev] [PATCH] Remove stray 'ocitysmap2' stuff from documentation.
Date: Thu, 10 May 2012 09:10:50 +0200

---
 INSTALL |   10 +++++-----
 README  |    6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/INSTALL b/INSTALL
index c09d5e3..237e436 100644
--- a/INSTALL
+++ b/INSTALL
@@ -264,12 +264,12 @@ are using. They have been tested on several x86_64 hosts.
     d. Configuration file
 
     Create a ~/.ocitysmap.conf configuration file, modeled after the
-    provided ocitysmap2.conf.dist file.
+    provided ocitysmap.conf.dist file.
 
 12. Run OCitySMap
 
-    ./ocitysmap2-render -t "Ceci n'est pas Paris" --osmid=-411354  # Contern, 
LU
-    ./ocitysmap2-render -t "Ceci n'est pas Paris" --osmid=-943886  # 
Chevreuse, FR
+    ./render.py -t "Ceci n'est pas Paris" --osmid=-411354  # Contern, LU
+    ./render.py -t "Ceci n'est pas Paris" --osmid=-943886  # Chevreuse, FR
 
 
 Appendix A:  Installation of maposmatic-printable stylesheet
@@ -369,9 +369,9 @@ path: /path/to/MapQuest-Mapnik-Style/mapquest-eu.xml
 Don't forget to add "mapquest_eu" to the available_stylesheets
 variable, which lists all available stylesheets.
 
-You can then use it in ocitysmap2-render with the -s option:
+You can then use it in render.py with the -s option:
 
-  ./ocitysmap2-render -s MapQuestEu ...
+  ./render.py -s MapQuestEu ...
 
 Note that in addition to the MapQuest Europe stylesheet
 (mapquest-eu.xml), the Git repository also contains the MapQuest US
diff --git a/README b/README
index 0a12b09..d1ae39d 100644
--- a/README
+++ b/README
@@ -7,11 +7,11 @@ including a street index and city grid.
 
 For example, for a simple Chevreuse rendering, run:
 
- ./ocitysmap2-render -t "Ceci n'est pas Paris" --osmid=-943886
+ ./render.py -t "Ceci n'est pas Paris" --osmid=-943886
 
 Alternatively you may specify a bounding box rather than an OSM ID:
 
- ./ocitysmap2-render -t "Ceci n'est pas Paris" -b 48.7268,1.9946 48.6801,2.0742
+ ./render.py -t "Ceci n'est pas Paris" -b 48.7268,1.9946 48.6801,2.0742
 
 This is useful when OpenStreetMap does not contain the administrative
 boundary of the city you want to render. To determine the OSM ID
@@ -22,7 +22,7 @@ By default, the maps are generated in PDF format with the 
street index
 at the bottom, with an additional CSV containing the street index. To
 see the available options to change this behavior, please run:
 
-  ./ocitysmap2-render --help
+  ./render.py --help
 
 See INSTALL for installation instructions.
 
-- 
1.7.10



reply via email to

[Prev in Thread] Current Thread [Next in Thread]