Skip to content

Commit 8d20272

Browse files
committed
function help fixes
1 parent b52fff3 commit 8d20272

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/function_help/geometry

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3>getGeometry function</h3>
1+
<h3>geometry function</h3>
22
Returns the feature's geometry
33

44
<h4>Syntax</h4>

resources/function_help/transform

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<h3>transformGeometry function</h3>
2-
Returns the geometry transforms from the source CRS to the dest CRS.
1+
<h3>transform function</h3>
2+
Returns the geometry transformed from the source CRS to the dest CRS.
33

44
<h4>Syntax</h4>
55
<pre>transform( geom, sAuthId, dAuthId )</pre>

0 commit comments

Comments
 (0)