From 153291f5440b9f4590a7aa435f45afc92089a9bc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 20 Feb 2019 16:50:35 +0100 Subject: Map: manage a default limit to items displayed --- example_project/settings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index 0fb4a22da..bedcfaec7 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -229,6 +229,9 @@ LOGGING = { USE_BACKGROUND_TASK = False # Ishtar custom + +ISHTAR_MAP_MAX_ITEMS = 50000 + SRID = 27572 SURFACE_SRID = 2154 ENCODING = 'windows-1252' -- cgit v1.2.3