summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-03-26 10:11:17 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-04-24 19:41:37 +0200
commita494906658d7202f3d18c8839f3e4bda16b77834 (patch)
treead794a8612c0f8a99f73ba2d11c304820671b879 /example_project
parent8c23dda10d7c4453adf98d661668a55f7eb0440d (diff)
downloadIshtar-a494906658d7202f3d18c8839f3e4bda16b77834.tar.bz2
Ishtar-a494906658d7202f3d18c8839f3e4bda16b77834.zip
Settings: change default SRID for France
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py4
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"