Skip to content

Commit fd6330e

Browse files
committed
Fixing layout of examples in delimited text help file
1 parent 913b3f3 commit fd6330e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

resources/context_help/QgsDelimitedTextSourceSelect-en_US

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ In both cases the SRID is ignored.
142142
</p>
143143
<h4><a name="example">Example of a text file with X,Y point coordinates</a></h4>
144144
<pre>
145-
X;Y;ELEV
146-
-300120;7689960;13
147-
-654360;7562040;52
148-
1640;7512840;3
145+
X;Y;ELEV<br />
146+
-300120;7689960;13<br />
147+
-654360;7562040;52<br />
148+
1640;7512840;3<br />
149149
</pre>
150150
<p>This file:</p>
151151
<ul>
@@ -157,12 +157,12 @@ X;Y;ELEV
157157
</ul>
158158
<h4><a name="wkt_example">Example of a text file with WKT geometries</a></h4>
159159
<pre>
160-
id|wkt
161-
1|POINT(172.0702250 -43.6031036)
162-
2|POINT(172.0702250 -43.6031036)
163-
3|POINT(172.1543206 -43.5731302)
164-
4|POINT(171.9282585 -43.5493308)
165-
5|POINT(171.8827359 -43.5875983)
160+
id|wkt<br />
161+
1|POINT(172.0702250 -43.6031036)<br />
162+
2|POINT(172.0702250 -43.6031036)<br />
163+
3|POINT(172.1543206 -43.5731302)<br />
164+
4|POINT(171.9282585 -43.5493308)<br />
165+
5|POINT(171.8827359 -43.5875983)<br />
166166
</pre>
167167
<p>This file:</p>
168168
<ul>

0 commit comments

Comments
 (0)