I am working on a project where I am trying to take a road center-line file and create the actual road size with it. So what i am doing is taking the center-line and buffering it to account for curb to curb size of the road. The plan is to buffer different amounts based on number of lanes and type of road. example, a four lane freeway is much larger than a standard city street. So i buffer it larger. Right now I am running the roads file through a re-projector to get center-lines in state plane of location I need in US ft. That way the geographic buffer set to ft can buffer it correctly.
centerline.shp file to re-projector to attribute filter (based on # of lanes and road type) to geographic buffer
after the buffer it looks like circle with tons of squares slightly rotated. Before the buffer it looks like a road way. How do I make it look like a buffered roadway with slightly larger poly-lines or polygons for the streets instead of a circle with squares that looks nothing like what i am after?