As an aside:<div><br></div><div>- Please do not post the same question twice to these forums, and if you have an entirely new question it is best in its own thread.  This makes it easier for other people running into the same problems in the future to find the answer.</div>
<div><br></div><div>- It&#39;s great to show the work that you have done trying to find the solution.  This helps us to better understand the question, and shows that you are an active partner in trying to figure out what is not working for you.  In future, if you could save a .xml file somewhere for us to download, it would make it a lot easier to read.  DropBox makes it easy to put files online that anyone can view.</div>
<div><br></div><div>Thanks,<br>Jason<br><br><div class="gmail_quote">On 22 February 2010 21:01, padmini godavarthi <span dir="ltr">&lt;<a href="mailto:godavarthi.padmini@gmail.com">godavarthi.padmini@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<br>
Hi mark,<br>
Thanku very much for your reply........<br>
<br>
can u plz clarify some of my doubts....<br>
<br>
1) After clicking &quot;show in browser&quot; i got a map posted previously.After<br>
Zooming the map may times it comes to original data .I have set the<br>
coordinate system in my map definition is<br>
<br>
UTM83-11 (UTM with NAD83 datum, Zone 11, Meter; Central Meridian 117d W)<br>
which is correct to my shape file.<br>
<br>
and my application defintion is<br>
<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&lt;ApplicationDefinition xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>
xmlns:xsd=&quot;<a href="http://www.w3.org/2001/XMLSchema" target="_blank">http://www.w3.org/2001/XMLSchema</a>&quot;<br>
xsi:noNamespaceSchemaLocation=&quot;ApplicationDefinition-1.0.0.xsd&quot;&gt;<br>
<br>
&lt;!-- ******************************************<br>
* MapSet<br>
*<br>
* Contains the map(s) you want available to your<br>
* application.<br>
 ****************************************** --&gt;<br>
<br>
 &lt;MapSet&gt;<br>
     &lt;MapGroup id=&quot;layer&quot;&gt;<br>
       &lt;Map&gt;<br>
         &lt;Type&gt;MapGuide&lt;/Type&gt;<br>
         &lt;SingleTile&gt;true&lt;/SingleTile&gt;<br>
         &lt;Extension&gt;<br>
           &lt;ResourceId&gt;Library://state/layer.MapDefinition&lt;/ResourceId&gt;<br>
           &lt;SelectionAsOverlay&gt;true&lt;/SelectionAsOverlay&gt;<br>
           &lt;SelectionColor&gt;0x0000FFA0&lt;/SelectionColor&gt;<br>
         &lt;/Extension&gt;<br>
       &lt;/Map&gt;<br>
       &lt;Extension /&gt;<br>
     &lt;/MapGroup&gt;<br>
  &lt;/MapSet&gt;<br>
<br>
&lt;!-- ******************************************<br>
* WidgetSet<br>
*<br>
* Contains the widgets you want available to your<br>
* application.<br>
 ****************************************** --&gt;<br>
<br>
  &lt;WidgetSet xsi:type=&quot;WidgetSetType&quot;&gt;<br>
<br>
&lt;!-- ******************************************<br>
* ContextMenu (Tasks)<br>
*<br>
* Menu available to the Task Pane<br>
 ****************************************** --&gt;<br>
<br>
    &lt;Container xsi:type=&quot;UiItemContainerType&quot;&gt;<br>
      &lt;Name&gt;TaskContextMenu&lt;/Name&gt;<br>
      &lt;Type&gt;ContextMenu&lt;/Type&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;menuMeasure&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;menuBuffer&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
    &lt;/Container&gt;<br>
<br>
&lt;!-- ******************************************<br>
* ContextMenu (Map)<br>
*<br>
* Menu available to the Map on right-click<br>
 ****************************************** --&gt;<br>
