Skip to content

Commit

Permalink
Reverting dashboard.html for WebODM commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqislam committed Apr 2, 2023
1 parent 04aa66c commit d3a743a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion app/templates/app/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,19 @@ <h3>{% trans 'Welcome!' %} ☺</h3>
{% 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>
Expand Down

0 comments on commit d3a743a

Please sign in to comment.