;--------------------------------------------------------------------- ; ; Sample TIGER river shapefile style file. Simple text format with ; limited capabilities. You specify which fields to allow and at ; which view diameter threshold they become visible. ; ; TIGER road files are huge and contain a large amount of entities ; with relatively few points each. For example, in Oklahoma county's ; road file there are ~45,000 entities but only ~105,000 coordinates. ; That file consumes almost 3 megabytes of memory after loading. ; ; While GRW88Level2 attempts to optimize drawing as much as possible, ; you should set a low threshold for the "H4" category of waterways(these ; are the smaller creeks). ; ; ; ; Format of the color line: ; ; Color: "field" "value" threshold r g b ; ; "field" - is one of the shapefile attributes ; "value" - a string to match (no wildcards allowed) ; threshold - the zoom threshold in miles (zero excludes the field/value) ; r g b - standard color value, range 0-255 ; ; All numbers should be integers. ; Status: FRADDR FEDIRP FENAME FETYPE FEDIRS Color: "CFCC" "H00" 70 0 0 255 ;Water feature, classification unknown or not elsewhere classified Color: "CFCC" "H01" 70 0 0 255 ;Shoreline of perennial water feature Color: "CFCC" "H02" 70 0 0 255 ;Shoreline of intermittent water feature Color: "CFCC" "H10" 70 0 0 255 ;Stream boundary, major category Color: "CFCC" "H11" 70 0 0 255 ;Perennial stream or river Color: "CFCC" "H12" 70 0 0 255 ;Intermittent stream, river, or wash Color: "CFCC" "H13" 70 0 0 255 ;Braided stream or river Color: "CFCC" "H20" 70 0 255 255 ;Canal, ditch, or aqueduct, major category Color: "CFCC" "H21" 70 0 255 255 ;Perennial canal, ditch, or aqueduct Color: "CFCC" "H22" 70 0 255 255 ;Intermittent canal, ditch, or aqueduct Color: "CFCC" "H30" 70 0 0 255 ;Lake or pond; major category used when the minor category could not be determined Color: "CFCC" "H31" 70 0 0 255 ;Perennial lake or pond Color: "CFCC" "H32" 70 0 0 255 ;Intermittent lake or pond Color: "CFCC" "H40" 70 0 0 255 ;Reservoir; major category used when the minor category could not be determined Color: "CFCC" "H41" 70 0 0 255 ;Perennial reservoir Color: "CFCC" "H42" 70 0 0 255 ;Intermittent reservoir Color: "CFCC" "H50" 70 0 0 255 ;Bay, estuary, gulf, sound, sea, or ocean; major category used when the minor category could not be determined Color: "CFCC" "H51" 70 0 0 255 ;Bay, estuary, gulf, or sound Color: "CFCC" "H53" 70 0 0 255 ;Sea or ocean Color: "CFCC" "H59" 70 0 0 255 ;Tele Atlas Shoreline Color: "CFCC" "H60" 70 0 0 255 ;Gravel pit or quarry filled with water Color: "CFCC" "H70" 70 0 0 255 ;Nonvisible water area definition boundary; used to separate named water areas; major category Color: "CFCC" "H71" 70 0 0 255 ;USGS closure line, used as maritime shoreline Color: "CFCC" "H72" 70 0 0 255 ;Census water centerline, computed to use as median positional boundary Color: "CFCC" "H73" 70 0 0 255 ;Census water boundary, international in waterways or at 12-mile limit, used as area measurement line Color: "CFCC" "H74" 70 0 0 255 ;Census water boundary, separates inland from coastal or Great Lakes, used as area measurement line Color: "CFCC" "H75" 70 0 0 255 ;Census water boundary, separates coastal from territorial sea at 3-mile limit, used as area measurement line Color: "CFCC" "H80" 70 0 0 255 ;Special water feature, major category used when the minor category could not be determined Color: "CFCC" "H81" 70 0 0 255 ;Glacier