<br>
    &lt;Container xsi:type=&quot;UiItemContainerType&quot;&gt;<br>
      &lt;Name&gt;MapContextMenu&lt;/Name&gt;<br>
      &lt;Type&gt;ContextMenu&lt;/Type&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;menuRefreshMap&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;SeparatorItemType&quot;&gt;<br>
        &lt;Function&gt;Separator&lt;/Function&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;menuPan&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;menuZoomInRectangle&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;SeparatorItemType&quot;&gt;<br>
        &lt;Function&gt;Separator&lt;/Function&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;menuZoomInFixed&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;menuZoomOutFixed&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;SeparatorItemType&quot;&gt;<br>
        &lt;Function&gt;Separator&lt;/Function&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;FlyoutItemType&quot;&gt;<br>
        &lt;Function&gt;Flyout&lt;/Function&gt;<br>
        &lt;Label&gt;Zoom&lt;/Label&gt;<br>
        &lt;Tooltip&gt;Open the zoom menu&lt;/Tooltip&gt;<br>
        &lt;ImageUrl/&gt;<br>
        &lt;ImageClass/&gt;<br>
        &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
          &lt;Function&gt;Widget&lt;/Function&gt;<br>
          &lt;Widget&gt;menuInitialMapView&lt;/Widget&gt;<br>
        &lt;/Item&gt;<br>
        &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
          &lt;Function&gt;Widget&lt;/Function&gt;<br>
          &lt;Widget&gt;menuPreviousView&lt;/Widget&gt;<br>
        &lt;/Item&gt;<br>
        &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
          &lt;Function&gt;Widget&lt;/Function&gt;<br>
          &lt;Widget&gt;menuNextView&lt;/Widget&gt;<br>
        &lt;/Item&gt;<br>
        &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
          &lt;Function&gt;Widget&lt;/Function&gt;<br>
          &lt;Widget&gt;menuInitialMapScaleAndCenter&lt;/Widget&gt;<br>
        &lt;/Item&gt;<br>
        &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
          &lt;Function&gt;Widget&lt;/Function&gt;<br>
          &lt;Widget&gt;menuZoomSelection&lt;/Widget&gt;<br>
        &lt;/Item&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;SeparatorItemType&quot;&gt;<br>
        &lt;Function&gt;Separator&lt;/Function&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;menuSelect&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;menuClearSelection&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;FlyoutItemType&quot;&gt;<br>
        &lt;Function&gt;Flyout&lt;/Function&gt;<br>
        &lt;Label&gt;Select More&lt;/Label&gt;<br>
        &lt;Tooltip&gt;Open the select menu&lt;/Tooltip&gt;<br>
        &lt;ImageUrl/&gt;<br>
        &lt;ImageClass/&gt;<br>
        &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
          &lt;Function&gt;Widget&lt;/Function&gt;<br>
          &lt;Widget&gt;menuSelectRadius&lt;/Widget&gt;<br>
        &lt;/Item&gt;<br>
        &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
          &lt;Function&gt;Widget&lt;/Function&gt;<br>
          &lt;Widget&gt;menuSelectPolygon&lt;/Widget&gt;<br>
        &lt;/Item&gt;<br>
        &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
          &lt;Function&gt;Widget&lt;/Function&gt;<br>
          &lt;Widget&gt;menuSelectWithin&lt;/Widget&gt;<br>
        &lt;/Item&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;SeparatorItemType&quot;&gt;<br>
        &lt;Function&gt;Separator&lt;/Function&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;menuBuffer&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;menuMeasure&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;SeparatorItemType&quot;&gt;<br>
        &lt;Function&gt;Separator&lt;/Function&gt;<br>
      &lt;/Item&gt;<br>
<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;menuViewOptions&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
<br>
      &lt;Item xsi:type=&quot;SeparatorItemType&quot;&gt;<br>
        &lt;Function&gt;Separator&lt;/Function&gt;<br>
      &lt;/Item&gt;<br>
<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;menuHelp&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;menuAbout&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
    &lt;/Container&gt;<br>
<br>
&lt;!-- ******************************************<br>
* Toolbar (Primary)<br>
*<br>
*<br>
 ****************************************** --&gt;<br>
<br>
    &lt;Container xsi:type=&quot;UiItemContainerType&quot;&gt;<br>
      &lt;Name&gt;Toolbar&lt;/Name&gt;<br>
      &lt;Type&gt;Toolbar&lt;/Type&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;toolbarHelp&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;toolbarAbout&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;toolbarViewOptions&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;GetPrintablePage&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;SeparatorItemType&quot;&gt;<br>
        &lt;Function&gt;Separator&lt;/Function&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;toolbarSelectRadius&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;toolbarSelectPolygon&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;toolbarSelectWithin&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;toolbarClearSelection&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;SeparatorItemType&quot;&gt;<br>
        &lt;Function&gt;Separator&lt;/Function&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;toolbarMeasure&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;toolbarBuffer&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;SeparatorItemType&quot;&gt;<br>
        &lt;Function&gt;Separator&lt;/Function&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;toolbarRefreshMap&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
    &lt;/Container&gt;<br>
<br>
&lt;!-- ******************************************<br>
* Toolbar (Secondary)<br>
*<br>
*<br>
 ****************************************** --&gt;<br>
