Hi,
Our WPF Map Control has OSM and some other layers in one LayerOverlay. It also has a set of InMemoryFeatureLayer layers in another LayerOverlay.
Is it possible to show the OSM LayerOverlay layer’s labels on the top of InMemoryFeatureLayer layers?
For example, the code highlights a set of road segment in a InMemoryFeatureLayer layer and I would like to keep visible highlighted roads’ labels and shields. We prefer to avoid lines transparency setting.
Thanks,
Gene
Is there a way to show LayerOverlay layer's labels on top of another LayerOverlay with InMemoryFeatureLayer layers
Hi Gene,
OpenStreetMapOverlay get tiles from OSM server, its label cannot be rendered but is a part of the tile image. So I think we cannot make that above your other layer.
Regards,
Don