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 | 15223a19d80c9c6bc9ca962f00ca67a72422a022 (patch) | |
tree | 3067d2d5ea5c678f375e96fa31a65a74d050ed58 /example_project | |
parent | 089635ad30f0f85a1d4f6211289948cc6f2eea8d (diff) | |
download | Ishtar-15223a19d80c9c6bc9ca962f00ca67a72422a022.tar.bz2 Ishtar-15223a19d80c9c6bc9ca962f00ca67a72422a022.zip |
Larger QR-Code density
Diffstat (limited to 'example_project')
-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 |