diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-05-22 12:46:19 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-17 13:21:28 +0200 | 
| commit | c7f3d7ac0470d717e1f838eb229faffa09855d77 (patch) | |
| tree | 3067d2d5ea5c678f375e96fa31a65a74d050ed58 | |
| parent | 630bb9823ed828079dbc44c3def88cdd49850b0f (diff) | |
| download | Ishtar-c7f3d7ac0470d717e1f838eb229faffa09855d77.tar.bz2 Ishtar-c7f3d7ac0470d717e1f838eb229faffa09855d77.zip | |
Larger QR-Code density
| -rw-r--r-- | example_project/settings.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/example_project/settings.py b/example_project/settings.py index c479d1bae..267370945 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -237,7 +237,7 @@ LIBREOFFICE_HOST = "localhost"  # Ishtar custom  ISHTAR_MAP_MAX_ITEMS = 50000 -ISHTAR_QRCODE_VERSION = 5  # density of the QR code +ISHTAR_QRCODE_VERSION = 6  # density of the QR code  ISHTAR_QRCODE_SCALE = 2  # scale of the QR code  SRID = 4326  # WGS84 - World | 