<br>
    &lt;Container xsi:type=&quot;UiItemContainerType&quot;&gt;<br>
      &lt;Name&gt;ToolbarSecondary&lt;/Name&gt;<br>
      &lt;Type&gt;Toolbar&lt;/Type&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;Select&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;Pan&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;SeparatorItemType&quot;&gt;<br>
        &lt;Function&gt;Separator&lt;/Function&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;ZoomInRectangle&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;ZoomInFixed&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;ZoomOutFixed&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;SeparatorItemType&quot;&gt;<br>
        &lt;Function&gt;Separator&lt;/Function&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;toolbarSecondaryInitialMapView&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;toolbarSecondaryPreviousView&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;toolbarSecondaryNextView&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;SeparatorItemType&quot;&gt;<br>
        &lt;Function&gt;Separator&lt;/Function&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;toolbarSecondaryZoomSelection&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
    &lt;/Container&gt;<br>
<br>
&lt;!-- ******************************************<br>
* File Menu<br>
*<br>
* File Menu at the top of the application.<br>
 ****************************************** --&gt;<br>
<br>
    &lt;Container xsi:type=&quot;UiItemContainerType&quot;&gt;<br>
      &lt;Name&gt;FileMenu&lt;/Name&gt;<br>
      &lt;Type&gt;Toolbar&lt;/Type&gt;<br>
        &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
          &lt;Function&gt;Widget&lt;/Function&gt;<br>
          &lt;Widget&gt;MapMenu&lt;/Widget&gt;<br>
        &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;FlyoutItemType&quot;&gt;<br>
        &lt;Function&gt;Flyout&lt;/Function&gt;<br>
        &lt;Label&gt;View&lt;/Label&gt;<br>
        &lt;Tooltip/&gt;<br>
        &lt;ImageUrl/&gt;<br>
        &lt;ImageClass/&gt;<br>
        &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
          &lt;Function&gt;Widget&lt;/Function&gt;<br>
          &lt;Widget&gt;showOverviewMap&lt;/Widget&gt;<br>
        &lt;/Item&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;FlyoutItemType&quot;&gt;<br>
        &lt;Function&gt;Flyout&lt;/Function&gt;<br>
        &lt;Label&gt;Tasks&lt;/Label&gt;<br>
        &lt;Tooltip/&gt;<br>
        &lt;ImageUrl/&gt;<br>
        &lt;ImageClass/&gt;<br>
        &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
          &lt;Function&gt;Widget&lt;/Function&gt;<br>
          &lt;Widget&gt;menuPlaceholder&lt;/Widget&gt;<br>
        &lt;/Item&gt;<br>
      &lt;/Item&gt;<br>
    &lt;/Container&gt;<br>
<br>
<br>
<br>
<br>
&lt;!-- ******************************************<br>
* Statusbar (Status Bar)<br>
*<br>
*<br>
 ****************************************** --&gt;<br>
<br>
<br>
    &lt;Container xsi:type=&quot;UiItemContainerType&quot;&gt;<br>
      &lt;Name&gt;Statusbar&lt;/Name&gt;<br>
      &lt;Type&gt;Splitterbar&lt;/Type&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;StatusCoords&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;StatusSelection&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;StatusScale&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
      &lt;Item xsi:type=&quot;WidgetItemType&quot;&gt;<br>
        &lt;Function&gt;Widget&lt;/Function&gt;<br>
        &lt;Widget&gt;StatusViewSize&lt;/Widget&gt;<br>
      &lt;/Item&gt;<br>
    &lt;/Container&gt;<br>
&lt;!-- ******************************************<br>
* Placeholder Widget<br>
 ****************************************** --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;WidgetType&quot;&gt;<br>
      &lt;Name&gt;menuPlaceholder&lt;/Name&gt;<br>
      &lt;Type&gt;InvokeScript&lt;/Type&gt;<br>
      &lt;StatusItem/&gt;<br>
      &lt;Extension&gt;<br>
        &lt;Script&gt;return true&lt;/Script&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl/&gt;<br>
      &lt;ImageClass/&gt;<br>
      &lt;Tooltip/&gt;<br>
      &lt;Label&gt;menu item&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- MAP --&gt;<br>
<br>
    &lt;MapWidget xsi:type=&quot;WidgetType&quot;&gt;<br>
      &lt;Name&gt;Map&lt;/Name&gt;<br>
      &lt;Type&gt;Map&lt;/Type&gt;<br>
      &lt;StatusItem&gt;The map.&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;MenuContainer&gt;MapContextMenu&lt;/MenuContainer&gt;<br>
        &lt;!--Scales&gt;100000,50000,25000,12500,8000,4000&lt;/Scales--&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;MapId&gt;sheboygan&lt;/MapId&gt;<br>
    &lt;/MapWidget&gt;<br>
