MAP CONFIG "MS_ERRORFILE" "/tmp/mapserver.log" NAME wfas # Map image size SIZE 800 504 UNITS dd MAXSIZE 1000000 EXTENT -2050500.000 -2136500.000 2536500.000 752500.000 PROJECTION "init=epsg:2163" END # Background color for the map canvas -- change as desired IMAGECOLOR 255 255 255 IMAGEQUALITY 95 IMAGETYPE PNG OUTPUTFORMAT NAME png DRIVER 'GD/PNG' MIMETYPE 'image/png' #IMAGEMODE RGBA EXTENSION 'png' END OUTPUTFORMAT NAME GEOTIFFINT8 DRIVER "GDAL/GTiff" MIMETYPE "image/tiff" IMAGEMODE "BYTE" EXTENSION "tif" END OUTPUTFORMAT NAME gif DRIVER "GD/GIF" MIMETYPE "image/gif" IMAGEMODE PC256 TRANSPARENT ON EXTENSION "gif" END OUTPUTFORMAT NAME "GTIFF" MIMETYPE "image/tiff" DRIVER "GDAL/GTiff" EXTENSION "tif" IMAGEMODE "BYTE" TRANSPARENT TRUE FORMATOPTION "COMPRESS=PACKBITS" #FORMATOPTION "ZLEVEL=9" END #OUTPUTFORMAT # NAME "GTIFF" # DRIVER "TEMPLATE" # MIMETYPE "image/tiff" # FORMATOPTION "FILE=/var/www/cgi-bin/test.pl" #END # Legend LEGEND IMAGECOLOR 255 255 255 STATUS ON KEYSIZE 30 12 LABEL TYPE BITMAP SIZE MEDIUM COLOR 0 0 89 END END # Web interface definition. Only the template parameter # is required to display a map. See MapServer documentation WEB # Set IMAGEPATH to the path where MapServer should # write its output. IMAGEPATH '/var/www/html/tmp/' LOG '/tmp/mapserver.log' # Set IMAGEURL to the url that points to IMAGEPATH # as defined in your web server configuration IMAGEURL '/tmp/' # WMS server settings METADATA 'wms_title' 'wfas online data products' 'wcs_label' 'wfas Web Coverage Service' 'wms_onlineresource' 'http://wfas.smoke-fire.us/cgi-bin/mapserv?map=/home/apetkov/wfas/wfas_time_index.map&' 'wms_srs' 'EPSG:2163 EPSG:4326' 'ows_enable_request' "*" END #Scale range at which web interface will operate # Template and header/footer settings # Only the template parameter is required to display a map. See MapServer documentation #TEMPLATE 'blah.html' END # Departure from Average Tile Index: LAYER STATUS OFF NAME "da_time_idx" TYPE POLYGON DATA "the_geom from da_index" #for postgis conn type #DATA "SELECT * from da_index" #for ogr conn type DEBUG 5 METADATA #"wms_srs" "EPSG:2163" #"wms_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" #"wms_title" "TIME INDEX for departure from average images" END CONNECTION "dbname=wfas user=apetkov host=localhost" # for postgis conn type #CONNECTION "PG:dbname=wfas user=apetkov host=localhost" # for ogr conn type CONNECTIONTYPE postgis EXTENT -2050500.000 -2136500.000 2536500.000 752500.000 PROJECTION "init=epsg:2163" END END # raster layer LAYER NAME "da" TYPE RASTER STATUS ON DEBUG 5 #PROCESSING "SCALE=0,253" PROCESSING "RESAMPLE=NEAREST" OPACITY 80 CLASS NAME "1-54" EXPRESSION ([pixel] >= 0 and [pixel] <= 54) STYLE COLOR 64 0 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "55-64" EXPRESSION ([pixel] >= 55 and [pixel] <= 64) STYLE COLOR 128 0 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "65-74" EXPRESSION ([pixel] >= 65 and [pixel] <= 74) STYLE COLOR 192 64 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "75-84" EXPRESSION ([pixel] >= 75 and [pixel] <= 84) STYLE COLOR 255 150 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "85-94" EXPRESSION ([pixel] >= 85 and [pixel] <= 94) STYLE COLOR 255 255 64 OUTLINECOLOR 0 0 0 END END CLASS NAME "95-105" EXPRESSION ([pixel] >= 95 and [pixel] <= 105) STYLE COLOR 200 255 200 OUTLINECOLOR 0 0 0 END END CLASS NAME "106-115" EXPRESSION ([pixel] >= 106 and [pixel] <= 115) STYLE COLOR 150 230 128 OUTLINECOLOR 0 0 0 END END CLASS NAME "116-125" EXPRESSION ([pixel] >= 116 and [pixel] <= 125) STYLE COLOR 64 192 64 OUTLINECOLOR 0 0 0 END END CLASS NAME "126-135" EXPRESSION ([pixel] >= 126 and [pixel] <= 135) STYLE COLOR 0 128 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "136-145" EXPRESSION ([pixel] >= 136 and [pixel] <= 145) STYLE COLOR 0 64 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "147-229" EXPRESSION ([pixel] >= 146 and [pixel] <= 249) STYLE COLOR 0 32 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "147-229" EXPRESSION ([pixel] >= 146 and [pixel] <= 249) STYLE COLOR 0 32 0 OUTLINECOLOR 0 0 0 END END #CLASS # NAME "250-251" # EXPRESSION ([pixel] >= 250 and [pixel] <= 251) # STYLE # COLOR 255 255 255 # OUTLINECOLOR 0 0 0 # END #END CLASS NAME "252-253" EXPRESSION ([pixel] >= 252 and [pixel] <= 253) STYLE COLOR 0 32 0 END END #CLASS # NAME "254-255" # EXPRESSION ([pixel] >= 254 and [pixel] <= 255) # STYLE # COLOR 0 192 255 # OUTLINECOLOR 0 0 0 # END #END UNITS Meters DUMP TRUE PROJECTION "init=epsg:2163" END METADATA "wms_title" "Departure from Average" "wms_srs" "EPSG:2163 EPSG:4326" "wms_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "wms_timeextent" "2000-01-06/2016-08-29" #da_time_extent "wms_timedefault" "2016-08-29" #da_time_extent "wms_timeitem" "date" #date is a column in postgis table of type timestamp "wcs_label" "Departure From Average WFAS Product" ### required "wcs_name" "da" "wcs_timeitem" "date" #datetime is a column in postgis table of type timestamp "wcs_rangeset_label" "testlabel" "wcs_rangeset_name" "testname" "wcs_resolution" "1000 1000" "wcs_timeposition" "2000-01-06/2016-08-29" #da_time_extent "wcs_size" "4587 2889" "wcs_description" "dep from average resolution mosaic" "ows_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "ows_srs" "EPSG:2163 EPSG:4326" END OFFSITE 0 0 0 TILEITEM "fullpath" #fullpath is a column in postgis table with varchar of the filepath to each image TILEINDEX "da_time_idx" END # Relative Greenness Tile Index: LAYER STATUS ON NAME "rg_time_idx" TYPE POLYGON DATA "the_geom from rg_index" METADATA "wms_srs" "EPSG:2163" "wms_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "wms_title" "TIME INDEX for relative greenness images" END CONNECTION "dbname=wfas user=apetkov host=localhost" CONNECTIONTYPE postgis EXTENT -2050500.000 -2136500.000 2536500.000 752500.000 PROJECTION "init=epsg:2163" END END # Relative Greenness raster layer LAYER NAME "rg" TYPE RASTER STATUS ON DEBUG ON DUMP TRUE PROJECTION "init=epsg:2163" END #PROCESSING "LUT=250:81,251:90" PROCESSING "RESAMPLE=NEAREST" OPACITY 80 CLASS NAME "1-10" EXPRESSION ([pixel] >=1 and [pixel] <=10) STYLE COLOR 100 0 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "11-20" EXPRESSION ([pixel] >=11 and [pixel] <=20) STYLE COLOR 225 0 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "21-30" EXPRESSION ([pixel] >=21 and [pixel] <=30) STYLE COLOR 246 152 91 OUTLINECOLOR 0 0 0 END END CLASS NAME "31-40" EXPRESSION ([pixel] >=31 and [pixel] <=40) STYLE COLOR 255 192 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "41-50" EXPRESSION ([pixel] >=41 and [pixel] <=50) STYLE COLOR 240 240 10 OUTLINECOLOR 0 0 0 END END CLASS NAME "51-60" EXPRESSION ([pixel] >=51 and [pixel] <=60) STYLE COLOR 250 250 185 OUTLINECOLOR 0 0 0 END END CLASS NAME "61-70" EXPRESSION ([pixel] >=61 and [pixel] <=70) STYLE COLOR 142 255 119 OUTLINECOLOR 0 0 0 END END CLASS NAME "71-80" EXPRESSION ([pixel] >=71 and [pixel] <=80) STYLE COLOR 34 230 53 OUTLINECOLOR 0 0 0 END END CLASS NAME "81-90" EXPRESSION ([pixel] >=81 and [pixel] <=90) STYLE COLOR 0 128 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "91-100" EXPRESSION ([pixel] >=91 and [pixel] <=100) STYLE COLOR 0 64 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "101-249" EXPRESSION ([pixel] >=101 and [pixel] <=249) STYLE COLOR 0 16 0 OUTLINECOLOR 0 0 0 END END # CLASS # NAME "250-251" # #EXPRESSION ([pixel] >=250 and [pixel] <=251) # EXPRESSION ([pixel] = 251) # STYLE # COLOR 255 255 255 # OUTLINECOLOR 0 0 0 # END # END # CLASS # NAME "252-253" # EXPRESSION ([pixel] >=252 and [pixel] <=253) # STYLE # COLOR 30 30 30 # OUTLINECOLOR 0 0 0 # END # END #CLASS # NAME "254-255" # EXPRESSION ([pixel] >=254) # STYLE # COLOR 0 192 255 # OUTLINECOLOR 0 0 0 # END #END METADATA "wms_title" "Relative Greenness" "wms_srs" "EPSG:2163 EPSG:4326" "wms_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "wms_timeextent" "2000-01-06/2016-08-29" #rg_time_extent "wms_timedefault" "2016-08-29" #rg_time_extent "wms_timeitem" "date" #datetime is a column in postgis table of type timestamp "wcs_label" "Relative Grenness WFAS Product" ### required "wcs_name" "rg" "wcs_timeitem" "date" #datetime is a column in postgis table of type timestamp "wcs_rangeset_label" "testlabel" "wcs_rangeset_name" "testname" "wcs_resolution" "1000 1000" "wcs_timeposition" "2000-01-06/2016-08-29" #rg_time_extent "wcs_size" "4587 2889" "wcs_description" "relative greenness resolution mosaic" "ows_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "ows_srs" "EPSG:2163 EPSG:4326" END OFFSITE 0 0 0 TILEITEM "fullpath" #filepath is a column in postgis table with varchar of the filepath to each image TILEINDEX "rg_time_idx" END # NDVI Imagery Tile Index: LAYER STATUS ON NAME "nd_time_idx" TYPE POLYGON DATA "the_geom from nd_index" METADATA "wms_srs" "EPSG:2163" "wms_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "wms_title" "TIME INDEX for relative greenness images" END CONNECTION "dbname=wfas user=apetkov host=localhost" CONNECTIONTYPE postgis EXTENT -2050500.000 -2136500.000 2536500.000 752500.000 PROJECTION "init=epsg:2163" END END # NDVI raster layer LAYER NAME "nd" TYPE RASTER STATUS ON DEBUG ON DUMP TRUE PROJECTION "init=epsg:2163" END HEADER "hdr.html" TEMPLATE "detail.html" FOOTER "ftr.html" PROCESSING "RESAMPLE=NEAREST" OPACITY 80 METADATA "wms_title" "NVDI Imagery" "wms_srs" "EPSG:2163 EPSG:4326" "wms_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "wms_timeformat" "YYYY-MM-DD,YYYYMMDD,YYYY-MM-DDTHH:MM:SSZ,YYYY-MM-DDTHH:MM:SS.SSSZ" "wms_timeextent" "2005-07-26T00:00:00Z,2005-08-02T00:00:00Z,2005-08-09T00:00:00Z,2005-08-16T00:00:00Z,2005-08-23T00:00:00Z" #nd_time_extent "wms_timedefault" "2005-07-26T00:00:00Z" #nd_time_extent "wms_timeitem" "date" #datetime is a column in postgis table of type timestamp "wcs_label" "NDVI Imagery" ### required "wcs_name" "nd" "wcs_timeitem" "date" #datetime is a column in postgis table of type timestamp "wcs_rangeset_label" "testlabel" "wcs_rangeset_name" "testname" "wcs_resolution" "1000 1000" "wcs_timeposition" "2005-01-04/2016-08-29" #nd_time_extent "wcs_size" "4587 2889" "wcs_description" "NDVI data mosaic" "ows_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "ows_srs" "EPSG:2163 EPSG:4326" END OFFSITE 0 0 0 TILEITEM "fullpath" #filepath is a column in postgis table with varchar of the filepath to each image TILEINDEX "nd_time_idx" CLASS NAME "0-99" EXPRESSION ([pixel] >= 0 and [pixel] <= 99) STYLE COLOR 255 255 255 OUTLINECOLOR 0 0 0 END END CLASS NAME "100-105" EXPRESSION ([pixel] >= 100 and [pixel] <= 105) STYLE COLOR 94 0 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "106-110" EXPRESSION ([pixel] >= 106 and [pixel] <= 110) STYLE COLOR 128 0 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "111-115" EXPRESSION ([pixel] >= 111 and [pixel] <= 115) STYLE COLOR 192 64 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "116-120" EXPRESSION ([pixel] >= 116 and [pixel] <= 120) STYLE COLOR 192 128 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "121-125" EXPRESSION ([pixel] >= 121 and [pixel] <= 125) STYLE COLOR 255 192 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "126-130" EXPRESSION ([pixel] >= 126 and [pixel] <= 130) STYLE COLOR 255 255 181 OUTLINECOLOR 0 0 0 END END CLASS NAME "131-140" EXPRESSION ([pixel] >= 131 and [pixel] <= 140) STYLE COLOR 200 255 200 OUTLINECOLOR 0 0 0 END END CLASS NAME "141-150" EXPRESSION ([pixel] >= 141 and [pixel] <= 150) STYLE COLOR 150 230 128 OUTLINECOLOR 0 0 0 END END CLASS NAME "151-160" EXPRESSION ([pixel] >= 151 and [pixel] <= 160) STYLE COLOR 64 192 64 OUTLINECOLOR 0 0 0 END END CLASS NAME "161-170" EXPRESSION ([pixel] >= 161 and [pixel] <= 170) STYLE COLOR 0 128 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "171-180" EXPRESSION ([pixel] >= 171 and [pixel] <= 180) STYLE COLOR 0 90 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "181-249" EXPRESSION ([pixel] >= 181 and [pixel] <= 249) STYLE COLOR 0 32 0 OUTLINECOLOR 0 0 0 END END CLASS NAME "250-251" EXPRESSION ([pixel] >= 250 and [pixel] <= 251) STYLE COLOR 255 255 255 OUTLINECOLOR 0 0 0 END END CLASS NAME "252-253" EXPRESSION ([pixel] >= 252 and [pixel] <= 253) STYLE COLOR 0 32 0 OUTLINECOLOR 0 0 0 END END #CLASS # NAME "254-255" # EXPRESSION ([pixel] >= 254 and [pixel] <= 255) # STYLE # COLOR 0 192 255 # OUTLINECOLOR 0 0 0 # END #END END #nd layer definition LAYER STATUS ON NAME "ercpercnew_time_idx" TYPE POLYGON DATA "the_geom from ercperc_index" METADATA "wms_srs" "EPSG:2163" "wms_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "wms_title" "TIME INDEX for relative greenness images" END CONNECTION "dbname=wfas user=apetkov host=localhost" CONNECTIONTYPE postgis PROJECTION "proj=lcc" "lat_1=25" "lat_2=25" "lat_0=25" "lon_0=-95" "x_0=0" "y_0=0" "a=6371200" "b=6371200" "units=m" "no_defs" END END LAYER STATUS ON NAME "fbx_time_idx" TYPE POLYGON DATA "the_geom from fbx_index" METADATA "wms_srs" "EPSG:2163" "wms_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "wms_title" "TIME INDEX for relative greenness images" END CONNECTION "dbname=wfas user=apetkov host=localhost" CONNECTIONTYPE postgis PROJECTION "proj=lcc" "lat_1=25" "lat_2=25" "lat_0=25" "lon_0=-95" "x_0=0" "y_0=0" "a=6371200" "b=6371200" "units=m" "no_defs" END END # NDVI raster layer LAYER NAME "ercpercnew" MASK "mask" TYPE RASTER STATUS ON DEBUG ON DUMP TRUE PROJECTION "proj=lcc" "lat_1=25" "lat_2=25" "lat_0=25" "lon_0=-95" "x_0=0" "y_0=0" "a=6371200" "b=6371200" "units=m" "no_defs" END HEADER "hdr.html" TEMPLATE "detail.html" FOOTER "ftr.html" PROCESSING "RESAMPLE=NEAREST" OPACITY 80 METADATA "wms_title" "ERC Percentiles" "wms_srs" "EPSG:2163 EPSG:4326" "wms_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "wms_timeformat" "YYYY-MM-DD,YYYYMMDD,YYYY-MM-DDTHH:MM:SSZ,YYYY-MM-DDTHH:MM:SS.SSSZ" "wms_timeextent" "" #nd_time_extent "wms_timedefault" "" #nd_time_extent "wms_timeitem" "date" #datetime is a column in postgis table of type timestamp "wcs_label" "NDVI Imagery" ### required "wcs_name" "nd" "wcs_timeitem" "date" #datetime is a column in postgis table of type timestamp "wcs_rangeset_label" "testlabel" "wcs_rangeset_name" "testname" "wcs_resolution" "1000 1000" "wcs_timeposition" "" #nd_time_extent "wcs_size" "4587 2889" "wcs_description" "NDVI data mosaic" "ows_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "ows_srs" "EPSG:2163 EPSG:4326" END OFFSITE 0 0 0 TILEITEM "fullpath" #filepath is a column in postgis table with varchar of the filepath to each image TILEINDEX "ercpercnew_time_idx" INCLUDE "ercpercnew.cls" END #nd layer definition LAYER STATUS ON NAME "biperc_time_idx" TYPE POLYGON DATA "the_geom from biperc_index" METADATA "wms_srs" "EPSG:2163" "wms_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "wms_title" "TIME INDEX for relative greenness images" END CONNECTION "dbname=wfas user=apetkov host=localhost" CONNECTIONTYPE postgis PROJECTION "proj=lcc" "lat_1=25" "lat_2=25" "lat_0=25" "lon_0=-95" "x_0=0" "y_0=0" "a=6371200" "b=6371200" "units=m" "no_defs" END END LAYER NAME "fbx" MASK "mask" TYPE RASTER STATUS ON DEBUG ON DUMP TRUE PROJECTION "proj=lcc" "lat_1=25" "lat_2=25" "lat_0=25" "lon_0=-95" "x_0=0" "y_0=0" "a=6371200" "b=6371200" "units=m" "no_defs" END HEADER "hdr.html" TEMPLATE "detail.html" FOOTER "ftr.html" PROCESSING "RESAMPLE=NEAREST" OPACITY 80 METADATA "wms_title" "SFWP Percentiles" "wms_srs" "EPSG:2163 EPSG:4326" "wms_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "wms_timeformat" "YYYY-MM-DD,YYYYMMDD,YYYY-MM-DDTHH:MM:SSZ,YYYY-MM-DDTHH:MM:SS.SSSZ" "wms_timeextent" "" #nd_time_extent "wms_timedefault" "" #nd_time_extent "wms_timeitem" "date" #datetime is a column in postgis table of type timestamp "wcs_label" "NDVI Imagery" ### required "wcs_name" "nd" "wcs_timeitem" "date" #datetime is a column in postgis table of type timestamp "wcs_rangeset_label" "testlabel" "wcs_rangeset_name" "testname" "wcs_resolution" "1000 1000" "wcs_timeposition" "" #nd_time_extent "wcs_size" "4587 2889" "wcs_description" "NDVI data mosaic" "ows_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "ows_srs" "EPSG:2163 EPSG:4326" END OFFSITE 0 0 0 TILEITEM "fullpath" #filepath is a column in postgis table with varchar of the filepath to each image TILEINDEX "fbx_time_idx" INCLUDE "fbx.cls" END #nd layer definition # NDVI raster layer LAYER NAME "biperc" MASK "mask" TYPE RASTER STATUS ON DEBUG ON DUMP TRUE PROJECTION "proj=lcc" "lat_1=25" "lat_2=25" "lat_0=25" "lon_0=-95" "x_0=0" "y_0=0" "a=6371200" "b=6371200" "units=m" "no_defs" END HEADER "hdr.html" TEMPLATE "detail.html" FOOTER "ftr.html" PROCESSING "RESAMPLE=NEAREST" OPACITY 80 METADATA "wms_title" "BI Percentiles" "wms_srs" "EPSG:2163 EPSG:4326" "wms_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "wms_timeformat" "YYYY-MM-DD,YYYYMMDD,YYYY-MM-DDTHH:MM:SSZ,YYYY-MM-DDTHH:MM:SS.SSSZ" "wms_timeextent" "" #nd_time_extent "wms_timedefault" "" #nd_time_extent "wms_timeitem" "date" #datetime is a column in postgis table of type timestamp "wcs_label" "NDVI Imagery" ### required "wcs_name" "nd" "wcs_timeitem" "date" #datetime is a column in postgis table of type timestamp "wcs_rangeset_label" "testlabel" "wcs_rangeset_name" "testname" "wcs_resolution" "1000 1000" "wcs_timeposition" "" #nd_time_extent "wcs_size" "4587 2889" "wcs_description" "NDVI data mosaic" "ows_extent" "-2050500.000 -2136500.000 2536500.000 752500.000" "ows_srs" "EPSG:2163 EPSG:4326" END OFFSITE 0 0 0 TILEITEM "fullpath" #filepath is a column in postgis table with varchar of the filepath to each image TILEINDEX "biperc_time_idx" INCLUDE "biperc.cls" END #nd layer definition LAYER NAME "mask" DATA "/var/www/html/nfdr/mapfiles/BaseData/National_PSA_20150223_rastmask.tif" STATUS OFF DUMP TRUE TYPE RASTER METADATA "wms_title" "mask" END METADATA 'wms_srs' 'EPSG:4326 EPSG:2163 EPSG:3857 EPSG:900913' 'ows_srs' 'EPSG:3857 EPSG:4326 EPSG:4291 EPSG:900913' "wms_title" "GACC Mask" "wms_name" "mask" "wms_server_version" "1.3" "wms_format" "image/png" "wms_enable_request" "*" "wms_include_items" "all" "gml_include_items" "all" END INCLUDE "ndfd_raster_tif.ref" CLASS EXPRESSION ([pixel] > 0 and [pixel] <= 247) STYLE COLOR 26 152 80 OUTLINECOLOR 0 0 0 END END END END