how to composite a mapcoord object using geographic coordinate(no projection) [message #87675] |
Sat, 22 February 2014 01:45  |
Jie Zhou
Messages: 27 Registered: February 2014
|
Junior Member |
|
|
I want to display a image using selectabledrawwidget. The image hold geographic coordinate (GTCP code 100). When I try to add map grid or outline on the display, I should set a mapcoord for the display. But as I know, the mapcoord definition does not support geographic projection. So anyone know how to process it? or is there any other object can finish the work?
THanks,
Jie
|
|
|
|
Re: how to composite a mapcoord object using geographic coordinate(no projection) [message #87754 is a reply to message #87677] |
Wed, 26 February 2014 04:36   |
Jie Zhou
Messages: 27 Registered: February 2014
|
Junior Member |
|
|
On Saturday, February 22, 2014 2:24:48 PM UTC+1, David Fanning wrote:
> Jie Zhou writes:
>
>
>
>> I want to display a image using selectabledrawwidget. The image hold geographic coordinate (GTCP code 100). When I try to add map grid or outline on the display, I should set a mapcoord for the display. But as I know, the mapcoord definition does not support geographic projection. So anyone know how to process it? or is there any other object can finish the work?
>
>
>
> I added the Geographic "projection" to the MapCoord object for you this
>
> morning. You can find it here:
>
>
>
>
>
> http://www.idlcoyote.com/programs/catalyst/source/coordinate s/mapcoord__
>
> define.pro
>
>
>
> Cheers,
>
>
>
> David
>
> --
>
> David Fanning, Ph.D.
>
> Fanning Software Consulting, Inc.
>
> Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
>
> Sepore ma de ni thue. ("Perhaps thou speakest truth.")
Hi David,
Your new released Mapcoord file which try to include the geographic projection may have some thing wrong. The line 906, a geographic projection cannot be set a center_longitude keyword.
|
|
|
|
|
|