Skip to content

Commit

Permalink
Add expression function help for $length
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 17, 2015
1 parent 245b3f5 commit 25af142
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/function_help/json/$length
@@ -0,0 +1,5 @@
{
"function": "$length",
"description": "Returns the length of a linestring. If you need the length of a border of a polygon, use $perimeter instead.",
"examples": [ { "expression":"$length", "returns":"42"}]
}

0 comments on commit 25af142

Please sign in to comment.