<br>
&lt;!-- ******************************************<br>
* Context Menu - Widgets<br>
*<br>
* Widgets belonging to the map context menu<br>
 ****************************************** --&gt;<br>
<br>
&lt;!-- CONTEXT MENU PAN --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuPan&lt;/Name&gt;<br>
      &lt;Type&gt;Pan&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Drag the map to view areas out of range.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;pan&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Pan mode&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Pan&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU ZOOM RECTANGLE --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuZoomInRectangle&lt;/Name&gt;<br>
      &lt;Type&gt;Zoom&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Zoom in on an area.&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;Tolerance&gt;5&lt;/Tolerance&gt;<br>
        &lt;Factor&gt;2&lt;/Factor&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;zoom-in&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Zoom In&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Zoom Rectangle&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU ZOOM FIXED (IN) --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuZoomInFixed&lt;/Name&gt;<br>
      &lt;Type&gt;ZoomOnClick&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Zoom in by a preset increment.&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;Factor&gt;2&lt;/Factor&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;zoom-in-fixed&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Zoom In&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Zoom In&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU REFRESH MAP --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuRefreshMap&lt;/Name&gt;<br>
      &lt;Type&gt;RefreshMap&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Refreshes the map image.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;view-refresh&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Refresh map and reload all layers, keeping the current center<br>
point and scale.&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Refresh Map&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU ZOOM FIXED (OUT) --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuZoomOutFixed&lt;/Name&gt;<br>
      &lt;Type&gt;ZoomOnClick&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Zoom out by a preset increment&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;Factor&gt;0.5&lt;/Factor&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;zoom-out-fixed&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Zoom Out&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Zoom Out&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU INITIAL MAP VIEW --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuInitialMapView&lt;/Name&gt;<br>
      &lt;Type&gt;InitialMapView&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Fit the extents of the map to the window&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;ViewType&gt;extent&lt;/ViewType&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;zoom-full&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Initial Map View&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Initial Map View&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU PREVIOUS VIEW --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuPreviousView&lt;/Name&gt;<br>
      &lt;Type&gt;ExtentHistory&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Go to previous view.&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;Direction&gt;previous&lt;/Direction&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;view-back&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Previous View&lt;/Tooltip&gt;<br>
      &lt;Label&gt;View Previous&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU NEXT VIEW --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuNextView&lt;/Name&gt;<br>
      &lt;Type&gt;ExtentHistory&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Go to next view.&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;Direction&gt;next&lt;/Direction&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;view-forward&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Next View&lt;/Tooltip&gt;<br>
      &lt;Label&gt;View Next&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU INITIAL MAP VIEW --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuInitialMapScaleAndCenter&lt;/Name&gt;<br>
      &lt;Type&gt;InitialMapView&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Zoom to initial map center and scale.&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;ViewType&gt;center&lt;/ViewType&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;zoom-full&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Initial Map Center and Scale&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Initial Center and Scale&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU ZOOM SELECTION --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuZoomSelection&lt;/Name&gt;<br>
      &lt;Type&gt;ZoomToSelection&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Zoom to the extents of the current selection.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;select-zoom&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Zoom to selection.&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Zoom Selection&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU SELECT --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuSelect&lt;/Name&gt;<br>
      &lt;Type&gt;Select&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Select features by clicking and dragging.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;select-features&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Select mode&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Select mode&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU CLEAR SELECTION --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuClearSelection&lt;/Name&gt;<br>
      &lt;Type&gt;ClearSelection&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Clears the current selection.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;select-clear&lt;/ImageClass&gt;<br>
      &lt;Tooltip/&gt;<br>
      &lt;Label&gt;Clear Selection&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU SELECT RADIUS --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuSelectRadius&lt;/Name&gt;<br>
      &lt;Type&gt;SelectRadius&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Click and drag to select all features inside a<br>
circle.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;select-radius&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Select Radius&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Select Radius&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU SELECT POLYGON --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuSelectPolygon&lt;/Name&gt;<br>
      &lt;Type&gt;SelectPolygon&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Create a polygon and select all features that fall<br>
within.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;select-polygon&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Select Polygon&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Select Polygon&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU SELECT WITHIN --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuSelectWithin&lt;/Name&gt;<br>
      &lt;Type&gt;SelectWithin&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Select all features that fall within the currently<br>
