Skip to content
Extraits de code Groupes Projets
Valider 7d4e94e5 rédigé par Yohan Boniface's avatar Yohan Boniface
Parcourir les fichiers

Add CSV import description

parent 7b6185c8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -12,21 +12,28 @@ ...@@ -12,21 +12,28 @@
<div> <div>
<h5>{% trans "GeoJSON" %}</h5> <h5>{% trans "GeoJSON" %}</h5>
<div> <div>
{% trans "Properties used: name or title, description, color" %} {% trans "Properties used" %}: name / title, description, color
</div> </div>
</div> </div>
<hr /> <hr />
<div> <div>
<h5>{% trans "KML" %}</h5> <h5>{% trans "KML" %}</h5>
<div> <div>
{% trans "Properties used: name, description" %} {% trans "Properties used" %}: name, description
</div> </div>
</div> </div>
<hr /> <hr />
<div> <div>
<h5>{% trans "GPX" %}</h5> <h5>{% trans "GPX" %}</h5>
<div> <div>
{% trans "Properties used: name, desc" %} {% trans "Properties used" %}: name, desc
</div>
</div>
<hr />
<div>
<h5>{% trans "CSV" %}</h5>
<div>
{% trans "Comma-separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat», «latitude», «lng», «long», «longitude» (at the end or the begining of the header, case insensitive). Also, column «title» or «name», «description» and «color» will be taken into account." %}
</div> </div>
</div> </div>
</fieldset> </fieldset>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter