diff options
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 |
commit | ee72a28880447513595663942a98dbfcfe61cc4a (patch) | |
tree | ad794a8612c0f8a99f73ba2d11c304820671b879 /example_project | |
parent | cd049d6aada6e0884bb12d5ce56c6bb48168a2fe (diff) | |
download | Ishtar-ee72a28880447513595663942a98dbfcfe61cc4a.tar.bz2 Ishtar-ee72a28880447513595663942a98dbfcfe61cc4a.zip |
Settings: change default SRID for France
Diffstat (limited to 'example_project')
-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" |