From ed31edf4657212fd4374c129ab0ffb0a00ebe3b8 Mon Sep 17 00:00:00 2001 From: Nawa Date: Fri, 30 Nov 2012 00:35:09 +0100 Subject: Documentation: new corrections, mainly in the upgrade part --- docs/_build/html/import_export.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'docs/_build/html/import_export.html') diff --git a/docs/_build/html/import_export.html b/docs/_build/html/import_export.html index 5a0dcd4..2e9045b 100644 --- a/docs/_build/html/import_export.html +++ b/docs/_build/html/import_export.html @@ -174,6 +174,15 @@ You have to hit this button before validating the form. the Import action and validate.

The import should be processing normally. If not, an explicit error message should be printed in the state column of your import.

+

You can also launch imports with the CLI (ideal for crontab jobs). In the +project directory you only need to launch the command:

+
./manage.py chimere_import <import_id>
+
+ +

If you launch the command without import_id the list of imports available is +presented and you can choose one.

Managing imported data

@@ -195,6 +204,19 @@ is particularly important if you want to export your data to OSM.

Directly from the geographic items list you can export to the chosen format. All you have to do is to select the desired items, choose the appropriate action in the action list and validate.

+

You can also launch exports with the CLI (ideal for crontab jobs). In the +project directory you only need to launch the command:

+
./manage.py chimere_export <subcategory_id> <CSV|KML|SHP> \
+                           <marker|route> <filename>
+
+ +

If you launch the command without arguments you will be prompted for the choice +to make for your export.

Export to OSM

-- cgit v1.2.3