diff options
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' |