Hi,
This problem is related to that raised by my colleague Fergus Bown some weeks ago. We are still struggling with it.
One map control as follows:
map:Map ID="Map1" runat="server" Height="480px" Width="640px" MapUnit="DecimalDegree" visible="false">map:Map>
-
When this is on a 'page.aspx' - works fine and renders my map, loads my data and overlays nicely :-)
-
When is on a user control included on a Telerik RadPane inside a RadSplitter - works fine and renders my map :-)
-
When on a user control on the above user control- works fine and renders my map :-)
-
When the 'deepest' user control from 3 above rather being on the control directly is loaded dynamically onto a RadDock onto a RadDockZone on the above user control - all I see is the 'sea' (see attached screen shot). Not even a zoom or navigation control :-(
The mouse cursor when on the 'map' is the caret/I-bar
Help! How do I diagnose it?
thanks
Matthew
user control:
<
asp:Panel ID="chartpanel" runat="server" Visible="false">
<div class="toolbar">
<ol class="chartoptions">
ol>
div>
<div Height="480px" Width="640px" >
<map:Map ID="Map1" runat="server" Height="480px" Width="640px" MapUnit="DecimalDegree" visible="true">map:Map>
div>
<div id="divTooltips" class="tooltips">
div>
<div>
<asp:PlaceHolder ID="legend" runat="server">asp:PlaceHolder>
div>asp:Panel>
<