[Chameleon] how to add jpg image as a layer

He, Matt Yubin mhe at itsc.uah.edu
Mon Sep 26 15:46:36 EDT 2005


One of our website is serving the daily satellite images. These images
can be accessed through an URL. Image format is JPEG.

I want to add a layer in my Chameleon application to display these
images, but couldn't make it work. My problem is how to define the data
location (url), and how to define the bounding box?

Could someone give me an example of layer definition on displaying a
JPEG image? 


Thanks.


Matt


  LAYER 
    NAME         SATIMG
    TYPE         RASTER
    OFFSITE      0 0 0
    STATUS       OFF
    DATA "http://myservir.com/images/img6.jpg" ???
    
    METADATA
        ????
    END

    PROJECTION
      "init=epsg:4326"
    END
  END







More information about the Chameleon mailing list