Skip to content

Commit

Permalink
function help fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 9, 2015
1 parent b52fff3 commit 8d20272
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/function_help/geometry
@@ -1,4 +1,4 @@
<h3>getGeometry function</h3>
<h3>geometry function</h3>
Returns the feature's geometry

<h4>Syntax</h4>
Expand Down
4 changes: 2 additions & 2 deletions resources/function_help/transform
@@ -1,5 +1,5 @@
<h3>transformGeometry function</h3>
Returns the geometry transforms from the source CRS to the dest CRS.
<h3>transform function</h3>
Returns the geometry transformed from the source CRS to the dest CRS.

<h4>Syntax</h4>
<pre>transform( geom, sAuthId, dAuthId )</pre>
Expand Down

0 comments on commit 8d20272

Please sign in to comment.