From 4c22ae3b7b939a2d7a036e93939c22c3c27f82c2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 4 May 2012 20:29:41 +0200 Subject: Shapefile import --- example_project/settings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 71db794..b0d4188 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -81,6 +81,9 @@ CHIMERE_OSM_API_URL = 'api06.dev.openstreetmap.org' # test URL CHIMERE_OSM_USER = 'test' CHIMERE_OSM_PASSWORD = 'test' +# encoding for shapefile import +CHIMERE_SHAPEFILE_ENCODING = 'ISO-8859-1' + ADMINS = ( # ('Your Name', 'your_email@domain.com'), ) -- cgit v1.2.3