This is a migrated thread and some comments may be shown as answers.

Information Layer with multiple Shape files

1 Answer 108 Views
Map
This is a migrated thread and some comments may be shown as answers.
Charlie
Top achievements
Rank 2
Charlie asked on 27 Jun 2011, 06:06 PM
We have a RadMap that contains several InformationLayers:
1. Customer data (ellipse)
2. Customer data labels (text block)
3. Selection (MapRectangle)
4. Shapefile (any combination of MapPinPoint, MapPolygon, TextBlock, MapLine, MapPolyline)
We also use Bing as our MapProvider.

We allow the customer to configure these layers (color, on/off, etc).
The problem we are having is, if there are several Shape files that need to be added to the map - sometimes the objects cover one another.
Is there a way to control the drawing order of those layers (like z-index)?
Or is the only solution to enforce an Opacity of less than 1.0 for the Items in the Shapefile Layer?
Thank you.

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 30 Jun 2011, 09:48 AM
Hello Charlie,

The RadMap does not support property like ZIndex for information layers. The RadMap is an items control. It contains information layers as its items. So, they are rendered according to their position in Items property.
The Opacity property is supported for map shapes as well as for the information layer.

Regards,
Andrey Murzov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Map
Asked by
Charlie
Top achievements
Rank 2
Answers by
Andrey
Telerik team
Share this question
or