Hello,
I'm using multiple ShapeFileFeatureLayers in one LayerOverlay, with the shapefiles containing lines. When, for example, I have two layers of lines, it seems that the centerline of the layer at the bottom draws over the innerline of the layer at the top. Am I correct to assume that line shape layers are drawn in the following order:
Outerlines of all layers, starting with the bottom layer.
Innerlines of all layers, starting with the bottom layer.
Centerlines of all layers, starting with the bottom layer.
Also, is there a way to have the top layer draw it's lines entirely on top of the bottom layers without moving the layer to a new overlay?
Thank you