selected area.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;select-within&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Select Within&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Select Within&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU BUFFER --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuBuffer&lt;/Name&gt;<br>
      &lt;Type&gt;BufferPanel&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Create buffers around the selected features&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;buffer&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Buffer&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Buffer&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU  VIEW OPTIONS --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuViewOptions&lt;/Name&gt;<br>
      &lt;Type&gt;ViewOptions&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Switch between Imperial and Metric units&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;DisplayUnits&gt;degrees&lt;/DisplayUnits&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;view-options&lt;/ImageClass&gt;<br>
      &lt;Tooltip/&gt;<br>
      &lt;Label&gt;View Options&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU HELP --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuHelp&lt;/Name&gt;<br>
      &lt;Type&gt;Help&lt;/Type&gt;<br>
      &lt;StatusItem/&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;help&lt;/ImageClass&gt;<br>
      &lt;Tooltip/&gt;<br>
      &lt;Label&gt;Help&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU ABOUT --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuAbout&lt;/Name&gt;<br>
      &lt;Type&gt;About&lt;/Type&gt;<br>
      &lt;StatusItem/&gt;<br>
      &lt;ImageUrl/&gt;<br>
      &lt;ImageClass/&gt;<br>
      &lt;Tooltip/&gt;<br>
      &lt;Label&gt;About&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- CONTEXT MENU MEASURE --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;menuMeasure&lt;/Name&gt;<br>
      &lt;Type&gt;Measure&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Measure distances on the map.&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;Type&gt;both&lt;/Type&gt;<br>
        &lt;MeasureTooltipContainer&gt;MeasureResult&lt;/MeasureTooltipContainer&gt;<br>
        &lt;MeasureTooltipType&gt;dynamic&lt;/MeasureTooltipType&gt;<br>
        &lt;DistancePrecision&gt;0&lt;/DistancePrecision&gt;<br>
        &lt;AreaPrecision&gt;0&lt;/AreaPrecision&gt;<br>
        &lt;Units&gt;meters&lt;/Units&gt;<br>
        &lt;Target&gt;TaskPane&lt;/Target&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;measure&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Buffer&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Measure&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- FILE MENU LAUNCH NAVIGATOR --&gt;<br>
    &lt;Widget xsi:type=&quot;WidgetType&quot;&gt;<br>
      &lt;Name&gt;showOverviewMap&lt;/Name&gt;<br>
      &lt;Type&gt;InvokeScript&lt;/Type&gt;<br>
      &lt;StatusItem/&gt;<br>
      &lt;Extension&gt;<br>
        &lt;Script&gt;showOverviewMap()&lt;/Script&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons/iconNavigator.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass/&gt;<br>
      &lt;Tooltip&gt;Launch Overview Map&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Launch Overview Map&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- ******************************************<br>
* Toolbar - Widgets<br>
*<br>
* Widgets belonging to the main toolbar<br>
 ****************************************** --&gt;<br>
<br>
&lt;!-- TOOLBAR BUFFER --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;toolbarBuffer&lt;/Name&gt;<br>
      &lt;Type&gt;BufferPanel&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Create buffers around the selected features&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;buffer&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Buffer&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Buffer&lt;/Label&gt;<br>
      &lt;Extension&gt;<br>
        &lt;Target&gt;TaskPane&lt;/Target&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- TOOLBAR REFRESH MAP --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;toolbarRefreshMap&lt;/Name&gt;<br>
      &lt;Type&gt;RefreshMap&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Refreshes the map image.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;view-refresh&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Refresh map and reload all layers, keeping the current center<br>
