Hi,
I'm displaying a google static map image (in .png) using IMAGE() function on my local machine which seems to work as expected. But when the same is tried on ESE it displays a grayscale image. To correct this I have tried giving the rgb color vectors as below:
gmap_SIZE_INFO = QUERY_PNG(gmap_file_name, gmap_info_png)
gmap_array =READ_PNG(gmap_file_name,rpal,gpal,bpal)
a =image(gmap_file_name,RGB_TABLE=[rpal,gpal,bpal])
The above snippet again works fine on PC but gives an error on ESE as :
Mon Apr 25 09:20:52 AM IMAGE: The selected file is in an unknown format. Unable to read file: C:\Exelis\se53\docroot\ese\data\resources\graphics\gmap.png
IMAGE used is :
https://maps.googleapis.com/maps/api/staticmap?zoom=13&size=250x190&maptype=terrain&scale=1&path=color:0xff0000ff|weight:2|fillcolor:0xFFFF0033|35.727569,-78.699317|35.727569,-78.693872|35.725039,-78.693872|35.725039,-78.699317|35.727569,-78.699317
|