;--------------------------------------------------------------------- ; ; 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: "CFCC2" "H1" 70 0 255 255 Color: "CFCC2" "H2" 70 0 255 255 Color: "CFCC2" "H3" 50 0 255 255 Color: "CFCC2" "H4" 10 0 255 255 Color: "CFCC" "H63" 10 0 255 255