summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-27 18:05:32 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-27 18:05:32 +0100
commitbdc3160caf5aea4ab38d5912e057e1f81d1758c4 (patch)
tree0b45d6a11a650fbbf1a077cccf8e635305e56938 /docs
parent72f6f3048416307b014dfc8cb5aba1b3aa1bc54e (diff)
downloadIshtar-bdc3160caf5aea4ab38d5912e057e1f81d1758c4.tar.bz2
Ishtar-bdc3160caf5aea4ab38d5912e057e1f81d1758c4.zip
Town and departement import script from CSV file - insee data for France (refs #148)
Diffstat (limited to 'docs')
-rw-r--r--docs/src/INSTALL.t2t8
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
+