Skip to content

Commit

Permalink
docs: added hint that setGPSpos uses the same elevation as SpatialOri…
Browse files Browse the repository at this point in the history
…entation.
  • Loading branch information
rgerum committed Feb 14, 2022
1 parent a24cb7f commit 4d06c10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cameratransform/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,8 @@ def setGPSpos(self, lat, lon=None, elevation=None):
lon: number, optional
the longitude of the camera.
elevation: number, optional
the elevation of the camera.
the elevation of the camera (this is the same elevation SpatialOrientation is using, setting it here might
overwrite a previous value from SpatialOrientation).
Examples
--------
Expand Down

0 comments on commit 4d06c10

Please sign in to comment.