Update icons path in about page
This commit is contained in:
parent
f6458492df
commit
7b6185c831
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
|||
<h5>{% trans "What can you do?" %}</h5>
|
||||
<ul>
|
||||
<li><img src="{{ STATIC_URL }}storage/src/img/layers.png" />{% trans "Choose the layers of your map" %}</li>
|
||||
<li><img src="{{ STATIC_URL }}draw/dist/images/draw-marker-icon.png" />{% trans "Add POIs: markers, lines, polygons..." %}</li>
|
||||
<li><img src="{{ STATIC_URL }}draw/dist/images/draw-marker-icon.png" />{% trans "Manage POIs colours and icons" %}</li>
|
||||
<li><img src="{{ STATIC_URL }}storage/src/img/draw_polygon.png" />{% trans "Add POIs: markers, lines, polygons..." %}</li>
|
||||
<li><img src="{{ STATIC_URL }}storage/src/img/draw_marker.png" />{% trans "Manage POIs colours and icons" %}</li>
|
||||
<li><img src="{{ STATIC_URL }}storage/src/img/settings.png" />{% trans "Manage map options: display a minimap, locate user on load…" %}</li>
|
||||
<li><img src="{{ STATIC_URL }}storage/src/img/upload.png" />{% trans "Batch import geostructured data (GEOJson...)" %}</li>
|
||||
<li><img src="{{ STATIC_URL }}storage/src/img/copyleft.png" />{% trans "Choose the licence for your data" %}</li>
|
||||
|
|
Loading…
Reference in a new issue