Skip to content

Commit

Permalink
Update construct.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts authored Jan 12, 2024
1 parent 442c202 commit 509ff19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions process/construct.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ FROM params;
### Construct Transects (Hatching) along a Line
<https://gis.stackexchange.com/questions/300243/creating-perpendicular-line-transects-in-postgis>

![](https://i.stack.imgur.com/fQKSs.png)
![](https://i.stack.imgur.com/G9Ypg.png)

```sql
CREATE OR REPLACE FUNCTION ST_Transects(
CREATE OR REPLACE FUNCTION ST_LineTransects(
lineGeom geometry,
secLen float,
transectLen float)
Expand Down

0 comments on commit 509ff19

Please sign in to comment.