Skip to content

Commit e69788e

Browse files
committedJul 6, 2017
revert SpatiaLite spelling
1 parent 9e6b8ed commit e69788e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎resources/context_help/QgsVectorLayerSaveAsDialog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<li>At <label>Save as</label> you can enter a destination files name or select one using the <label>Browse</label> button.
88
<li>In the <label>Encoding</label> list you can define in which encoding the data should be saved.
99
<li>Using the <label>CRS</label> you can select a CRS into which the data about to be saved should be reprojected.
10-
<li>OGR also has various options for the different formats it supports. Use the <label>datasource</label> creation field to set the datasource options and the <label>layer</label> creation options. Enter one options per line (e.g. <code>SpatiaLite=yes</code> in the <label>datasource</label> to create a SpatiaLite database using the SQLite driver).
10+
<li>OGR also has various options for the different formats it supports. Use the <label>datasource</label> creation field to set the datasource options and the <label>layer</label> creation options. Enter one options per line (e.g. <code>SPATIALITE=yes</code> in the <label>datasource</label> to create a SpatiaLite database using the SQLite driver).
1111
</ul>
1212

1313
See <a href="http://gdal.org/ogr_formats.html">OGR Vector formats</a> for a list of supported formats and the available options.

0 commit comments

Comments
 (0)
Please sign in to comment.