Skip to content

Commit

Permalink
Fix function help for project function
Browse files Browse the repository at this point in the history
Fixes #33035
  • Loading branch information
nyalldawson committed Nov 25, 2019
1 parent 1a3fb9a commit 37f2d2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/function_help/json/project
Expand Up @@ -5,7 +5,8 @@
"arguments": [
{"arg":"point","description":"start point"},
{"arg":"distance","description":"distance to project"},
{"arg":"bearing","description":"bearing in radians clockwise, where 0 corresponds to north"}
{"arg":"azimuth","description":"azimuth in radians clockwise, where 0 corresponds to north"},
{"arg":"elevation","description":"angle of inclination in radians"}
],
"examples": [
{ "expression":"project(make_point(1, 2), 3, radians(270))", "returns":"Point(-2, 2)"}
Expand Down

0 comments on commit 37f2d2d

Please sign in to comment.