FUNCTION  fGetUrlNavEq

Returns the URL for an ra,dec, measured in degrees.


gets the URL of the navigator frame containing the given ra,dec (in degrees)
returns http://localhost/en/tools/navi/getFrame.asp?zoom=1&ra=185.000000&dec=0.00000000
where localhost is filled in from SiteConstants.WebServerURL.
sample:
select dbo.fGetUrlNavEq(185,0)
see also fGetUrlNavId, fGetUrlExpEq, fGetUrlExpId

Input and output parameters

nametypelengthinoutpnum
@rafloat8input1
@decfloat8input2
 varchar256input0