;--------------------------------------------------------------------- ; ; Sample TIGER road 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 GRLevelX attempts to optimize drawing as much as possible, ; you should set a low threshold for the "A4" category of roads (these ; are the residential streets). ; ; ; ; 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 ; Primary Road With Limited Access - Red Color: "CFCC" "A00" 999 255 0 0 ;Road, major and minor categories unknown Color: "CFCC" "A10" 999 255 0 0 ;Primary road with limited access or interstate highway, major category Color: "CFCC" "A11" 999 255 0 0 ;Primary road with limited access or interstate highway, unseparated Color: "CFCC" "A12" 999 255 200 255 ;Primary road with limited access or interstate highway, unseparated, in tunnel Color: "CFCC" "A13" 999 255 0 0 ;Primary road with limited access or interstate highway, unseparated, underpassing Color: "CFCC" "A15" 999 255 0 0 ;Primary road with limited access or interstate highway, separated Color: "CFCC" "A16" 999 255 200 255 ;Primary road with limited access or interstate highway, separated, in tunnel Color: "CFCC" "A17" 999 255 0 0 ;Primary road with limited access or interstate highway, separated, underpassing Color: "CFCC" "A63" 70 255 0 0 ;Access ramp, the portion of a road that forms a cloverleaf or limited access interchange ; Primary Road Without Limited Access - Yellow/Brown Color: "CFCC" "A20" 70 192 128 0 ;Primary road without limited access, U.S. and state highway, major category Color: "CFCC" "A21" 70 192 128 0 ;Primary road without limited access, U.S. and state highways, unseparated Color: "CFCC" "A22" 70 215 190 115 ;Primary road without limited access, U.S. and state highways, unseparated, in tunnel Color: "CFCC" "A23" 70 192 128 0 ;Primary road without limited access, U.S. and state highways, unseparated, underpassing Color: "CFCC" "A25" 70 192 128 0 ;Primary road without limited access, U.S. and state highways, separated Color: "CFCC" "A26" 70 215 190 115 ;Primary road without limited access, U.S. and state highways, separated, in tunnel Color: "CFCC" "A27" 70 192 128 0 ;Primary road without limited access, U.S. and state highways, separated, underpassing ; Secondary and Connecting Road - Brown Color: "CFCC" "A30" 50 128 64 0 ;Secondary and connecting road, state and county highways, major category Color: "CFCC" "A31" 50 128 64 0 ;Secondary and connecting road, state and county highways, unseparated Color: "CFCC" "A32" 50 255 200 150 ;Secondary and connecting road, state and county highways, unseparated, in tunnel Color: "CFCC" "A33" 50 128 64 0 ;Secondary and connecting road, state and county highways, unseparated, underpassing Color: "CFCC" "A35" 50 255 200 150 ;Secondary and connecting road, state and county highways, separated Color: "CFCC" "A36" 50 255 200 150 ;Secondary and connecting road, state and county highways, separated, in tunnel Color: "CFCC" "A37" 50 128 64 0 ;Secondary and connecting road, state and county highways, separated, underpassing ; Local, Neighborhood, Rural Road - Tan Color: "CFCC" "A40" 15 128 92 92 ;Local, neighborhood, and rural road, city street, major category Color: "CFCC" "A41" 15 128 92 92 ;Local, neighborhood, and rural road, city street, unseparated Color: "CFCC" "A43" 15 128 92 92 ;Local, neighborhood, and rural road, city street, unseparated, underpassing Color: "CFCC" "A45" 15 128 92 92 ;Local, neighborhood, and rural road, city street, separated Color: "CFCC" "A47" 15 128 92 92 ;Local, neighborhood, and rural road, city street, separated, underpassing Color: "CFCC" "A51" 15 128 92 92 ;Vehicular trail, road passable only by 4WD vehicle, unseparated Color: "CFCC" "A61" 15 128 92 92 ;Cul-de-sac, the closed end of a road that forms a loop or turn around Color: "CFCC" "A62" 15 128 92 92 ;Traffic circle, the portion of a road or intersection of roads that form a roundabout Color: "CFCC" "A64" 15 128 92 92 ;Service drive, road that provides access to businesses, facilities, and rest areas along limited-access highway Color: "CFCC" "A73" 15 128 92 92 ;Alley, road for service vehicles, usually unnamed, located at the rear of buildings and property Color: "CFCC" "A74" 15 128 92 92 ;Driveway or service road, usually privately owned and unnamed, used as access to residences, etc., or as access to logging areas, etc.