[fusion-commits] r1246 - trunk/templates/mapguide/standard
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Mar 13 11:26:20 EDT 2008
Author: pagameba
Date: 2008-03-13 11:26:20 -0400 (Thu, 13 Mar 2008)
New Revision: 1246
Modified:
trunk/templates/mapguide/standard/ApplicationDefinition.xml
Log:
Remove extra statusbar container, remove extra MapGroup
Modified: trunk/templates/mapguide/standard/ApplicationDefinition.xml
===================================================================
--- trunk/templates/mapguide/standard/ApplicationDefinition.xml 2008-03-13 15:23:32 UTC (rev 1245)
+++ trunk/templates/mapguide/standard/ApplicationDefinition.xml 2008-03-13 15:26:20 UTC (rev 1246)
@@ -10,12 +10,6 @@
<MapSet xsi:type="MapSetType">
<MapGroup id="sheboygan" xsi:type="MapType">
- <!-- should be centered on intersection of Lower Fallss Rd and S.Taylor Dr. -->
- <!--InitialView xsi:type="MapViewType">
- <CenterX>-87.745061</CenterX>
- <CenterY>43.740283</CenterY>
- <Scale>8000</Scale>
- </InitialView-->
<Map xsi:type="MapGuideLayerType">
<Type>MapGuide</Type>
<SingleTile>true</SingleTile>
@@ -24,15 +18,6 @@
</Extension>
</Map>
</MapGroup>
- <MapGroup id="sheboyganOverview" xsi:type="MapType">
- <Map xsi:type="MapGuideLayerType">
- <Type>MapGuide</Type>
- <SingleTile>true</SingleTile>
- <Extension>
- <ResourceId>Library://Samples/Sheboygan/Maps/SheboyganOverview.MapDefinition</ResourceId>
- </Extension>
- </Map>
- </MapGroup>
</MapSet>
<!-- ******************************************
@@ -45,33 +30,6 @@
<WidgetSet xsi:type="WidgetSetType">
<!-- ******************************************
-* Statusbar
-*
-* Splitterbar used to show items in the status bar
- ****************************************** -->
-
- <Container xsi:type="UiItemContainerType">
- <Name>Statusbar</Name>
- <Type>Splitterbar</Type>
- <Item xsi:type="WidgetItemType">
- <Function>Widget</Function>
- <Widget>StatusCoords</Widget>
- </Item>
- <Item xsi:type="WidgetItemType">
- <Function>Widget</Function>
- <Widget>StatusSelection</Widget>
- </Item>
- <Item xsi:type="WidgetItemType">
- <Function>Widget</Function>
- <Widget>StatusScale</Widget>
- </Item>
- <Item xsi:type="WidgetItemType">
- <Function>Widget</Function>
- <Widget>StatusViewSize</Widget>
- </Item>
- </Container>
-
-<!-- ******************************************
* ContextMenu (Tasks)
*
* Menu available to the Task Pane
More information about the fusion-commits
mailing list