Removing welcome messaging.

pull/1319/head
Tariq Islam 2023-03-31 01:00:42 -05:00
rodzic c40f34cc2a
commit 7d20d54119
1 zmienionych plików z 1 dodań i 13 usunięć

Wyświetl plik

@ -24,19 +24,7 @@
{% else %}
{% if no_tasks %}
<h3>{% trans 'Welcome!' %} ☺</h3>
{% trans 'Select Images and GCP' as upload_images %}
<p>
{% blocktrans %}To create a map, press the "{{ upload_images }}" button, or drag and drop some images into a project.{% endblocktrans %}
</p>
<p>
<ul>
<li>{% trans 'You need at least 5 images, but 16-32 is typically the minimum.' %}</li>
<li>{% trans 'Images must overlap by 65% or more. Aim for 70-72%' %}</li>
<li>{% trans 'For great 3D, images must overlap by 83%' %}</li>
<li>{% blocktrans with link_start='<a href="https://github.com/OpenDroneMap/OpenDroneMap/wiki/Running-OpenDroneMap#running-odm-with-ground-control" target="_blank">' link_end='</a>' %}A {{link_start}}GCP File{{link_end}} is optional, but can increase georeferencing accuracy{% endblocktrans %}</li>
</ul>
</p>
{% endif %}
<div id="dashboard-app" data-dashboard></div>