point and scale.&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Refresh Map&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- TOOLBAR MEASURE --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;toolbarMeasure&lt;/Name&gt;<br>
      &lt;Type&gt;Measure&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Measure distances on the map.&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;Type&gt;both&lt;/Type&gt;<br>
        &lt;MeasureTooltipContainer&gt;MeasureResult&lt;/MeasureTooltipContainer&gt;<br>
        &lt;MeasureTooltipType&gt;dynamic&lt;/MeasureTooltipType&gt;<br>
        &lt;DistancePrecision&gt;0&lt;/DistancePrecision&gt;<br>
        &lt;AreaPrecision&gt;0&lt;/AreaPrecision&gt;<br>
        &lt;Units&gt;meters&lt;/Units&gt;<br>
        &lt;Target&gt;TaskPane&lt;/Target&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;measure&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Measure&lt;/Tooltip&gt;<br>
      &lt;Label&gt;Measure&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- TOOLBAR VIEW OPTIONS --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;toolbarViewOptions&lt;/Name&gt;<br>
      &lt;Type&gt;ViewOptions&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Switch between Imperial and Metric units&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;DisplayUnits&gt;meters&lt;/DisplayUnits&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;view-options&lt;/ImageClass&gt;<br>
      &lt;Tooltip/&gt;<br>
      &lt;Label&gt;View Options&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- TOOLBAR HELP --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;toolbarHelp&lt;/Name&gt;<br>
      &lt;Type&gt;Help&lt;/Type&gt;<br>
      &lt;StatusItem/&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;help&lt;/ImageClass&gt;<br>
      &lt;Tooltip/&gt;<br>
      &lt;Label&gt;&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- TOOLBAR ABOUT --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;toolbarAbout&lt;/Name&gt;<br>
      &lt;Type&gt;About&lt;/Type&gt;<br>
      &lt;StatusItem/&gt;<br>
      &lt;ImageUrl/&gt;<br>
      &lt;ImageClass/&gt;<br>
      &lt;Tooltip/&gt;<br>
      &lt;Label&gt;About&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- TOOLBAR CLEAR SELECTION --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;toolbarClearSelection&lt;/Name&gt;<br>
      &lt;Type&gt;ClearSelection&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Clears the current selection.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;select-clear&lt;/ImageClass&gt;<br>
      &lt;Tooltip/&gt;<br>
      &lt;Label&gt;&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- TOOLBAR SELECT RADIUS --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;toolbarSelectRadius&lt;/Name&gt;<br>
      &lt;Type&gt;SelectRadius&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Click and drag to select all features inside a<br>
circle.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;select-radius&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Select Radius&lt;/Tooltip&gt;<br>
      &lt;Label&gt;&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- TOOLBAR SELECT POLYGON --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;toolbarSelectPolygon&lt;/Name&gt;<br>
      &lt;Type&gt;SelectPolygon&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Create a polygon and select all features that fall<br>
within.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;select-polygon&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Select Polygon&lt;/Tooltip&gt;<br>
      &lt;Label&gt;&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
<br>
<br>
&lt;!-- ******************************************<br>
* Secondary toolbar - Widgets<br>
*<br>
* Widgets belonging to the secondary toolbar<br>
 ****************************************** --&gt;<br>
<br>
&lt;!-- SECONDARY TOOLBAR INITIAL MAP VIEW --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;toolbarSecondaryInitialMapView&lt;/Name&gt;<br>
      &lt;Type&gt;InitialMapView&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Fit the extents of the map to the window&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;ViewType&gt;extent&lt;/ViewType&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;zoom-full&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Initial Map View&lt;/Tooltip&gt;<br>
      &lt;Label/&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- SECONDARY TOOLBAR PREVIOUS VIEW--&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;toolbarSecondaryPreviousView&lt;/Name&gt;<br>
      &lt;Type&gt;ExtentHistory&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Go to previous view.&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;Direction&gt;previous&lt;/Direction&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;view-back&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Previous View&lt;/Tooltip&gt;<br>
      &lt;Label/&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- SECONDARY TOOLBAR NEXT VIEW --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;toolbarSecondaryNextView&lt;/Name&gt;<br>
      &lt;Type&gt;ExtentHistory&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Go to next view.&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;Direction&gt;next&lt;/Direction&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;view-forward&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Next View&lt;/Tooltip&gt;<br>
      &lt;Label/&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- SECONDARY TOOLBAR ZOOM SELECTION --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;toolbarSecondaryZoomSelection&lt;/Name&gt;<br>
      &lt;Type&gt;ZoomToSelection&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Zoom to the extents of the current selection.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;select-zoom&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Zoom to selection.&lt;/Tooltip&gt;<br>
      &lt;Label/&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- SECONDARY TOOLBAR SELECT WITHIN --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;toolbarSelectWithin&lt;/Name&gt;<br>
      &lt;Type&gt;SelectWithin&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Select all features that fall within the currently<br>
selected area.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons/select-features.png&lt;/ImageUrl&gt;<br>
      &lt;Extension&gt;<br>
        &lt;Target&gt;TaskPane&lt;/Target&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageClass/&gt;<br>
      &lt;Tooltip&gt;Select Within&lt;/Tooltip&gt;<br>
      &lt;Label&gt;&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
<br>
<br>
&lt;!-- ******************************************<br>
* Status Bar - Widgets<br>
*<br>
* Widgets belonging to the status bar<br>
 ****************************************** --&gt;<br>
