diff options
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 54872e3ec..5d10dba6c 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -234,8 +234,8 @@ ISHTAR_MAP_MAX_ITEMS = 50000 ISHTAR_QRCODE_VERSION = 8 # density of the QR code ISHTAR_QRCODE_SCALE = 2 # scale of the QR code -SRID = 27572 -SURFACE_SRID = 2154 +SRID = 2154 # Lambert 93 - France +SURFACE_SRID = 2154 # Lambert 93 - France ENCODING = 'windows-1252' ALT_ENCODING = 'ISO-8859-15' APP_NAME = "SRA - Pays de la Loire" |