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 | 153291f5440b9f4590a7aa435f45afc92089a9bc (patch) | |
tree | ca03cf2e0f91d8024650148af782eeef245344c3 /example_project | |
parent | 553907675b24efa81366ae6ccee9c1afeb7dcef0 (diff) | |
download | Ishtar-153291f5440b9f4590a7aa435f45afc92089a9bc.tar.bz2 Ishtar-153291f5440b9f4590a7aa435f45afc92089a9bc.zip |
Map: manage a default limit to items displayed
Diffstat (limited to 'example_project')
-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' |