Hi All:

        I added a layer in my map file to display a JPG file with world
file. If I put both files in the Data directory (Shape file directory),
this layer can be shown in my map viewer. 

        However, if I use an http link for this jpg file, it can't find
the World file, so this layer can't be shown in map viewer. 

        Is there a way to specify the location of World file for JPG
image?

Thanks.

Matt

Following is my layer definition in map file: 

LAYER
  NAME "MY IMAGE"
  DATA "http://myserver/myimage.jpg";
  TYPE RASTER
  TRANSPARENCY 50
  STATUS ON
END

Reply via email to