<br>
&lt;!-- STATUS POSITION --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;WidgetType&quot;&gt;<br>
      &lt;Name&gt;StatusCoords&lt;/Name&gt;<br>
      &lt;Type&gt;CursorPosition&lt;/Type&gt;<br>
      &lt;StatusItem/&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;Template&gt;X: {x} {units}, Y: {y} {units}&lt;/Template&gt;<br>
        &lt;Precision&gt;4&lt;/Precision&gt;<br>
        &lt;EmptyText&gt;&amp;amp;nbsp;&lt;/EmptyText&gt;<br>
      &lt;/Extension&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- STATUS SELECTION INFO --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;WidgetType&quot;&gt;<br>
      &lt;Name&gt;StatusSelection&lt;/Name&gt;<br>
      &lt;Type&gt;SelectionInfo&lt;/Type&gt;<br>
      &lt;StatusItem/&gt;<br>
      &lt;Extension&gt;<br>
          &lt;EmptyText&gt;No selection.&lt;/EmptyText&gt;<br>
     &lt;/Extension&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- STATUS SCALE --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;WidgetType&quot;&gt;<br>
      &lt;Name&gt;StatusScale&lt;/Name&gt;<br>
      &lt;Type&gt;EditableScale&lt;/Type&gt;<br>
      &lt;StatusItem/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- STATUS VIEWSIZE --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;WidgetType&quot;&gt;<br>
      &lt;Name&gt;StatusViewSize&lt;/Name&gt;<br>
      &lt;Type&gt;ViewSize&lt;/Type&gt;<br>
      &lt;StatusItem/&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;Template&gt;{w} x {h} ({units})&lt;/Template&gt;<br>
        &lt;Precision&gt;2&lt;/Precision&gt;<br>
      &lt;/Extension&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- ******************************************<br>
* Panels - Widgets<br>
*<br>
* Widgets belonging to the status bar<br>
 ****************************************** --&gt;<br>
<br>
&lt;!-- LEGEND --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;WidgetType&quot;&gt;<br>
      &lt;Name&gt;Legend&lt;/Name&gt;<br>
      &lt;Type&gt;Legend&lt;/Type&gt;<br>
      &lt;StatusItem/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- SELECTION --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;WidgetType&quot;&gt;<br>
      &lt;Name&gt;SelectionPanel&lt;/Name&gt;<br>
      &lt;Type&gt;SelectionPanel&lt;/Type&gt;<br>
      &lt;StatusItem/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- TASKS --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;WidgetType&quot;&gt;<br>
      &lt;Name&gt;TaskPane&lt;/Name&gt;<br>
      &lt;Type&gt;TaskPane&lt;/Type&gt;<br>
      &lt;StatusItem/&gt;<br>
      &lt;Extension&gt;<br>
        &lt;MenuContainer&gt;TaskContextMenu&lt;/MenuContainer&gt;<br>
      &lt;/Extension&gt;<br>
    &lt;/Widget&gt;<br>
<br>
<br>
<br>
&lt;!-- ******************************************<br>
* Misc - Widgets<br>
 ****************************************** --&gt;<br>
<br>
&lt;!-- INMAP NAVIGATOR --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;WidgetType&quot;&gt;<br>
      &lt;Name&gt;Navigator&lt;/Name&gt;<br>
      &lt;Type&gt;Navigator&lt;/Type&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
      &lt;/Extension&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- ZOOM IN RECTANGLE --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;ZoomInRectangle&lt;/Name&gt;<br>
      &lt;Type&gt;Zoom&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Zoom in on an area.&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;Tolerance&gt;5&lt;/Tolerance&gt;<br>
        &lt;Factor&gt;2&lt;/Factor&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;zoom-in&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Zoom in to a rectangular region.&lt;/Tooltip&gt;<br>
      &lt;Label/&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- ZOOM ON CLICK (IN) --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;ZoomInFixed&lt;/Name&gt;<br>
      &lt;Type&gt;ZoomOnClick&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Zoom in by a preset increment.&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;Factor&gt;4&lt;/Factor&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;zoom-in-fixed&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Zoom in by a fixed factor.&lt;/Tooltip&gt;<br>
      &lt;Label/&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- ZOOM ON CLICK (OUT) --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;ZoomOutFixed&lt;/Name&gt;<br>
      &lt;Type&gt;ZoomOnClick&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Zoom out by a preset increment&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;Factor&gt;0.5&lt;/Factor&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;zoom-out-fixed&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Zoom Out by a fixed factor&lt;/Tooltip&gt;<br>
      &lt;Label/&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- SELECT --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;Select&lt;/Name&gt;<br>
      &lt;Type&gt;Select&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Select features by clicking and dragging.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;select-features&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Select mode&lt;/Tooltip&gt;<br>
      &lt;Label/&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- MAPMENU --&gt;<br>
