I am using MGOS. I would like to see the select icon be the default icon
when a site opens. Currently, it is the pan command. I edited the
Application Definition file so that select shows up before pan under
ContectMenu (Map) - see below. Any help is appreciated.
<Container xsi:type="UiItemContainerType">
<Name>MapContextMenu</Name>
<Type>ContextMenu</Type>
<Item xsi:type="WidgetItemType">
<Function>Widget</Function>
<Widget>menuRefreshMap</Widget>
</Item>
<Item xsi:type="SeparatorItemType">
<Function>Separator</Function>
</Item>
<Item xsi:type="WidgetItemType">
<Function>Widget</Function>
<Widget>menuSelect</Widget>
</Item>
<Item xsi:type="WidgetItemType">
<Function>Widget</Function>
<Widget>menuPan</Widget>
</Item>
<Item xsi:type="WidgetItemType">
<Function>Widget</Function>
<Widget>menuZoomInRectangle</Widget>
</Item>
<Item xsi:type="SeparatorItemType">
<Function>Separator</Function>
</Item>
<Item xsi:type="WidgetItemType">
<Function>Widget</Function>
<Widget>menuZoomInFixed</Widget>
</Item>
<Item xsi:type="WidgetItemType">
<Function>Widget</Function>
<Widget>menuZoomOutFixed</Widget>
</Item>
--
View this message in context:
http://osgeo-org.1560.n6.nabble.com/fusion-default-tool-selected-tp4196888p5005695.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users