From cbc8644b340bb2640a66ff6c01ecf0102193b176 Mon Sep 17 00:00:00 2001 From: Stephen Mather <1174901+smathermather@users.noreply.github.com> Date: Sun, 20 Nov 2022 21:06:40 -0500 Subject: [PATCH] Update boot.py --- app/boot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/boot.py b/app/boot.py index fd562773..95706714 100644 --- a/app/boot.py +++ b/app/boot.py @@ -154,7 +154,7 @@ def add_default_presets(): {'name': 'pc-quality', 'value': 'ultra'}, {'name': 'feature-quality', 'value': 'ultra'}, {'name': 'dem-resolution', 'value': "2.0"}, - {'name': 'orthophoto-resolution', 'value': "2.0"}, + {'name': 'orthophoto-resolution', 'value': "1.0"}, Preset.objects.update_or_create(name='Default', system=True, defaults={'options': [{'name': 'auto-boundary', 'value': True}, {'name': 'dsm', 'value': True}]})