[Geomoose-users] hillshade in GeoMOOSE

Jay Kapalczynski jkapalczynski at ci.maple-grove.mn.us
Wed Apr 15 12:14:19 EDT 2009


Forgot the CLASS...but still not working..

LAYER # Hillshade
NAME "Hillshade"
                DATA "./Hillshade_Image.tif"
                TYPE RASTER
                STATUS ON
  CLASSITEM "[pixel]"

  # class using an EXPRESSION using only [pixel].
  CLASS
    EXPRESSION ([pixel] >= 1 AND [pixel] < 254)
    STYLE
      COLOR 255 0 0
    END
  END

END # Maple Grove Parcels

From: Jay Kapalczynski
Sent: Wednesday, April 15, 2009 11:03 AM
To: 'geomoose-users at lists.sourceforge.net'; 'geomoose-developers at lists.sourceforge.net'
Subject: RE: hillshade in GeoMOOSE

I found out how to classify here:
http://mapserver.org/input/raster.html#raster

But for some reason my raster (TIF) wont display..

I opened it in ArcGIS and went the properties and Its spatial reference is UTM Zone 15 Meters
The same as my parcels in the GeoMOOSE app.

Anyone have a thought as to why I not seeing my image...This is the map file I am using...

<map title="Hillshade" data="true" popups="False" default="False">
                <file>/ms4w/apps/GeoMOOSE/Maple_Grove_GeoMoose/Hillshade/Hillshade.map</file>
</map>



MAP
                NAME 'Hillshade'
                SIZE 800 650
                STATUS ON
                EXTENT 189783.560000 4816309.330000 761653.524114 5472346.500000
                #EXTENT 457745.164,4989879.28,469080.472,5000524.987
                UNITS METERS
                FONTSET '../fonts/fontset.list'
                SYMBOLSET '../symbols/symbol.sym'
                TRANSPARENT TRUE
                IMAGETYPE PNG

                QUERYMAP
                                STATUS ON
                                STYLE HILITE
                END

                WEB
                                  INCLUDE "/ms4w/apps/GeoMOOSE/Maple_Grove_GeoMoose/web_config.map"
                END

                LEGEND
                                                STATUS ON
                END

                LAYER # Hillshade
                                NAME Hillshade
                                DATA "Hillshade.tif"
                                TYPE RASTER
                END # Hillshade


END ## end Map



From: Jay Kapalczynski
Sent: Wednesday, April 15, 2009 10:02 AM
To: geomoose-users at lists.sourceforge.net; geomoose-developers at lists.sourceforge.net
Subject: hillshade in GeoMOOSE

Has anyone used a hillshade in their GeoMoose Application?

I was wondering before I tried, how the color range is handled in the map file...

Any thoughts?



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20090415/81b1df99/attachment.html


More information about the Geomoose-users mailing list