diff options
| author | zarkam <zarkam@zarkam.(none)> | 2011-01-29 13:24:20 +0100 |
|---|---|---|
| committer | zarkam <zarkam@zarkam.(none)> | 2011-01-29 13:24:20 +0100 |
| commit | c9a1754903035260f837c2a5d4ea9b6fe3a76ffb (patch) | |
| tree | d1d385f9f529231bf500550dce9f37342d8e8187 /docs/src | |
| parent | 656f4a1e0d359b873d40c9df6ab951fb90637d10 (diff) | |
| parent | 0883d7029ebdb4a934407c95c19745b13fe558ca (diff) | |
| download | Ishtar-c9a1754903035260f837c2a5d4ea9b6fe3a76ffb.tar.bz2 Ishtar-c9a1754903035260f837c2a5d4ea9b6fe3a76ffb.zip | |
Merge branch 'master' of ssh://lysithea.proxience.com/home/proxience/git/ishtar
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/INSTALL.t2t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/src/INSTALL.t2t b/docs/src/INSTALL.t2t index d9ca435b5..8f28ac8fd 100644 --- a/docs/src/INSTALL.t2t +++ b/docs/src/INSTALL.t2t @@ -19,6 +19,8 @@ Last update: %%date(%m-%d-%Y) - libjs-jquery - libjs-jquery-ui - django-formwizard +- curl (to fetch towns from OSM) + To install django-simple-history: ``` @@ -26,3 +28,9 @@ hg clone -r 1.0 http://bitbucket.org/q/django-simple-history cd django-simple-history python setup.py install ``` + + + +Import towns: +curl --location --globoff "http://openstreetmap.us/xapi/api/0.6/node[place=village|town|city][bbox=-5.53711,41.90228,8.96484,51.50874]" -o data.osm + |
