minor: formatting
This commit is contained in:
parent
7ba61e6a41
commit
a68cebcb4d
@ -202,7 +202,7 @@ line direction.
|
|||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[width=\linewidth]{test-figures}
|
\includegraphics[width=\linewidth]{test-figures}
|
||||||
\caption{line geometries for automated test cases}
|
\caption{Line geometries for automated test cases}
|
||||||
\label{fig:test-figures}
|
\label{fig:test-figures}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
|
4
wm.sql
4
wm.sql
@ -14,8 +14,7 @@ declare
|
|||||||
prev_sign int4;
|
prev_sign int4;
|
||||||
cur_sign int4;
|
cur_sign int4;
|
||||||
begin
|
begin
|
||||||
|
-- The last vertex is iterated over twice, because the algorithm uses 3
|
||||||
-- the last vertex is iterated over twice, because the algorithm uses 3
|
|
||||||
-- vertices to calculate the angle between them.
|
-- vertices to calculate the angle between them.
|
||||||
--
|
--
|
||||||
-- Given 3 vertices p1, p2, p3:
|
-- Given 3 vertices p1, p2, p3:
|
||||||
@ -31,7 +30,6 @@ begin
|
|||||||
-- So once the p1 becomes the last vertex, the loop terminates, and the
|
-- So once the p1 becomes the last vertex, the loop terminates, and the
|
||||||
-- [p2,p1] line will not have a chance to be added. So the loop adds the last
|
-- [p2,p1] line will not have a chance to be added. So the loop adds the last
|
||||||
-- vertex twice, so it has a chance to become p2, and be added to the bend.
|
-- vertex twice, so it has a chance to become p2, and be added to the bend.
|
||||||
--
|
|
||||||
for p in (
|
for p in (
|
||||||
(select geom from st_dumppoints(line) order by path[1] asc)
|
(select geom from st_dumppoints(line) order by path[1] asc)
|
||||||
union all
|
union all
|
||||||
|
Loading…
Reference in New Issue
Block a user