Feature Req: Display Longitude/Latitude

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
don
Posts: 1709
Joined: 12.07.2003
With us: 21 years 4 months
Location: Colorado, USA (7000 ft)

Feature Req: Display Longitude/Latitude

Post #1by don » 27.07.2003, 21:34

Feature Request for a future version:

Assign a keystroke to display the Longitude and Latitude of the camera for the currently selected object, at the point where the mark is displayed. Yes, the object should probably be marked in order to show the viewer where the coordinates are coming from. OR, get the coordinates from the center of the screen and then PLACE a mark there? But, an object (not deep space) needs to be selected.

Thank you.
-Don G.
My Celestia Scripting Resources page

Avatar: Total Lunar Eclipse from our back yard, Oct 2004. Panasonic FZ1 digital camera (no telescope), 36X digital zoom, 8 second exposure at f6.5.

granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 22 years

Post #2by granthutchison » 27.07.2003, 23:57

I'd like that, too. I'm guessing it would be a relatively trivial programming task, since the information is already available from Celestia, albeit placed a little inconveniently - Goto Object opens with your current lat & long relative to the currently selected object.

Grant

JackHiggins
Posts: 1034
Joined: 16.12.2002
With us: 21 years 11 months
Location: People's Republic Of Cork, Ireland

Post #3by JackHiggins » 28.07.2003, 00:09

I also would like that feature....! :D

(I was thinking of posting a topic about it myself earlier- then I saw don's!)
- Jack Higgins
Jack's Celestia Add-ons
And visit my Celestia Gallery too!

Topic author
don
Posts: 1709
Joined: 12.07.2003
With us: 21 years 4 months
Location: Colorado, USA (7000 ft)

Post #4by don » 28.07.2003, 01:07

granthutchison wrote:Goto Object opens with your current lat & long relative to the currently selected object.Grant


Thank you Grant, I keep forgetting about this <sigh> -- old age <g>.

Hmmm, maybe a "Current Location" box could pop up that contains all current coordinates, which could then also be used in scripting? The list would include at least the following. What else should be here?

Code: Select all

 * Object Name
 * Coordinate System
 * Distance (in km, radii, au, and ly)
 * Longitude (gotolonglat)
 * Latitude (gotolonglat)

 * Vectors
   - Up (goto / gotolonglat)
   - Position (gotoloc)
   - XRot (gotoloc)
   - YRot (gotoloc)
   - ZRot (gotoloc)
   - Base (setposition)
   - Offset (setposition)
   - Angle (setorientation)
   - Axis (setorientation)
-Don G.

My Celestia Scripting Resources page



Avatar: Total Lunar Eclipse from our back yard, Oct 2004. Panasonic FZ1 digital camera (no telescope), 36X digital zoom, 8 second exposure at f6.5.

JackHiggins
Posts: 1034
Joined: 16.12.2002
With us: 21 years 11 months
Location: People's Republic Of Cork, Ireland

Post #5by JackHiggins » 28.07.2003, 18:19

don wrote:Hmmm, maybe a "Current Location" box could pop up that contains all current coordinates, which could then also be used in scripting? The list would include at least the following. What else should be here?

Whatever it is, it would have to be something that changes constantly as you rotate about the object, so that you don't have to refresh the box every time you want updated info.
- Jack Higgins

Jack's Celestia Add-ons

And visit my Celestia Gallery too!


Return to “Development”