From a494906658d7202f3d18c8839f3e4bda16b77834 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 26 Mar 2019 10:11:17 +0100 Subject: Settings: change default SRID for France --- example_project/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example_project') 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" -- cgit v1.2.3