summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-02-20 16:50:35 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-04-24 19:38:57 +0200
commit579fa06f40218802184d3cf78df457b0c504bb67 (patch)
treeca03cf2e0f91d8024650148af782eeef245344c3 /example_project/settings.py
parente421fcb5c868eb02cb40988ab73f7a83c1cda652 (diff)
downloadIshtar-579fa06f40218802184d3cf78df457b0c504bb67.tar.bz2
Ishtar-579fa06f40218802184d3cf78df457b0c504bb67.zip
Map: manage a default limit to items displayed
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py3
1 files changed, 3 insertions, 0 deletions
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'