<br>
    &lt;Widget&gt;<br>
      &lt;Name&gt;MapMenu&lt;/Name&gt;<br>
      &lt;Type&gt;MapMenu&lt;/Type&gt;<br>
      &lt;StatusItem/&gt;<br>
      &lt;Extension/&gt;<br>
      &lt;ImageUrl/&gt;<br>
      &lt;ImageClass/&gt;<br>
      &lt;Tooltip/&gt;<br>
      &lt;Label&gt;Maps&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- OVERVIEW MAP --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;WidgetType&quot;&gt;<br>
      &lt;Name&gt;OverviewMap&lt;/Name&gt;<br>
      &lt;Type&gt;OverviewMap&lt;/Type&gt;<br>
      &lt;Description/&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
      &lt;/Extension&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- PRINT --&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;GetPrintablePage&lt;/Name&gt;<br>
      &lt;Type&gt;Print&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Get printer-friendly page.&lt;/StatusItem&gt;<br>
      &lt;Extension xsi:type=&quot;CustomContentType&quot;&gt;<br>
        &lt;ShowPrintUI&gt;true&lt;/ShowPrintUI&gt;<br>
        &lt;ShowTitle&gt;true&lt;/ShowTitle&gt;<br>
        &lt;PageTitle&gt;Some Title&lt;/PageTitle&gt;<br>
        &lt;ShowLegend&gt;true&lt;/ShowLegend&gt;<br>
        &lt;ShowNorthArrow&gt;true&lt;/ShowNorthArrow&gt;<br>
        &lt;ImageBaseUrl&gt;images/&lt;/ImageBaseUrl&gt;<br>
      &lt;/Extension&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;file-print&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Get printable page.&lt;/Tooltip&gt;<br>
      &lt;Label&gt;&lt;/Label&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
&lt;!-- PAN --&gt;<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
<br>
      &lt;Name&gt;Pan&lt;/Name&gt;<br>
      &lt;Type&gt;Pan&lt;/Type&gt;<br>
      &lt;StatusItem&gt;Drag the map to view areas out of range.&lt;/StatusItem&gt;<br>
      &lt;ImageUrl&gt;images/icons.png&lt;/ImageUrl&gt;<br>
      &lt;ImageClass&gt;pan&lt;/ImageClass&gt;<br>
      &lt;Tooltip&gt;Pan mode&lt;/Tooltip&gt;<br>
      &lt;Label/&gt;<br>
      &lt;Disabled/&gt;<br>
    &lt;/Widget&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;UiWidgetType&quot;&gt;<br>
      &lt;Name&gt;Scalebar&lt;/Name&gt;<br>
      &lt;Type&gt;ScalebarDual&lt;/Type&gt;<br>
    &lt;/Widget&gt;<br>
<br>
    &lt;Widget xsi:type=&quot;WidgetType&quot;&gt;<br>
      &lt;Name&gt;MapTip&lt;/Name&gt;<br>
      &lt;Type&gt;Maptip&lt;/Type&gt;<br>
      &lt;Extension&gt;<br>
        &lt;Label&gt;Map Tips&lt;/Label&gt;<br>
        &lt;Delay&gt;350&lt;/Delay&gt;<br>
        &lt;Layer&gt;Parcels&lt;/Layer&gt;<br>
      &lt;/Extension&gt;<br>
    &lt;/Widget&gt;<br>
<br>
  &lt;/WidgetSet&gt;<br>
<br>
  &lt;Extension/&gt;<br>
<br>
&lt;/ApplicationDefinition&gt;<br>
is there any modifications required??????????????<br>
<br>
2)And i have create one flexible layout by taking slate flexible layout as a<br>
sampe.but it didn&#39;t apper in MG studio..Is there any chages required to<br>
display it in MG studio.I have refresh MG studio but of no use.............<br>
<br>
<br>
Regards,<br>
Padmini.<br>
<font color="#888888">--<br>
View this message in context: <a href="http://n2.nabble.com/Problem-with-Studio-2010-Flexible-layouts-Error-tp4596619p4616964.html" target="_blank">http://n2.nabble.com/Problem-with-Studio-2010-Flexible-layouts-Error-tp4596619p4616964.html</a><br>

</font><div><div></div><div class="h5">Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</div></div></blockquote></div><br></div>