Dear list!

is there any "tricky" thing about adding geotiff imagery into mapfile with 
pmapper?

Below is how I set up this layer in map file, but despite it appears in TOC 
there is no imagery itself on map 
Is there anything wrong or I need to set up somehow a specific library or file 
for geotiff?


---------------

LAYER
  NAME 'grid06c1'
  DATA "base/grid06cl.tif"
  PROJECTION
   "init=epsg:32637"
  END #end projection
  METADATA 
   "queryable" "true"
   "ows_title" "grid06c1.tif"
   END #end metadata 
  TYPE Raster
#  OFFSITE 255 255 255 # transparency color for raster layer
  STATUS ON
  TOLERANCE 8 #default is 3 for raster, 0 for vector
  TEMPLATE "query.html"
#  CLASSITEM "[pixel]"
  CLASS
   NAME '1'
   EXPRESSION ([pixel] >= -0.155281707644463 AND [pixel] < -0.126088434364647)
   COLOR 153 153 255
   TEMPLATE "void"
  END #end class
  CLASS
   NAME '2'
   EXPRESSION ([pixel] >= -0.126088434364647 AND [pixel] < -0.100544320244808)
   COLOR 156 187 255
   TEMPLATE "void"
  END #end class
  CLASS
   NAME '3'
   EXPRESSION ([pixel] >= -0.100544320244808 AND [pixel] < 
-6.16199558717199E-02)
   COLOR 156 222 255
   TEMPLATE "void"
  END #end class
  CLASS
   NAME '4'
   EXPRESSION ([pixel] >= -6.16199558717199E-02 AND [pixel] < 
-0.028777523431927)
   COLOR 153 255 255
   TEMPLATE "void"
  END #end class
  CLASS
   NAME '5'
   EXPRESSION ([pixel] >= -0.028777523431927 AND [pixel] < -0.0000001)
   COLOR 254 255 255
   TEMPLATE "void"
  END #end class
  CLASS
   NAME '6'
   EXPRESSION ([pixel] >= -0.0000001 AND [pixel] < 0.0000001)
   COLOR 227 255 186
   TEMPLATE "void"
  END #end class
  CLASS
   NAME '7'
   EXPRESSION ([pixel] >= 0.0000001 AND [pixel] < 2.23107048077509E-02)
   COLOR 255 255 153
   TEMPLATE "void"
  END #end class
  CLASS
   NAME '8'
   EXPRESSION ([pixel] >= 2.23107048077509E-02 AND [pixel] < 
4.05565006076358E-02)
   COLOR 255 221 153
   TEMPLATE "void"
  END #end class
  CLASS
   NAME '9'
   EXPRESSION ([pixel] >= 4.05565006076358E-02 AND [pixel] < 
7.46153194340877E-02)
   COLOR 255 187 153
   TEMPLATE "void"
  END #end class
  CLASS
   NAME '10'
   EXPRESSION ([pixel] >= 7.46153194340877E-02 AND [pixel] < 0.15611320734024)
   COLOR 255 153 153
   TEMPLATE "void"
  END #end class
  CLASS
   NAME 'Other'
   COLOR 255 255 255
   TEMPLATE "void"
  END #end class
 END #end layer


Thanks a lot in advance

Anna
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to