[mapserver-users] TIFF images

Tyler Mitchell TMitchell at lignum.com
Tue Jun 25 13:23:47 EDT 2002


I usually work in UTM so, to me anyway, your EXTENT looks pretty strange.
What projection is epsg 26716?  Besides that, I don't see where you are
trying to reproject anything.  The WMS_SRS lines need to be set to what the
projection of the Tiffs already are.  Then it will project them to the
settings in the PROJECTION setting.  Am I right here?


|---------+--------------------------------------->
|         |           "subrahmanyam mannam"       |
|         |           <smannam at nsstc.uah.edu>     |
|         |           Sent by:                    |
|         |           owner-mapserver-users at lists.|
|         |           gis.umn.edu                 |
|         |                                       |
|         |                                       |
|         |           06/25/2002 09:04 AM         |
|         |                                       |
|---------+--------------------------------------->
  >------------------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                              |
  |       To:       <mapserver-users at lists.gis.umn.edu>                                                                          |
  |       cc:                                                                                                                    |
  |       Fax to:                                                                                                                |
  |       Subject:  [mapserver-users] TIFF images                                                                                |
  >------------------------------------------------------------------------------------------------------------------------------|




hai,
    i am trying to project TIFF images, i have a set of tiff images and for
each tiff image i has .TFW and .FGD files.
the map file that i was written is as follows:

NAME DEMO
STATUS ON
SIZE 5457 6777
IMAGETYPE png

EXTENT  -856250.000 338750.000 -855000.00 340000.00

SHAPEPATH topoMaps
IMAGECOLOR  0 0 255

PROJECTION

 "init=epsg:26716"
END

#
# Start of web interface definition (including WMS enabling metadata)
#
WEB
  METADATA
    WMS_TITLE " topo maps"
    # change this value to match your setup
    WMS_ONLINERESOURCE "http://www.vast.uah.edu/cgi-bin/topomapdemo?"
#    WMS_SRS "EPSG:26716"
  END
END

#
# Start of layer definitions
#

LAYER
  NAME   TOPOMap
  DATA  O33085H5.TIF
  TYPE  RASTER
  STATUS DEFAULT

  METADATA
    WMS_TITLE "world map"
#    WMS_SRS "EPSG:26716"
  END
END

END # Map File

          while executing my map file i am getting nothing,simply i am
getting blank image.
       "would any body check my map file and fix any thing wrong in the map
file,that would be a great help."

thanks
subrahmanyam mannam









More information about the mapserver-users mailing list