diff options
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 |
commit | 579fa06f40218802184d3cf78df457b0c504bb67 (patch) | |
tree | ca03cf2e0f91d8024650148af782eeef245344c3 /example_project/settings.py | |
parent | e421fcb5c868eb02cb40988ab73f7a83c1cda652 (diff) | |
download | Ishtar-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.py | 3 |
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' |