[Geomoose-users] How do I load imagery from a wms server
Gary Watry
watry at steam.coaps.fsu.edu
Wed Dec 5 13:24:29 EST 2007
attached are two map files that work in the older server setup on a
windows machine
Jim Klassen wrote:
> Can you send your mapfile to the list?
>
> I am curious what is in the older mapfiles that is causing GeoMOOSE
> problems. In particular, I think the request moose uses to get the map
> image (as opposed to say an identify request) from mapserver is pretty
> standard and so should just work... But clearly since it doesn't I'm
> missing something.
>
> -----Original Message-----
> From: "Gary Watry" <watry at steam.coaps.fsu.edu>
> To: "Bob Basques" <Bob.Basques at ci.stpaul.mn.us>
> Cc: "GeoMoose Users" <geomoose-users at lists.sourceforge.net>
> Sent: 12/5/07 11:50 AM
> Subject: Re: [Geomoose-users] How do I load imagery from a wms server
>
> I have an old site using mapserver and dbox that loads wms data fine
> but the same code does not appear to work in Geomoose.
> I guess I need to keep plugging
>
>
> Bob Basques wrote:
>
>> Gary,
>>
>> There is a layer in the demo dataset being requested via a WMS
>> service. This can be used as a template for the configuration. If
>> the service doesn't support your projection however, you will need to
>> have the results reprojected in some manner, the suggested method
>> would be to set up MapServer as a Client to the original WMS and then
>> have MapServer reproject the WMS results to your desired projection.
>>
>> You can get more ino on this from the MapServer WebSite.
>>
>> bobb
>>
>>
>>
>>
>>>>> Gary Watry <watry at steam.coaps.fsu.edu> wrote:
>>>>>
>> Any thoughts, My display is in
>> Lambert Conformal Equal Area (U.S. National Atlas Equal Area) (SRID
>>
> 2163)
>
>>
>>
>>
>>
>>
> -------------------------------------------------------------------------
>
>> SF.Net email is sponsored by: The Future of Linux Business White Paper
>> from Novell. From the desktop to the data center, Linux is going
>> mainstream. Let it simplify your IT future.
>> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
>> _______________________________________________
>> Geomoose-users mailing list
>> Geomoose-users at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geomoose-users
>>
>
>
>
>
> -------------------------------------------------------------------------
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell. From the desktop to the data center, Linux is going
> mainstream. Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> _______________________________________________
> Geomoose-users mailing list
> Geomoose-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geomoose-users
>
> -------------------------------------------------------------------------
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell. From the desktop to the data center, Linux is going
> mainstream. Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> _______________________________________________
> Geomoose-users mailing list
> Geomoose-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geomoose-users
>
>
-------------- next part --------------
MAP
NAME master
SIZE 410 352 # default for 800x600
STATUS OFF
IMAGECOLOR 255 255 255
# EXTENT 388107.634400379 5203120.88405952 500896.339019834 5310243.3061389 #UTM WGS84 Zone 15N
EXTENT 31667 -2631542 579351 1217225#Lambert Azimuthal Equal-Area
UNITS METERS
PROJECTION
# "init=epsg:32615" #UTM WGS84 Zone 15N
"init=epsg:2163" #Lambert Azimuthal Equal-Area
END
IMAGETYPE png24
# base of the DRS data store
SHAPEPATH "c:\inetpub\wwwroot\httpdocs\data"
SYMBOLSET "c:\inetpub\wwwroot\httpdocs\symbols/landview_cms.sym"
FONTSET "c:\inetpub\wwwroot\httpdocs\fonts/fonts.list"
WEB
EMPTY "http://gis.coaps.fsu.edu/httpdocs/templates/climstudyempty.php"
IMAGEURL "/httpdocs/tmp/"
IMAGEPATH "c:\inetpub\wwwroot\httpdocs\tmp\"
MINSCALE 5000
MAXSCALE 1000000000
METADATA
# dLegend XML legend control
dlegend_metagroups "wxstations,foreground,background"
dlegend_wxstations_name "Weather Station Layers:"
dlegend_wxstations_layers_and_groups "wxsttnanno"
dlegend_foreground_name "Foreground Layers:"
dlegend_foreground_layers_and_groups "cities,lakes,rivers,roads,navgrid"
dlegend_background_name "Background Layers:"
dlegend_background_layers_and_groups "gismap,topomap,bluemarble,lulc"
dlegend_background_element "radio"
# dlegend_wxsttnanno_name "Climate Study Stations"
dlegend_lakes_name "Lakes, Ponds & Swamps"
dlegend_rivers_name "Rivers and Streams"
dlegend_roads_name "Interstates, Highways & Roads"
dlegend_navgrid_name "Lines of Latitude and Longitude"
dlegend_gismap_name "GIS Map Background"
dlegend_topomap_name "Elevations and Depths"
dlegend_bluemarble_name "Blue Marble (WMS)"
dlegend_lulc_name "Land Use / Land Cover"
END
END # Web Interface Options
########################################################################
## Symbol Definition ##
########################################################################
#******************** Symbol for drawing Fat Lines ********************
Symbol
NAME "BigLine"
TYPE ELLIPSE
POINTS 1 1 END
FILLED true
STYLE 10 5 10 END
END
Symbol
NAME "BigLine2"
TYPE ELLIPSE
POINTS 1 1 END
FILLED true
STYLE 10 0 10 END
END
#******************** Symbol for drawing Dashed Lines ********************
SYMBOL
NAME "dashed"
TYPE ELLIPSE
POINTS 1 1 END
FILLED true
STYLE 10 5 10 END
END
#******************** Symbol for drawing Circles ********************
SYMBOL
NAME "Circle"
TYPE ELLIPSE
POINTS 1 1 END
FILLED true
STYLE 10 5 10 END
END
#******************** Symbol for Interstates ********************
SYMBOL
NAME 'Interstate'
TYPE TRUETYPE
FONT Roadsym
CHARACTER '*'
END
SYMBOL
NAME 'Interstate1'
TYPE TRUETYPE
FONT Roadsym
CHARACTER '+'
END
#******************** Symbol for U.S. Highways ********************
SYMBOL
NAME 'U.S.Highway'
TYPE TRUETYPE
FONT Roadsym
CHARACTER ','
END
SYMBOL
NAME 'U.S.Highway1'
TYPE TRUETYPE
FONT Roadsym
CHARACTER '-'
END
#******************** Symbol for Star ********************
SYMBOL
NAME "star"
TYPE VECTOR
FILLED TRUE
POINTS
0 .375
.35 .375
.5 0
.65 .375
1 .375
.75 .625
.875 1
.5 .75
.125 1
.25 .625
END
END
######################################################################
# Start of legend #
######################################################################
LEGEND
STATUS ON
KEYSIZE 21 14
END
#######################################################################
# Reference map #
#######################################################################
REFERENCE
IMAGE "c:\inetpub\wwwroot\httpdocs\graphics\us_reference.png"
EXTENT 31667 -2631542 579351 1217225#Lambert Azimuthal Equal-Area
SIZE 200 150
STATUS ON
MINBOXSIZE 100
MAXBOXSIZE 590
COLOR 255 0 0
OUTLINECOLOR 0 0 0
MARKERSIZE 60
MARKER 'star'
END
##########################################################################
# scalebar (miles) #
##########################################################################
SCALEBAR
STATUS ON
LABEL
SIZE tiny
COLOR 0 0 0
END
STYLE 1
INTERVALS 3
SIZE 125 3
COLOR 0 0 0
UNITS MILES
TRANSPARENT TRUE
END # Scalebar
#######################################################################
# START Background Layers #
#######################################################################
#******************** U.S. States Layers ********************
LAYER
NAME "states_30"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp030"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
CLASS
NAME 'U.S. States'
STYLE
OUTLINECOLOR 0 0 0
COLOR 242 245 181
END
END
END
#********************
LAYER
NAME "states_20"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp020"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 2999999
MINSCALE 2000000
LABELCACHE on
CLASS
STYLE
COLOR 242 245 181
OUTLINECOLOR 0 0 0
END
END
END
#********************
LAYER
NAME "states_100k"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp100K"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 1999999
LABELCACHE on
CLASS
STYLE
OUTLINECOLOR 0 0 0
COLOR 242 245 181
END
END
END
#********************
LAYER
NAME "states_anno"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp020"
STATUS default
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "STATE"
LABELMINSCALE 4000000
CLASSITEM "FEATURE"
CLASS
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 255 255 255
COLOR 255 0 0
MINDISTANCE 500
END
END
END
#******************** U.S. Counties Layers ********************
LAYER
NAME "counties_030"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp030"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 4000000
MINSCALE 3000000
LABELCACHE on
CLASS
NAME 'U.S. Counties'
STYLE
COLOR 242 245 181
OUTLINECOLOR 252 189 0
END
END
END
#********************
LAYER
NAME "counties_020"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp020"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 2999999
MINSCALE 2000000
LABELCACHE on
CLASS
STYLE
COLOR 242 245 181
OUTLINECOLOR 252 189 0
END
END
END
#********************
LAYER
NAME "counties_100k"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp100K"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 1999999
LABELCACHE on
CLASS
STYLE
COLOR 242 245 181
OUTLINECOLOR 252 189 0
END
END
END
#********************
LAYER
NAME "counties_anno"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp100k"
STATUS default
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "NAME"
LABELMAXSCALE 2000000
CLASSITEM "NAME"
CLASS
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 255 255 255
COLOR 0 158 61
MINDISTANCE 500
END
END
END
#******************** U.S. Topographic and Bathymetry layer **********************
LAYER
NAME "topography_US"
GROUP topomap
DATA "d:\CORE_GIS\UnitedStates\imagery/shrfbti3kml.tif"
TYPE RASTER
CLASS
NAME "Elevations and Depths"
KEYIMAGE "c:\inetpub\wwwroot\mapdocs\key_image.png"
END
PROJECTION # National Atlas
"proj=laea"
"ellps=GRS80"
"datum=NAD83"
"lat_0=45"
"lon_0=-100"
"x_0=0"
"y_0=0"
"units=m"
"no_defs"
END
STATUS OFF
END
#********************
LAYER
NAME "states_anno"
GROUP topomap
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp020"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "STATE"
LABELMINSCALE 4000000
CLASSITEM "FEATURE"
CLASS
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 255 255 255
COLOR 255 0 0
MINDISTANCE 500
END
END
END
#********************
LAYER
NAME "counties_anno"
GROUP topomap
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp100k"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "NAME"
LABELMAXSCALE 2000000
CLASSITEM "NAME"
CLASS
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 255 255 255
COLOR 0 158 61
MINDISTANCE 500
END
END
END
# ******************** MODIS derived blue marble image ********************
LAYER
NAME "Blue_Marble"
GROUP bluemarble
STATUS OFF
TYPE RASTER
CLASS
NAME "Blue Marble"
KEYIMAGE "c:\inetpub\wwwroot\mapdocs\key_image.png"
END
CONNECTIONTYPE WMS
CONNECTION "http://wms.jpl.nasa.gov/wms.cgi?"
PROJECTION
"init=epsg:4326"
END
METADATA
"wms_name" "modis"
"wms_server_version" "1.1.1"
"wms_srs" "EPSG:4326"
"wms_format" "image/png"
END
END
#******************** test**********************
LAYER
NAME "landcover_US"
GROUP lulc
DATA "d:\CORE_GIS\UnitedStates\imagery/landcvi020l.tif"
TYPE RASTER
CLASS
# NAME "Land Cover / Land Use"
KEYIMAGE "c:\inetpub\wwwroot\mapdocs\key_image.png"
END
PROJECTION # National Atlas
"proj=laea"
"ellps=GRS80"
"datum=NAD83"
"lat_0=45"
"lon_0=-100"
"x_0=0"
"y_0=0"
"units=m"
"no_defs"
END
CLASSITEM "[pixel]"
CLASS
NAME "Urban and Built-Up Land"
EXPRESSION "1"
COLOR 252 0 0
END
CLASS
NAME "Dryland Cropland and Pasture"
EXPRESSION "2"
COLOR 160 82 40
END
CLASS
NAME "Irrigated Cropland and Pasture"
EXPRESSION "3"
COLOR 134 82 40
END
CLASS
NAME "Mixed Dryland Irrigated Cropland"
EXPRESSION "4"
COLOR 159 54 0
END
CLASS
NAME "Cropland/Grassland Mosaic"
EXPRESSION "5"
COLOR 184 134 11
END
CLASS
NAME "Cropland/Woodland Mosaic"
EXPRESSION "6"
COLOR 154 205 50
END
CLASS
NAME "Grasslands"
EXPRESSION "7"
COLOR 234 221 130
END
CLASS
NAME "Shrubland"
EXPRESSION "8"
COLOR 255 140 0
END
CLASS
NAME "Mixed Shrubland/Grasslands"
EXPRESSION "9"
COLOR 255 163 67
END
CLASS
NAME "Savanna"
EXPRESSION "10"
COLOR 255 215 0
END
CLASS
NAME "Deciduous Broadleaf Forest"
EXPRESSION "11"
COLOR 60 179 113
END
CLASS
NAME "Deciduous Needleleaf Forest"
EXPRESSION "12"
COLOR 105 138 65
END
CLASS
NAME "Evergreen Broadleaf Forest"
EXPRESSION "13"
COLOR 122 252 0
END
CLASS
NAME "Evergreen Needleleaf Forest"
EXPRESSION "14"
COLOR 34 121 34
END
CLASS
NAME "Mixed Forest"
EXPRESSION "15"
COLOR 125 217 152
END
CLASS
NAME "Water Bodies"
EXPRESSION "16"
COLOR 132 193 255
END
CLASS
NAME "Herbaceous Wetland"
EXPRESSION "17"
COLOR 136 155 209
END
CLASS
NAME "Wooded Wetlands"
EXPRESSION "18"
COLOR 109 121 188
END
CLASS
NAME "Barren or Sparsely Vegetated"
EXPRESSION "19"
COLOR 150 150 150
END
CLASS
NAME "Herbaceous Tundra"
EXPRESSION "20"
COLOR 203 130 199
END
CLASS
NAME "Wooded Tundra"
EXPRESSION "21"
COLOR 188 143 143
END
CLASS
NAME "Mixed Tundra"
EXPRESSION "22"
COLOR 213 121 180
END
CLASS
NAME "Bare Ground Tundra"
EXPRESSION "23"
COLOR 253 186 242
END
CLASS
NAME "Snow or Ice"
EXPRESSION "24"
COLOR 255 255 2555
END
CLASS
NAME "Unlabelled Land Area"
EXPRESSION "25"
COLOR 129 159 170
END
STATUS OFF
END
#################################################################
# START Foreground Layers #
#################################################################
#******************** World Countries ********************
LAYER
NAME "countries"
DATA "d:\CORE_GIS\UnitedStates\boundaries/countries2005"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "CNTRY_NAME"
CLASSITEM "USORNOT"
CLASS
NAME 'Non U.S. Countries'
EXPRESSION /NON US*/
STYLE
OUTLINECOLOR 0 0 0
COLOR 255 255 201
END
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 255 212 181
COLOR 0 0 0
MINDISTANCE 100
POSITION cc
END
END
END
#******************** U.S. Counties Layers ********************
LAYER
NAME "counties_outline_030"
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp030"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 4000000
MINSCALE 3000000
LABELCACHE on
CLASS
NAME 'U.S. Counties'
STYLE
OUTLINECOLOR 252 189 0
END
END
END
#********************
LAYER
NAME "counties_outline_020"
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp020"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 2999999
MINSCALE 2000000
LABELCACHE on
CLASS
NAME 'U.S. Counties'
STYLE
OUTLINECOLOR 252 189 0
END
END
END
#********************
LAYER
NAME "counties_outline_100k"
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp100K"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 1999999
LABELCACHE on
CLASS
NAME 'U.S. Counties'
STYLE
OUTLINECOLOR 252 189 0
END
END
END
#******************** State outlines ********************
LAYER
NAME "states_outline_030"
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp030"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MINSCALE 3000000
LABELCACHE on
CLASS
NAME 'U.S. States'
STYLE
OUTLINECOLOR 0 0 0
END
END
END
#********************
LAYER
NAME "states_outline_020"
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp020"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 2999999
MINSCALE 2000000
LABELCACHE on
CLASS
NAME 'U.S. States'
STYLE
OUTLINECOLOR 0 0 0
END
END
END
#********************
LAYER
NAME "states_outline_100k"
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp100K"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 1999999
LABELCACHE on
CLASS
NAME 'U.S. States'
STYLE
OUTLINECOLOR 0 0 0
END
END
END
#******************** Urban Areas or Populated Places ********************
LAYER
NAME "urbanareas"
GROUP cities
DATA "d:\CORE_GIS\UnitedStates\people/UrbanAreasp020"
STATUS OFF
TYPE polygon
PROJECTION
"init=epsg:4326"
END
MINSCALE 2000000
LABELCACHE on
LABELITEM "NAME"
CLASS
NAME 'Towns and Cities'
STYLE
COLOR 255 209 122
END
END
END
#********************
LAYER
NAME "popplaces"
GROUP cities
DATA "d:\CORE_GIS\UnitedStates\people/PopulatedPlacesp100k"
STATUS OFF
TYPE polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 1999999
LABELCACHE on
LABELITEM "NAME"
CLASS
STYLE
COLOR 255 209 122
END
END
END
#********************
LAYER
NAME "urbanareas_anno"
GROUP cities
DATA "d:\CORE_GIS\UnitedStates\people/PopulatedPlacesp100k"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "NAME"
LABELMAXSCALE 600000
CLASS
LABEL
TYPE truetype
FONT 'arial'
SIZE 10
OUTLINECOLOR 242 224 255
COLOR 0 0 0
POSITION auto
END
END
END
#******************** Lakes Layers ********************
LAYER
NAME "lakes_big"
GROUP lakes
DATA "d:\CORE_GIS\UnitedStates\water/lakesp050"
STATUS OFF
TYPE polygon
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "NAME"
MINSCALE 5000000
MAXFEATURES 200
CLASS
STYLE
SIZE 1
COLOR 189 202 222
END
END
END
#********************
LAYER
NAME "lakes_middle"
GROUP lakes
DATA "d:\CORE_GIS\UnitedStates\water/lakesp020"
STATUS OFF
TYPE polygon
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "NAME"
MAXSCALE 4999999
MINSCALE 2000000
CLASSITEM "FEATURE"
MAXFEATURES 500
CLASS
EXPRESSION /Lake*/
STYLE
SIZE 1
COLOR 189 202 222
END
END
CLASS
EXPRESSION /Swamp*/
STYLE
SIZE 1
COLOR 0 204 176
END
END
END
#********************
LAYER
NAME "lakes_small"
GROUP lakes
DATA "d:\CORE_GIS\UnitedStates\water/lakesp010"
STATUS OFF
TYPE polygon
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "NAME"
MAXSCALE 1999999
CLASSITEM "FEATURE"
MAXFEATURES 200
CLASS
NAME 'Lakes'
EXPRESSION /Lake*/
STYLE
SIZE 1
COLOR 189 202 222
END
END
CLASS
NAME 'Swamps'
EXPRESSION /Swamp*/
STYLE
SIZE 1
COLOR 0 204 176
END
END
CLASS
NAME 'Reseviors'
EXPRESSION /Resevoir*/
STYLE
SIZE 1
COLOR 79 0 242
END
END
CLASS
EXPRESSION /Stream*/
NAME 'Large Rivers'
STYLE
SIZE 1
COLOR 189 202 222
END
END
END
#********************
LAYER
NAME "lakes_anno"
GROUP lakes
DATA "d:\CORE_GIS\UnitedStates\water/lakesp020"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "NAME"
LABELMAXSCALE 600000
CLASSITEM "FEATURE"
MAXFEATURES 200
CLASS
EXPRESSION /Lake*/
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 255 255 255
COLOR 0 0 0
MINDISTANCE 100
POSITION cr
END
END
END
#******************** Rivers ********************
LAYER
NAME "rivers_big"
GROUP rivers
DATA "d:\CORE_GIS\UnitedStates\water/Riversl050"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
LABELITEM "NAME"
MINSCALE 5000000
CLASS
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 189 202 222
END
END
END
#********************
LAYER
NAME "rivers_middle"
GROUP rivers
DATA "d:\CORE_GIS\UnitedStates\water/RiversStreamsl020"
STATUS on
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
LABELITEM "NAME"
MAXSCALE 4999999
MINSCALE 2000000
CLASSITEM "FEATURE"
CLASS
EXPRESSION /Stream*/
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 189 202 222
END
END
END
#********************
LAYER
NAME "rivers_small"
GROUP rivers
DATA "d:\CORE_GIS\UnitedStates\water/Riversl010"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
LABELITEM "NAME"
MAXSCALE 1999999
CLASSITEM "FEATURE"
CLASS
NAME 'Rivers and Streams'
EXPRESSION /Stream*/
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 189 202 222
END
END
END
#********************
LAYER
NAME "rivers_anno"
GROUP rivers
DATA "d:\CORE_GIS\UnitedStates\water/RiversStreamsl020"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
LABELITEM "NAME"
LABELMAXSCALE 600000
CLASSITEM "FEATURE"
CLASS
EXPRESSION /Stream*/
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 189 202 222
END
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 219 252 245
COLOR 0 0 0
ANGLE auto
ANTIALIAS true
MINDISTANCE 500
END
END
END
#******************** U.S. Highways Layers ********************
LAYER
NAME "roads_USHWY"
GROUP roads
DATA "d:\CORE_GIS\UnitedStates\transportation/MajorHighwaysl100k"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
CLASSITEM "HWY_TYPE"
MAXSCALE 500000
CLASS
NAME 'U.S. Highways'
EXPRESSION /U*/
STYLE
SYMBOL "BigLine2"
SIZE 4
COLOR 0 255 0
END
OVERLAYSYMBOL "Dashed"
OVERLAYSIZE 1
OVERLAYCOLOR 255 255 0
END
END
#********************
LAYER
NAME "roads_USHWY_ANNO"
GROUP roads
DATA "d:\CORE_GIS\UnitedStates\transportation/MajorHighwaysl100k"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "HWY_SYMBOL"
CLASSITEM "HWY_TYPE"
CLASS
MAXSCALE 500000
EXPRESSION /U*/
STYLE
SYMBOL "U.S.Highway"
SIZE 21
COLOR 255 255 255
END
OVERLAYSYMBOL "U.S.Highway1"
OVERLAYSIZE 21
OVERLAYCOLOR 0 0 0
LABEL
TYPE truetype
FONT 'arial'
SIZE 7
COLOR 0 0 0
MINFEATURESIZE 50
END
END
END
#******************** Interstates Road Layers ********************
LAYER
NAME "roads_interstates"
GROUP roads
DATA "d:\CORE_GIS\UnitedStates\transportation/Interstatesl250K"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Number"
CLASS
NAME 'U.S. Interstates'
STYLE
SYMBOL "BigLine2"
SIZE 4
COLOR 255 0 0
END
OVERLAYSYMBOL "Dashed"
OVERLAYSIZE 1
OVERLAYCOLOR 255 255 0
END
END
#********************
LAYER
NAME "roads_interstate_anno"
GROUP roads
DATA "d:\CORE_GIS\UnitedStates\transportation/Interstatesl250K"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Number"
MAXSCALE 8000000
CLASS
STYLE
SYMBOL "Interstate"
SIZE 21
COLOR 0 0 245
END
OVERLAYSYMBOL "Interstate1"
OVERLAYSIZE 21
OVERLAYCOLOR 255 0 0
LABEL
TYPE truetype
FONT 'arial'
SIZE 7
COLOR 255 255 255
MINFEATURESIZE 50
END
END
END
#******************** Climate Change Studies ********************
LAYER
NAME "wxstations"
GROUP wxsttn
DATA "d:\CORE_GIS\COAPS/Wxstations"
STATUS default
TYPE point
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "sttnname"
CLASS
NAME 'ASOS Climate Study Stations'
EXPRESSION ('[climstudy]' eq 'YES' AND '[TYPE]' eq'ASOS')
STYLE
Symbol "star"
Color 255 0 0
OUTLINECOLOR 255 252 0
Size 13
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\climatestudytemplate.php"
END
CLASS
NAME 'COOP Climate Study Stations'
EXPRESSION ('[climstudy]' eq 'YES' AND '[TYPE]' eq'COOP')
STYLE
Symbol "star"
Color 0 0 255
OUTLINECOLOR 255 252 0
Size 13
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\climatestudytemplate.php"
END
TOLERANCE 100
DUMP TRUE
END
#******************** Climate Change Studies Annotation********************
LAYER
NAME "wxstations"
GROUP wxsttnanno
DATA "d:\CORE_GIS\COAPS/Wxstations"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "sttnname"
LABELMAXSCALE 6000000
CLASS
NAME 'ASOS Stations Names'
EXPRESSION ('[climstudy]' eq 'YES' AND '[TYPE]' eq'ASOS')
STYLE
Symbol "star"
Color 255 0 0
OUTLINECOLOR 255 252 0
Size 13
END
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 242 224 255
COLOR 255 0 0
POSITION auto
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\climatestudytemplate.php"
END
CLASS
NAME 'COOP Stations Names'
EXPRESSION ('[climstudy]' eq 'YES' AND '[TYPE]' eq'COOP')
STYLE
Symbol "star"
Color 0 0 255
OUTLINECOLOR 255 252 0
Size 13
END
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 242 224 255
COLOR 0 0 0
POSITION auto
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\climatestudytemplate.php"
END
TOLERANCE 100
DUMP TRUE
END
#******************** Line of Latitude and Longitude ********************
LAYER
NAME "navgrid_major"
GROUP navgrid
DATA "d:\CORE_GIS\UnitedStates\MapReference/WLatLongl000"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
CLASSITEM 'value'
CLASS
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 0 0 0
END
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 219 252 245
COLOR 0 0 0
ANGLE auto
ANTIALIAS false
MINDISTANCE 500
END
END
END
#********************
LAYER
NAME "navgrid_anno"
GROUP navgrid
DATA "d:\CORE_GIS\UnitedStates\MapReference/WLatLongl000"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
LABELITEM "Value"
CLASSITEM "Value"
CLASS
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 0 0 255
END
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 219 252 245
COLOR 0 0 0
ANGLE auto
ANTIALIAS true
MINDISTANCE 500
END
END
END
#******************** grid Lines ********************
LAYER
NAME "navgrid_minor"
GROUP navgrid
DATA "d:\CORE_GIS\UnitedStates\MapReference/WGeoGridl000"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
CLASSITEM "Name"
CLASS
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 0 0 255
END
END
END
#********************
LAYER
NAME "NAVGRID_minor_anno"
GROUP navgrid
DATA "d:\CORE_GIS\UnitedStates\MapReference/WGeoGridl000"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
LABELITEM "Name"
CLASSITEM "Name"
CLASS
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 0 0 255
END
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 219 252 245
COLOR 0 0 0
ANGLE auto
ANTIALIAS true
MINDISTANCE 500
END
END
END
#********************* Eend of MapFile*******************
END # master
-------------- next part --------------
MAP
NAME rtrn
SIZE 410 352 # default for 800x600
STATUS OFF
IMAGECOLOR 255 255 255
EXTENT -180.00 -90.00 180.00 90.00
UNITS dd
PROJECTION
"init=epsg:4326" #Latitude and Longitude
END
IMAGETYPE png24
# base of the DRS data store
SHAPEPATH "c:\inetpub\wwwroot\httpdocs\data"
SYMBOLSET "c:\inetpub\wwwroot\httpdocs\symbols/coaps_map.sym"
FONTSET "c:\inetpub\wwwroot\httpdocs\fonts/fonts.list"
WEB
EMPTY "http://gw102.coaps.fsu.edu/httpdocs/templates/hurrtrakempty.php"
IMAGEURL "/httpdocs/tmp/"
IMAGEPATH "c:\inetpub\wwwroot\httpdocs\tmp\"
MINSCALE 100
MAXSCALE 1000000000
METADATA
# dLegend XML legend control
dlegend_metagroups "allstorms,elnino,neutral,lanina,foreground,background"
dlegend_allstorms_name "All Hurricanes:"
dlegend_allstorms_layers_and_groups "allhurr,majhurr,majhurrlf"
dlegend_allstorms_element "radio"
dlegend_elnino_name "El Nino Hurricanes:"
dlegend_elnino_layers_and_groups "elninohurr,elninomajhurr,elninomajhurrlf"
dlegend_elnino_element "radio"
dlegend_neutral_name "Neutral Hurricanes:"
dlegend_neutral_layers_and_groups "neutralhurr,neutralmajhurr,neutralmajhurrlf"
dlegend_neutral_element "radio"
dlegend_lanina_name "La Nina Hurricanes:"
dlegend_lanina_layers_and_groups "laninahurr,laninamajhurr,laninamajhurrlf"
dlegend_lanina_element "radio"
dlegend_foreground_name "Foreground Layers:"
dlegend_foreground_layers_and_groups "cities,lakes,rivers,roads,navgrid"
dlegend_background_name "Background Layers:"
dlegend_background_layers_and_groups "gismap,bathymetry,topomap"
dlegend_background_element "radio"
dlegend_lakes_name "Lakes, Ponds & Swamps"
dlegend_rivers_name "Rivers and Streams"
dlegend_roads_name "Interstates, Highways & Roads"
dlegend_navgrid_name "Lines of Latitude and Longitude"
dlegend_allhurr_name "All Hurricanes"
dlegend_majhurr_name "All Major Hurricanes"
dlegend_majhurrlf_name "All Major-At-Landfall Hurricanes"
dlegend_elninohurr_name "El Nino Hurricanes"
dlegend_elninomajhurr_name "El Nino Major Hurricanes"
dlegend_elninomajhurrlf_name "El Nino Major-At-Landfall Hurricanes"
dlegend_neutralhurr_name "Neutral Year Hurricanes"
dlegend_neutralmajhurr_name "Neutral Year Major Hurricanes"
dlegend_neutralmajhurrlf_name "Neutral Year Major-At-Landfall Hurricanes"
dlegend_laninahurr_name "La Nina Hurricanes"
dlegend_laninamajhurr_name "La Nina Major Hurricanes"
dlegend_laninamajhurrlf_name "La Nina Major-At-Landfall Hurricanes"
dlegend_gismap_name "GIS Map Background"
dlegend_bathymetry_name "Sea Floor Elevations"
dlegend_topomap_name "Elevations and Depths"
END
END # Web Interface Options
####################################################################
## Symbol Definition ##
####################################################################
# Symbol for drawing Fat Lines
#
Symbol
NAME "BigLine"
TYPE ELLIPSE
POINTS 1 1 END
FILLED true
STYLE 10 5 10 END
END
Symbol
NAME "BigLine2"
TYPE ELLIPSE
POINTS 1 1 END
FILLED true
STYLE 10 0 10 END
END
##------------------------------------------------------------------
# Symbol for drawing Dashed Lines
#
SYMBOL
NAME "dashed"
TYPE ELLIPSE
POINTS 1 1 END
FILLED true
STYLE 10 5 10 END
END
##------------------------------------------------------------------
# Symbol for drawing Spots
#
SYMBOL
NAME "Circle"
TYPE ELLIPSE
POINTS 1 1 END
FILLED true
STYLE 10 5 10 END
END
##------------------------------------------------------------------
# Symbol for Interstates
#
SYMBOL
NAME 'Interstate'
TYPE TRUETYPE
FONT esri_44
CHARACTER '['
END
SYMBOL
NAME 'Interstate1'
TYPE TRUETYPE
FONT esri_44
CHARACTER 'l'
END
##------------------------------------------------------------------
# Symbol for U.S. Highways
#
SYMBOL
NAME 'U.S.Highway'
TYPE TRUETYPE
FONT esri_44
CHARACTER '8'
END
SYMBOL
NAME 'U.S.Highway1'
TYPE TRUETYPE
FONT esri_44
CHARACTER '/'
END
##------------------------------------------------------------------
# Symbol for Star
#
SYMBOL
NAME "star"
TYPE VECTOR
FILLED TRUE
POINTS
0 .375
.35 .375
.5 0
.65 .375
1 .375
.75 .625
.875 1
.5 .75
.125 1
.25 .625
END
END
##---------------------------------------------------------------------
# Start of legend
#
LEGEND
STATUS ON
KEYSIZE 21 14
END
#######################################################################
# Reference map #
#######################################################################
REFERENCE
IMAGE "c:\inetpub\wwwroot\httpdocs\graphics\worldMap.png"
EXTENT -180 -90 180 90
SIZE 200 101
STATUS ON
MINBOXSIZE 40
MAXBOXSIZE 590
COLOR 255 0 0
OUTLINECOLOR 0 0 0
MARKERSIZE 40
MARKER 'star'
END
######################################################################
# scalebar (miles) #
######################################################################
SCALEBAR
STATUS ON
LABEL
SIZE tiny
COLOR 0 0 0
END
STYLE 1
INTERVALS 3
SIZE 125 3
COLOR 0 0 0
IMAGECOLOR 255 255 255
UNITS MILES
# TRANSPARENT TRUE
END # Scalebar
#######################################################################
# START Background Layers #
#######################################################################
##--------------------------------------------------------------
## U.S. States Layers
#
LAYER
NAME "states_30"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp030"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
# MINSCALE 4000000
LABELCACHE on
CLASS
NAME 'U.S. States'
STYLE
OUTLINECOLOR 0 0 0
COLOR 242 245 181
END
END
END
LAYER
NAME "states_20"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp020"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 2999999
MINSCALE 2000000
LABELCACHE on
CLASS
# NAME 'U.S. States'
STYLE
COLOR 242 245 181
OUTLINECOLOR 0 0 0
END
END
END
LAYER
NAME "states_100k"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp100K"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 1999999
LABELCACHE on
CLASS
# NAME 'U.S. States'
STYLE
OUTLINECOLOR 0 0 0
COLOR 242 245 181
END
END
END
LAYER
NAME "states_anno"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp020"
STATUS default
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "STATE"
LABELMINSCALE 4000000
CLASSITEM "FEATURE"
CLASS
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 255 255 255
COLOR 255 0 0
MINDISTANCE 500
END
END
END
#--------------------------------------------------------------------
## U.S. Counties Layers
#
LAYER
NAME "counties_030"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp030"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 4000000
MINSCALE 3000000
LABELCACHE on
CLASS
NAME 'U.S. Counties'
STYLE
COLOR 242 245 181
OUTLINECOLOR 252 189 0
END
END
END
LAYER
NAME "counties_020"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp020"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 2999999
MINSCALE 2000000
LABELCACHE on
CLASS
# NAME 'U.S. Counties'
STYLE
COLOR 242 245 181
OUTLINECOLOR 252 189 0
END
END
END
LAYER
NAME "counties_100k"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp100K"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 1999999
LABELCACHE on
CLASS
# NAME 'U.S. Counties'
STYLE
COLOR 242 245 181
OUTLINECOLOR 252 189 0
END
END
END
LAYER
NAME "counties_anno"
GROUP gismap
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp100k"
STATUS default
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "NAME"
LABELMAXSCALE 2000000
CLASSITEM "NAME"
CLASS
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 255 255 255
COLOR 0 158 61
MINDISTANCE 500
END
END
END
###----------------------------------------------------------------
## bathymetry layer
LAYER
NAME "bathymetry_GOM"
GROUP bathymetry
DATA "d:\CORE_GIS\UnitedStates\imagery/bathsri3kml.tif"
TYPE RASTER
CLASS
NAME "Sea Floor Bathymetry"
KEYIMAGE "c:\inetpub\wwwroot\mapdocs\key_image.png"
END
PROJECTION # National Atlas
"proj=laea"
"ellps=GRS80"
"datum=NAD83"
"lat_0=45"
"lon_0=-100"
"x_0=0"
"y_0=0"
"units=m"
"no_defs"
END
STATUS OFF
END
LAYER
NAME "states_30"
GROUP bathymetry
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp030"
STATUS OFF
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
# MINSCALE 4000000
LABELCACHE on
CLASS
# NAME 'U.S. States'
STYLE
OUTLINECOLOR 0 0 0
COLOR 242 245 181
END
END
END
LAYER
NAME "states_20"
GROUP bathymetry
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp020"
STATUS OFF
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 2999999
MINSCALE 2000000
LABELCACHE on
CLASS
# NAME 'U.S. States'
STYLE
COLOR 242 245 181
OUTLINECOLOR 0 0 0
END
END
END
LAYER
NAME "states_100k"
GROUP bathymetry
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp100K"
STATUS OFF
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 1999999
LABELCACHE on
CLASS
# NAME 'U.S. States'
STYLE
OUTLINECOLOR 0 0 0
COLOR 242 245 181
END
END
END
LAYER
NAME "states_anno"
GROUP bathymetry
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp020"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "STATE"
LABELMINSCALE 4000000
CLASSITEM "FEATURE"
CLASS
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 255 255 255
COLOR 255 0 0
MINDISTANCE 500
END
END
END
LAYER
NAME "counties_030"
GROUP bathymetry
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp030"
STATUS OFF
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 4000000
MINSCALE 3000000
LABELCACHE on
CLASS
# NAME 'U.S. Counties'
STYLE
COLOR 242 245 181
OUTLINECOLOR 252 189 0
END
END
END
LAYER
NAME "counties_020"
GROUP bathymetry
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp020"
STATUS OFF
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 2999999
MINSCALE 2000000
LABELCACHE on
CLASS
# NAME 'U.S. Counties'
STYLE
COLOR 242 245 181
OUTLINECOLOR 252 189 0
END
END
END
LAYER
NAME "counties_100k"
GROUP bathymetry
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp100K"
STATUS OFF
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 1999999
LABELCACHE on
CLASS
# NAME 'U.S. Counties'
STYLE
COLOR 242 245 181
OUTLINECOLOR 252 189 0
END
END
END
LAYER
NAME "counties_anno"
GROUP bathymetry
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp100k"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "NAME"
LABELMAXSCALE 2000000
CLASSITEM "NAME"
CLASS
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 255 255 255
COLOR 0 158 61
MINDISTANCE 500
END
END
END
###----------------------------------------------------------------
## topographic layer
LAYER
NAME "topography_US"
GROUP topomap
DATA "d:\CORE_GIS\UnitedStates\imagery/shrfbti3kml.tif"
TYPE RASTER
CLASS
NAME "Elevations and Depths"
KEYIMAGE "c:\inetpub\wwwroot\mapdocs\key_image.png"
END
PROJECTION # National Atlas
"proj=laea"
"ellps=GRS80"
"datum=NAD83"
"lat_0=45"
"lon_0=-100"
"x_0=0"
"y_0=0"
"units=m"
"no_defs"
END
STATUS OFF
END
LAYER
NAME "states_anno"
GROUP topomap
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp020"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "STATE"
LABELMINSCALE 4000000
CLASSITEM "FEATURE"
CLASS
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 255 255 255
COLOR 255 0 0
MINDISTANCE 500
END
END
END
LAYER
NAME "counties_anno"
GROUP topomap
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp100k"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "NAME"
LABELMAXSCALE 2000000
CLASSITEM "NAME"
CLASS
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 255 255 255
COLOR 0 158 61
MINDISTANCE 500
END
END
END
#################################################################
# START Foreground Layers #
#################################################################
##---------------------------------------------------------------
## World Countries
#
LAYER
NAME "countries"
DATA "d:\CORE_GIS\UnitedStates\boundaries/countries2005"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "CNTRY_NAME"
CLASSITEM "USORNOT"
CLASS
NAME 'Non U.S. Countries'
EXPRESSION /NON US*/
STYLE
OUTLINECOLOR 0 0 0
COLOR 255 255 201
END
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 255 212 181
COLOR 0 0 0
MINDISTANCE 100
POSITION cc
END
END
END
#--------------------------------------------------------------------
## U.S. Counties Layers
#
LAYER
NAME "counties_outline_030"
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp030"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 4000000
MINSCALE 3000000
LABELCACHE on
CLASS
NAME 'U.S. Counties'
STYLE
OUTLINECOLOR 252 189 0
END
END
END
LAYER
NAME "counties_outline_020"
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp020"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 2999999
MINSCALE 2000000
LABELCACHE on
CLASS
NAME 'U.S. Counties'
STYLE
OUTLINECOLOR 252 189 0
END
END
END
LAYER
NAME "counties_outline_100k"
DATA "d:\CORE_GIS\UnitedStates\boundaries/countyp100K"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 1999999
LABELCACHE on
CLASS
NAME 'U.S. Counties'
STYLE
OUTLINECOLOR 252 189 0
END
END
END
##-------------------------------------------------------------------
##State outlines
LAYER
NAME "states_outline_030"
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp030"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
# MAXSCALE 3999999
MINSCALE 3000000
LABELCACHE on
CLASS
NAME 'U.S. States'
STYLE
OUTLINECOLOR 0 0 0
END
END
END
LAYER
NAME "states_outline_020"
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp020"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 2999999
MINSCALE 2000000
LABELCACHE on
CLASS
NAME 'U.S. States'
STYLE
OUTLINECOLOR 0 0 0
END
END
END
LAYER
NAME "states_outline_100k"
DATA "d:\CORE_GIS\UnitedStates\boundaries/statesp100K"
STATUS default
TYPE Polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 1999999
LABELCACHE on
CLASS
NAME 'U.S. States'
STYLE
OUTLINECOLOR 0 0 0
END
END
END
###-------------------------------------------------------
## Urban Areas or Populated Places
#
LAYER
NAME "urbanareas"
GROUP cities
DATA "d:\CORE_GIS\UnitedStates\people/UrbanAreasp020"
STATUS on
TYPE polygon
PROJECTION
"init=epsg:4326"
END
MINSCALE 2000000
LABELCACHE on
LABELITEM "NAME"
CLASS
NAME 'Towns and Cities'
STYLE
COLOR 255 209 122
END
END
END
LAYER
NAME "popplaces"
GROUP cities
DATA "d:\CORE_GIS\UnitedStates\people/PopulatedPlacesp100k"
STATUS on
TYPE polygon
PROJECTION
"init=epsg:4326"
END
MAXSCALE 1999999
LABELCACHE on
LABELITEM "NAME"
CLASS
STYLE
COLOR 255 209 122
END
END
END
LAYER
NAME "urbanareas_anno"
GROUP cities
DATA "d:\CORE_GIS\UnitedStates\people/PopulatedPlacesp100k"
STATUS on
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "NAME"
LABELMAXSCALE 600000
CLASS
LABEL
TYPE truetype
FONT 'arial'
SIZE 10
OUTLINECOLOR 242 224 255
COLOR 0 0 0
POSITION auto
END
END
END
##-------------------------------------------------------------------
## Lakes Layers
#
LAYER
NAME "lakes_big"
GROUP lakes
DATA "d:\CORE_GIS\UnitedStates\water/lakesp050"
STATUS OFF
TYPE polygon
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "NAME"
MINSCALE 5000000
MAXFEATURES 200
CLASS
# NAME 'Bodies of Water'
STYLE
SIZE 1
COLOR 189 202 222
END
END
END
LAYER
NAME "lakes_middle"
GROUP lakes
DATA "d:\CORE_GIS\UnitedStates\water/lakesp020"
STATUS OFF
TYPE polygon
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "NAME"
MAXSCALE 4999999
MINSCALE 2000000
CLASSITEM "FEATURE"
MAXFEATURES 500
CLASS
# NAME 'Lakes'
EXPRESSION /Lake*/
STYLE
SIZE 1
COLOR 189 202 222
END
END
CLASS
# NAME 'Swamps'
EXPRESSION /Swamp*/
STYLE
SIZE 1
COLOR 0 204 176
END
END
END
LAYER
NAME "lakes_small"
GROUP lakes
DATA "d:\CORE_GIS\UnitedStates\water/lakesp010"
STATUS OFF
TYPE polygon
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "NAME"
MAXSCALE 1999999
CLASSITEM "FEATURE"
MAXFEATURES 200
CLASS
NAME 'Lakes'
EXPRESSION /Lake*/
STYLE
SIZE 1
COLOR 189 202 222
END
END
CLASS
NAME 'Swamps'
EXPRESSION /Swamp*/
STYLE
SIZE 1
COLOR 0 204 176
END
END
CLASS
NAME 'Reseviors'
EXPRESSION /Resevoir*/
STYLE
SIZE 1
COLOR 79 0 242
END
END
CLASS
EXPRESSION /Stream*/
NAME 'Large Rivers'
STYLE
SIZE 1
COLOR 189 202 222
END
END
END
LAYER
NAME "lakes_anno"
GROUP lakes
DATA "d:\CORE_GIS\UnitedStates\water/lakesp020"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "NAME"
LABELMAXSCALE 600000
CLASSITEM "FEATURE"
MAXFEATURES 200
CLASS
EXPRESSION /Lake*/
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 255 255 255
COLOR 0 0 0
MINDISTANCE 100
POSITION cr
END
END
END
##-------------------------------------------------------------------
## Rivers
#
LAYER
NAME "rivers_big"
GROUP rivers
DATA "d:\CORE_GIS\UnitedStates\water/Riversl050"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
LABELITEM "NAME"
MINSCALE 5000000
CLASS
# NAME 'Rivers and Streams'
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 189 202 222
END
END
END
LAYER
NAME "rivers_middle"
GROUP rivers
DATA "d:\CORE_GIS\UnitedStates\water/RiversStreamsl020"
STATUS on
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
LABELITEM "NAME"
MAXSCALE 4999999
MINSCALE 2000000
CLASSITEM "FEATURE"
CLASS
# NAME 'Rivers and Streams'
EXPRESSION /Stream*/
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 189 202 222
END
END
END
LAYER
NAME "rivers_small"
GROUP rivers
DATA "d:\CORE_GIS\UnitedStates\water/Riversl010"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
LABELITEM "NAME"
MAXSCALE 1999999
CLASSITEM "FEATURE"
CLASS
NAME 'Rivers and Streams'
EXPRESSION /Stream*/
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 189 202 222
END
END
END
LAYER
NAME "rivers_anno"
GROUP rivers
DATA "d:\CORE_GIS\UnitedStates\water/RiversStreamsl020"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
LABELITEM "NAME"
LABELMAXSCALE 600000
CLASSITEM "FEATURE"
CLASS
EXPRESSION /Stream*/
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 189 202 222
END
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 219 252 245
COLOR 0 0 0
ANGLE auto
ANTIALIAS true
MINDISTANCE 500
END
END
END
##-------------------------------------------------------------------
## U.S. Highways Layers
#
LAYER
NAME "roads_USHWY"
GROUP roads
DATA "d:\CORE_GIS\UnitedStates\transportation/MajorHighwaysl100k"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
CLASSITEM "HWY_TYPE"
MAXSCALE 500000
CLASS
NAME 'U.S. Highways'
EXPRESSION /U*/
STYLE
SYMBOL "BigLine2"
SIZE 4
COLOR 0 255 0
END
OVERLAYSYMBOL "Dashed"
OVERLAYSIZE 1
OVERLAYCOLOR 255 255 0
END
END
LAYER
NAME "roads_USHWY_ANNO"
GROUP roads
DATA "d:\CORE_GIS\UnitedStates\transportation/MajorHighwaysl100k"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "HWY_SYMBOL"
CLASSITEM "HWY_TYPE"
CLASS
MAXSCALE 500000
EXPRESSION /U*/
STYLE
SYMBOL "U.S.Highway"
SIZE 21
COLOR 255 255 255
END
OVERLAYSYMBOL "U.S.Highway1"
OVERLAYSIZE 21
OVERLAYCOLOR 0 0 0
LABEL
TYPE truetype
FONT 'arial'
SIZE 7
COLOR 0 0 0
MINFEATURESIZE 50
END
END
END
##-------------------------------------------------------------------
## Interstates Road Layers
#
LAYER
NAME "roads_interstates"
GROUP roads
DATA "d:\CORE_GIS\UnitedStates\transportation/Interstatesl250K"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Number"
# MAXSCALE 8000000
CLASS
NAME 'U.S. Interstates'
STYLE
SYMBOL "BigLine2"
SIZE 4
COLOR 255 0 0
END
OVERLAYSYMBOL "Dashed"
OVERLAYSIZE 1
OVERLAYCOLOR 255 255 0
END
END
LAYER
NAME "roads_interstate_anno"
GROUP roads
DATA "d:\CORE_GIS\UnitedStates\transportation/Interstatesl250K"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Number"
MAXSCALE 8000000
CLASS
STYLE
SYMBOL "Interstate"
SIZE 21
COLOR 0 0 245
OFFSET 0 6
END
OVERLAYSYMBOL "Interstate1"
OVERLAYSIZE 21
OVERLAYCOLOR 255 0 0
LABEL
TYPE truetype
FONT 'arial'
SIZE 7
COLOR 255 255 255
MINFEATURESIZE 50
OFFSET 0 6
END
END
END
##-------------------------------------------------------------------
## Hurricane Layers - All Hurricanes
#
LAYER
NAME "HurrAll"
GROUP allhurr
DATA "d:\CORE_GIS\COAPS/hurrtrax"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Name"
CLASS
NAME 'Other Tracks'
EXPRESSION ('[CATEGORY]' eq 'D' OR '[CATEGORY]' eq 'E' OR '[CATEGORY]' eq 'L' OR '[CATEGORY]' eq 'SD' OR '[CATEGORY]' eq 'SS' OR '[CATEGORY]' eq 'TD' OR '[CATEGORY]' eq 'W')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Tropical Storm'
EXPRESSION ('[CATEGORY]' eq 'TS')
STYLE
Symbol "BigLine"
Color 240 117 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 1 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H1')
STYLE
Symbol "BigLine2"
Color 0 255 0
Size 4
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 2 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H2')
STYLE
Symbol "BigLine2"
Color 0 0 255
Size 4
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 3 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H3')
STYLE
Symbol "BigLine2"
Color 199 64 0
Size 5
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 4 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H4')
STYLE
Symbol "BigLine2"
Color 191 8 150
Size 5
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 5 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H5')
STYLE
Symbol "BigLine2"
Color 255 0 0
Size 6
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
TOLERANCE 100
DUMP TRUE
END
##-------------------------------------------------------------------
## Hurricane Layers - All Major Hurricanes
#
LAYER
NAME "MajHurr"
GROUP majhurr
DATA "d:\CORE_GIS\COAPS/hurrtrax"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Name"
CLASS
## Tropical Disturbance
NAME 'Other Tracks'
EXPRESSION ('[CATEGORY]' eq 'D' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## ExtraTropical
EXPRESSION ('[CATEGORY]' eq 'E' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Low
EXPRESSION ('[CATEGORY]' eq 'L' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Depression
EXPRESSION ('[CATEGORY]' eq 'SD' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Storm
EXPRESSION ('[CATEGORY]' eq 'SS' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Depression
EXPRESSION ('[CATEGORY]' eq 'TD' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Wave
EXPRESSION ('[CATEGORY]' eq 'W' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Tropical Storm'
EXPRESSION ('[CATEGORY]' eq 'TS' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 240 117 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 1 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H1' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 0 255 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 2 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H2' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 0 0 255
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 3 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H3' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 199 64 0
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 4 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H4' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 191 8 150
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 5 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H5' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 255 0 0
Size 5
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
TOLERANCE 100
DUMP TRUE
END
##-------------------------------------------------------------------
## Hurricane Layers - All Major At Landfall Hurricanes
#
LAYER
NAME "HurrmajLF"
GROUP majhurrlf
DATA "d:\CORE_GIS\COAPS/hurrtrax"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Name"
CLASS
## Tropical Disturbance
NAME 'Other Tracks'
EXPRESSION ('[CATEGORY]' eq 'D' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## ExtraTropical
EXPRESSION ('[CATEGORY]' eq 'E' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Low
EXPRESSION ('[CATEGORY]' eq 'L' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Depression
EXPRESSION ('[CATEGORY]' eq 'SD' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Storm
EXPRESSION ('[CATEGORY]' eq 'SS' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Depression
EXPRESSION ('[CATEGORY]' eq 'TD' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Wave
EXPRESSION ('[CATEGORY]' eq 'W' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Tropical Storm'
EXPRESSION ('[CATEGORY]' eq 'TS' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 240 117 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 1 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H1' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 0 255 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 2 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H2' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 0 0 255
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 3 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H3' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 199 64 0
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 4 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H4' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 191 8 150
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 5 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H5' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 255 0 0
Size 5
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
TOLERANCE 100
DUMP TRUE
END
##-------------------------------------------------------------------
## Hurricane Layers - El Nino Hurricanes
#
LAYER
NAME "Hurrelnino"
GROUP elninohurr
DATA "d:\CORE_GIS\COAPS/hurrtrax"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Name"
CLASS
## Tropical Disturbance
NAME 'Other Tracks'
EXPRESSION ('[CATEGORY]' eq 'D' AND '[ENSOPhase]' eq 'El Nino')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## ExtraTropical
EXPRESSION ('[CATEGORY]' eq 'E' AND '[ENSOPhase]' eq 'El Nino')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Low
EXPRESSION ('[CATEGORY]' eq 'L' AND '[ENSOPhase]' eq 'El Nino')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Depression
EXPRESSION ('[CATEGORY]' eq 'SD' AND '[ENSOPhase]' eq 'El Nino')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Storm
EXPRESSION ('[CATEGORY]' eq 'SS' AND '[ENSOPhase]' eq 'El Nino')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Depression
EXPRESSION ('[CATEGORY]' eq 'TD' AND '[ENSOPhase]' eq 'El Nino')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Wave
EXPRESSION ('[CATEGORY]' eq 'W' AND '[ENSOPhase]' eq 'El Nino')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Tropical Storm'
EXPRESSION ('[CATEGORY]' eq 'TS' AND '[ENSOPhase]' eq 'El Nino')
STYLE
Symbol "BigLine"
Color 240 117 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 1 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H1' AND '[ENSOPhase]' eq 'El Nino')
STYLE
Symbol "BigLine2"
Color 0 255 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 2 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H2' AND '[ENSOPhase]' eq 'El Nino')
STYLE
Symbol "BigLine2"
Color 0 0 255
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 3 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H3' AND '[ENSOPhase]' eq 'El Nino')
STYLE
Symbol "BigLine2"
Color 199 64 0
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 4 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H4' AND '[ENSOPhase]' eq 'El Nino')
STYLE
Symbol "BigLine2"
Color 191 8 150
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 5 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H5' AND '[ENSOPhase]' eq 'El Nino')
STYLE
Symbol "BigLine2"
Color 255 0 0
Size 5
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
TOLERANCE 100
DUMP TRUE
END
##-------------------------------------------------------------------
## Hurricane Layers - El Nino Major Hurricanes
#
LAYER
NAME "Hurrelninomaj"
GROUP elninomajhurr
DATA "d:\CORE_GIS\COAPS/hurrtrax"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Name"
CLASS
## Tropical Disturbance
NAME 'Other Tracks'
EXPRESSION ('[CATEGORY]' eq 'D' AND '[ENSOPhase]' eq 'El Nino' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## ExtraTropical
EXPRESSION ('[CATEGORY]' eq 'E' AND '[ENSOPhase]' eq 'El Nino' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Low
EXPRESSION ('[CATEGORY]' eq 'L' AND '[ENSOPhase]' eq 'El Nino' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Depression
EXPRESSION ('[CATEGORY]' eq 'SD' AND '[ENSOPhase]' eq 'El Nino' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Storm
EXPRESSION ('[CATEGORY]' eq 'SS' AND '[ENSOPhase]' eq 'El Nino' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Depression
EXPRESSION ('[CATEGORY]' eq 'TD' AND '[ENSOPhase]' eq 'El Nino' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Wave
EXPRESSION ('[CATEGORY]' eq 'W' AND '[ENSOPhase]' eq 'El Nino' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Tropical Storm'
EXPRESSION ('[CATEGORY]' eq 'TS' AND '[ENSOPhase]' eq 'El Nino' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 240 117 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 1 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H1' AND '[ENSOPhase]' eq 'El Nino' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 0 255 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 2 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H2' AND '[ENSOPhase]' eq 'El Nino' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 0 0 255
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 3 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H3' AND '[ENSOPhase]' eq 'El Nino' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 199 64 0
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 4 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H4' AND '[ENSOPhase]' eq 'El Nino' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 191 8 150
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 5 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H5' AND '[ENSOPhase]' eq 'El Nino' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 255 0 0
Size 5
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
TOLERANCE 100
DUMP TRUE
END
##-------------------------------------------------------------------
## Hurricane Layers - El Nino Major At Landfall Hurricanes
#
LAYER
NAME "HurrelninomajLF"
GROUP elninomajhurrlf
DATA "d:\CORE_GIS\COAPS/hurrtrax"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Name"
CLASS
## Tropical Disturbance
NAME 'Other Tracks'
EXPRESSION ('[CATEGORY]' eq 'D' AND '[ENSOPhase]' eq 'El Nino' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## ExtraTropical
EXPRESSION ('[CATEGORY]' eq 'E' AND '[ENSOPhase]' eq 'El Nino' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Low
EXPRESSION ('[CATEGORY]' eq 'L' AND '[ENSOPhase]' eq 'El Nino' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Depression
EXPRESSION ('[CATEGORY]' eq 'SD' AND '[ENSOPhase]' eq 'El Nino' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Storm
EXPRESSION ('[CATEGORY]' eq 'SS' AND '[ENSOPhase]' eq 'El Nino' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Depression
EXPRESSION ('[CATEGORY]' eq 'TD' AND '[ENSOPhase]' eq 'El Nino' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Wave
EXPRESSION ('[CATEGORY]' eq 'W' AND '[ENSOPhase]' eq 'El Nino' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Tropical Storm'
EXPRESSION ('[CATEGORY]' eq 'TS' AND '[ENSOPhase]' eq 'El Nino' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 240 117 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 1 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H1' AND '[ENSOPhase]' eq 'El Nino' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 0 255 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 2 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H2' AND '[ENSOPhase]' eq 'El Nino' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 0 0 255
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 3 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H3' AND '[ENSOPhase]' eq 'El Nino' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 199 64 0
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 4 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H4' AND '[ENSOPhase]' eq 'El Nino' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 191 8 150
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 5 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H5' AND '[ENSOPhase]' eq 'El Nino' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 255 0 0
Size 5
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
TOLERANCE 100
DUMP TRUE
END
##-------------------------------------------------------------------
## Hurricane Layers - Neutral Year Hurricanes
#
LAYER
NAME "Hurrneutral"
GROUP neutralhurr
DATA "d:\CORE_GIS\COAPS/hurrtrax"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Name"
CLASS
## Tropical Disturbance
NAME 'Other Tracks'
EXPRESSION ('[CATEGORY]' eq 'D' AND '[ENSOPhase]' eq 'Neutral')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## ExtraTropical
EXPRESSION ('[CATEGORY]' eq 'E' AND '[ENSOPhase]' eq 'Neutral')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Low
EXPRESSION ('[CATEGORY]' eq 'L' AND '[ENSOPhase]' eq 'Neutral')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Depression
EXPRESSION ('[CATEGORY]' eq 'SD' AND '[ENSOPhase]' eq 'Neutral')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Storm
EXPRESSION ('[CATEGORY]' eq 'SS' AND '[ENSOPhase]' eq 'Neutral')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Depression
EXPRESSION ('[CATEGORY]' eq 'TD' AND '[ENSOPhase]' eq 'Neutral')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Wave
EXPRESSION ('[CATEGORY]' eq 'W' AND '[ENSOPhase]' eq 'Neutral')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Tropical Storm'
EXPRESSION ('[CATEGORY]' eq 'TS' AND '[ENSOPhase]' eq 'Neutral')
STYLE
Symbol "BigLine"
Color 240 117 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 1 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H1' AND '[ENSOPhase]' eq 'Neutral')
STYLE
Symbol "BigLine2"
Color 0 255 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 2 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H2' AND '[ENSOPhase]' eq 'Neutral')
STYLE
Symbol "BigLine2"
Color 0 0 255
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 3 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H3' AND '[ENSOPhase]' eq 'Neutral')
STYLE
Symbol "BigLine2"
Color 199 64 0
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 4 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H4' AND '[ENSOPhase]' eq 'Neutral')
STYLE
Symbol "BigLine2"
Color 191 8 150
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 5 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H5' AND '[ENSOPhase]' eq 'Neutral')
STYLE
Symbol "BigLine2"
Color 255 0 0
Size 5
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
TOLERANCE 100
DUMP TRUE
END
##-------------------------------------------------------------------
## Hurricane Layers - Neutral Year Major Hurricanes
#
LAYER
NAME "Hurrneutralmaj"
GROUP neutralmajhurr
DATA "d:\CORE_GIS\COAPS/hurrtrax"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Name"
CLASS
## Tropical Disturbance
NAME 'Other Tracks'
EXPRESSION ('[CATEGORY]' eq 'D' AND '[ENSOPhase]' eq 'Neutral' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## ExtraTropical
EXPRESSION ('[CATEGORY]' eq 'E' AND '[ENSOPhase]' eq 'Neutral' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Low
EXPRESSION ('[CATEGORY]' eq 'L' AND '[ENSOPhase]' eq 'Neutral' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Depression
EXPRESSION ('[CATEGORY]' eq 'SD' AND '[ENSOPhase]' eq 'Neutral' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Storm
EXPRESSION ('[CATEGORY]' eq 'SS' AND '[ENSOPhase]' eq 'Neutral' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Depression
EXPRESSION ('[CATEGORY]' eq 'TD' AND '[ENSOPhase]' eq 'Neutral' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Wave
EXPRESSION ('[CATEGORY]' eq 'W' AND '[ENSOPhase]' eq 'Neutral' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Tropical Storm'
EXPRESSION ('[CATEGORY]' eq 'TS' AND '[ENSOPhase]' eq 'Neutral' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 240 117 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 1 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H1' AND '[ENSOPhase]' eq 'Neutral' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 0 255 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 2 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H2' AND '[ENSOPhase]' eq 'Neutral' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 0 0 255
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 3 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H3' AND '[ENSOPhase]' eq 'Neutral' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 199 64 0
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 4 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H4' AND '[ENSOPhase]' eq 'Neutral' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 191 8 150
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 5 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H5' AND '[ENSOPhase]' eq 'Neutral' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 255 0 0
Size 5
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
DUMP TRUE
END
##-------------------------------------------------------------------
## Hurricane Layers - Neutral Year Major At Landfall Hurricanes
#
LAYER
NAME "HurrneutralmajLF"
GROUP neutralmajhurrlf
DATA "d:\CORE_GIS\COAPS/hurrtrax"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Name"
CLASS
## Tropical Disturbance
NAME 'Other Tracks'
EXPRESSION ('[CATEGORY]' eq 'D' AND '[ENSOPhase]' eq 'Neutral' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## ExtraTropical
EXPRESSION ('[CATEGORY]' eq 'E' AND '[ENSOPhase]' eq 'Neutral' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Low
EXPRESSION ('[CATEGORY]' eq 'L' AND '[ENSOPhase]' eq 'Neutral' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Depression
EXPRESSION ('[CATEGORY]' eq 'SD' AND '[ENSOPhase]' eq 'Neutral' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Storm
EXPRESSION ('[CATEGORY]' eq 'SS' AND '[ENSOPhase]' eq 'Neutral' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Depression
EXPRESSION ('[CATEGORY]' eq 'TD' AND '[ENSOPhase]' eq 'Neutral' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Wave
EXPRESSION ('[CATEGORY]' eq 'W' AND '[ENSOPhase]' eq 'Neutral' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Tropical Storm'
EXPRESSION ('[CATEGORY]' eq 'TS' AND '[ENSOPhase]' eq 'Neutral' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 240 117 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 1 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H1' AND '[ENSOPhase]' eq 'Neutral' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 0 255 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 2 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H2' AND '[ENSOPhase]' eq 'Neutral' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 0 0 255
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 3 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H3' AND '[ENSOPhase]' eq 'Neutral' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 199 64 0
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 4 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H4' AND '[ENSOPhase]' eq 'Neutral' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 191 8 150
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 5 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H5' AND '[ENSOPhase]' eq 'Neutral' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 255 0 0
Size 5
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
TOLERANCE 100
DUMP TRUE
END
##-------------------------------------------------------------------
## Hurricane Layers - La Nina Hurricanes
#
LAYER
NAME "Hurrlanina"
GROUP laninahurr
DATA "d:\CORE_GIS\COAPS/hurrtrax"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Name"
CLASS
## Tropical Disturbance
NAME 'Other Tracks'
EXPRESSION ('[CATEGORY]' eq 'D' AND '[ENSOPhase]' eq 'La Nina')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## ExtraTropical
EXPRESSION ('[CATEGORY]' eq 'E' AND '[ENSOPhase]' eq 'La Nina')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Low
EXPRESSION ('[CATEGORY]' eq 'L' AND '[ENSOPhase]' eq 'La Nina')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Depression
EXPRESSION ('[CATEGORY]' eq 'SD' AND '[ENSOPhase]' eq 'La Nina')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Storm
EXPRESSION ('[CATEGORY]' eq 'SS' AND '[ENSOPhase]' eq 'La Nina')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Depression
EXPRESSION ('[CATEGORY]' eq 'TD' AND '[ENSOPhase]' eq 'La Nina')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Wave
EXPRESSION ('[CATEGORY]' eq 'W' AND '[ENSOPhase]' eq 'La Nina')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Tropical Storm'
EXPRESSION ('[CATEGORY]' eq 'TS' AND '[ENSOPhase]' eq 'La Nina')
STYLE
Symbol "BigLine"
Color 240 117 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 1 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H1' AND '[ENSOPhase]' eq 'La Nina')
STYLE
Symbol "BigLine2"
Color 0 255 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 2 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H2' AND '[ENSOPhase]' eq 'La Nina')
STYLE
Symbol "BigLine2"
Color 0 0 255
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 3 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H3' AND '[ENSOPhase]' eq 'La Nina')
STYLE
Symbol "BigLine2"
Color 199 64 0
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 4 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H4' AND '[ENSOPhase]' eq 'La Nina')
STYLE
Symbol "BigLine2"
Color 191 8 150
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 5 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H5' AND '[ENSOPhase]' eq 'La Nina')
STYLE
Symbol "BigLine2"
Color 255 0 0
Size 5
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
TOLERANCE 100
DUMP TRUE
END
##-------------------------------------------------------------------
## Hurricane Layers - La Nina Major Hurricanes
#
LAYER
NAME "Hurrlaninamaj"
GROUP laninamajhurr
DATA "d:\CORE_GIS\COAPS/hurrtrax"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Name"
CLASS
## Tropical Disturbance
NAME 'Other Tracks'
EXPRESSION ('[CATEGORY]' eq 'D' AND '[ENSOPhase]' eq 'La Nina' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## ExtraTropical
EXPRESSION ('[CATEGORY]' eq 'E' AND '[ENSOPhase]' eq 'La Nina' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Low
EXPRESSION ('[CATEGORY]' eq 'L' AND '[ENSOPhase]' eq 'La Nina' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Depression
EXPRESSION ('[CATEGORY]' eq 'SD' AND '[ENSOPhase]' eq 'La Nina' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Storm
EXPRESSION ('[CATEGORY]' eq 'SS' AND '[ENSOPhase]' eq 'La Nina' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Depression
EXPRESSION ('[CATEGORY]' eq 'TD' AND '[ENSOPhase]' eq 'La Nina' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Wave
EXPRESSION ('[CATEGORY]' eq 'W' AND '[ENSOPhase]' eq 'La Nina' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Tropical Storm'
EXPRESSION ('[CATEGORY]' eq 'TS' AND '[ENSOPhase]' eq 'La Nina' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine"
Color 240 117 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 1 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H1' AND '[ENSOPhase]' eq 'La Nina' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 0 255 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 2 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H2' AND '[ENSOPhase]' eq 'La Nina' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 0 0 255
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 3 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H3' AND '[ENSOPhase]' eq 'La Nina' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 199 64 0
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 4 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H4' AND '[ENSOPhase]' eq 'La Nina' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 191 8 150
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 5 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H5' AND '[ENSOPhase]' eq 'La Nina' AND '[Major]' eq 'Major')
STYLE
Symbol "BigLine2"
Color 255 0 0
Size 5
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
TOLERANCE 100
DUMP TRUE
END
##-------------------------------------------------------------------
## Hurricane Layers - La Nina Major At Landfall Hurricanes
#
LAYER
NAME "HurrlaninamajLF"
GROUP laninamajhurrlf
DATA "d:\CORE_GIS\COAPS/hurrtrax"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE on
LABELITEM "Name"
CLASS
## Tropical Disturbance
NAME 'Other Tracks'
EXPRESSION ('[CATEGORY]' eq 'D' AND '[ENSOPhase]' eq 'La Nina' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## ExtraTropical
EXPRESSION ('[CATEGORY]' eq 'E' AND '[ENSOPhase]' eq 'La Nina' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Low
EXPRESSION ('[CATEGORY]' eq 'L' AND '[ENSOPhase]' eq 'La Nina' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Depression
EXPRESSION ('[CATEGORY]' eq 'SD' AND '[ENSOPhase]' eq 'La Nina' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Subtropical Storm
EXPRESSION ('[CATEGORY]' eq 'SS' AND '[ENSOPhase]' eq 'La Nina' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Depression
EXPRESSION ('[CATEGORY]' eq 'TD' AND '[ENSOPhase]' eq 'La Nina' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
## Tropical Wave
EXPRESSION ('[CATEGORY]' eq 'W' AND '[ENSOPhase]' eq 'La Nina' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 156 143 0
Size 1
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Tropical Storm'
EXPRESSION ('[CATEGORY]' eq 'TS' AND '[ENSOPhase]' eq 'La Nina' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine"
Color 240 117 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 1 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H1' AND '[ENSOPhase]' eq 'La Nina' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 0 255 0
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 2 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H2' AND '[ENSOPhase]' eq 'La Nina' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 0 0 255
Size 2
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 3 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H3' AND '[ENSOPhase]' eq 'La Nina' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 199 64 0
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 4 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H4' AND '[ENSOPhase]' eq 'La Nina' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 191 8 150
Size 3
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
CLASS
NAME 'Cat 5 Hurricanes'
EXPRESSION ('[CATEGORY]' eq 'H5' AND '[ENSOPhase]' eq 'La Nina' AND '[MajorLand]' eq 'Major at Landfall')
STYLE
Symbol "BigLine2"
Color 255 0 0
Size 5
END
TEMPLATE "c:\inetpub\wwwroot\httpdocs\templates\hurrtraksel.php"
END
TOLERANCE 100
DUMP TRUE
END
##-------------------------------------------------------------------
# Line of Latitude and Longitude
#
LAYER
NAME "navgrid_major"
GROUP navgrid
DATA "d:\CORE_GIS\UnitedStates\MapReference/WLatLongl000"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
CLASSITEM 'value'
CLASS
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 0 0 0
END
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 219 252 245
COLOR 0 0 0
ANGLE auto
ANTIALIAS false
MINDISTANCE 500
END
END
END
LAYER
NAME "navgrid_anno"
GROUP navgrid
DATA "d:\CORE_GIS\UnitedStates\MapReference/WLatLongl000"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
LABELITEM "Value"
CLASSITEM "Value"
CLASS
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 0 0 255
END
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 219 252 245
COLOR 0 0 0
ANGLE auto
ANTIALIAS true
MINDISTANCE 500
END
END
END
##-------------------------------------------------------------------------
## grid Lines
#
LAYER
NAME "navgrid_minor"
GROUP navgrid
DATA "d:\CORE_GIS\UnitedStates\MapReference/WGeoGridl000"
STATUS OFF
TYPE line
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
CLASSITEM "Name"
CLASS
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 0 0 255
END
END
END
LAYER
NAME "NAVGRID_minor_anno"
GROUP navgrid
DATA "d:\CORE_GIS\UnitedStates\MapReference/WGeoGridl000"
STATUS OFF
TYPE annotation
PROJECTION
"init=epsg:4326"
END
LABELCACHE On
LABELITEM "Name"
CLASSITEM "Name"
CLASS
STYLE
SYMBOL "BigLine"
SIZE 1
COLOR 0 0 255
END
LABEL
TYPE truetype
FONT 'arial'
SIZE 8
OUTLINECOLOR 219 252 245
COLOR 0 0 0
ANGLE auto
ANTIALIAS true
MINDISTANCE 500
END
END
END
END # rtrn
More information about the Geomoose-users
mailing list