Hi,
I was wondering if you had any suggestions for the most efficient way to render many layers, such as streets broken down by state for the entire US. I can think of a few options:
1) All streets in one file displayed on single layer stored in single file, styled using a value renderer based off column value
2) Streets stored in files by street type displayed on multiple layers
3) Streets stored in single file, displayed on multiple layers which use custom index files built for each street type
Also, if I have a file for streets for each state, is it more efficient to have a seperate layer for each of those layers, or to use a MultipleShapeFileFeatureLayer?
Thanks for your insight.
.Ryan.