Update dashboard.html

Added GCP instructions
pull/180/head
Piero Toffanin 2017-05-15 17:25:58 -04:00 zatwierdzone przez GitHub
rodzic d351f1b15c
commit b67d3ec0a5
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -18,7 +18,8 @@
{% else %}
{% if no_tasks %}
{% trans 'Upload Images' as upload_images %}
<h3>{% trans 'Welcome! ☺' %}</h3>
{% trans 'Upload 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>
@ -26,6 +27,7 @@
<ul>
<li>{% trans 'You need at least 5 images' %}</li>
<li>{% trans 'Images must overlap by 60% or more' %}</li>
<li>{% trans 'A <a href="https://github.com/OpenDroneMap/OpenDroneMap/wiki/Running-OpenDroneMap#running-odm-with-ground-control" target="_blank">GCP file</a> is optional, but can increase georeferencing accuracy' %}</li>
</ul>
</p>
{% endif %}