Hello! Another question on raster. When I query raster, i got a query window with no information (even though I click a precise pixel) what might be a problem?
Below is a part from the mapfile -------------------- LAYER NAME 'grid06c1' DATA "base/grid06i.tif" PROJECTION "init=epsg:32637" END #end projection METADATA #"queryable" "true" #"ows_title" "grid06i.tif" "DESCRIPTION" "Vertical displacement" "RESULT_FIELDS" "VALUE, COUNT" "RESULT_HEADERS" "Value, Count" END #end metadata TYPE Raster STATUS ON TOLERANCE 0 #default is 3 for raster, 0 for vector TOLERANCEUNITS pixels #TEMPLATE "query.html" #CLASSITEM "[pixel]" CLASS NAME '1' EXPRESSION ([pixel] >= -155 AND [pixel] < -69) COLOR 255 153 153 TEMPLATE "void" END #end class CLASS NAME '2' EXPRESSION ([pixel] >= -69 AND [pixel] < -20) COLOR 255 230 153 TEMPLATE "void" END #end class CLASS NAME '3' EXPRESSION ([pixel] >= -20 AND [pixel] < 7) COLOR 212 255 204 TEMPLATE "void" END #end class CLASS NAME '4' EXPRESSION ([pixel] >= 7 AND [pixel] < 37) COLOR 156 230 255 TEMPLATE "void" END #end class CLASS NAME '5' EXPRESSION ([pixel] >= 37 AND [pixel] < 156) COLOR 153 153 255 TEMPLATE "void" END #end class END #end layer ------------------- Thanks 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
