[fusion-commits] r1248 - trunk/templates/mapguide/standard
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Mar 13 11:40:48 EDT 2008
Author: pagameba
Date: 2008-03-13 11:40:48 -0400 (Thu, 13 Mar 2008)
New Revision: 1248
Modified:
trunk/templates/mapguide/standard/ApplicationDefinition.xml
Log:
rename icon references
Modified: trunk/templates/mapguide/standard/ApplicationDefinition.xml
===================================================================
--- trunk/templates/mapguide/standard/ApplicationDefinition.xml 2008-03-13 15:30:44 UTC (rev 1247)
+++ trunk/templates/mapguide/standard/ApplicationDefinition.xml 2008-03-13 15:40:48 UTC (rev 1248)
@@ -303,7 +303,7 @@
<Name>menuPan</Name>
<Type>Pan</Type>
<StatusItem>Drag the map to view areas out of range.</StatusItem>
- <ImageUrl>images/stdicons/icon_pan.gif</ImageUrl>
+ <ImageUrl>images/icons/pan.png</ImageUrl>
<ImageClass/>
<Tooltip>Pan mode</Tooltip>
<Label>Pan</Label>
@@ -320,7 +320,7 @@
<Tolerance>5</Tolerance>
<Factor>2</Factor>
</Extension>
- <ImageUrl>images/stdicons/icon_zoomin.gif</ImageUrl>
+ <ImageUrl>images/icons/zoom-in.png</ImageUrl>
<ImageClass/>
<Tooltip>Zoom In</Tooltip>
<Label>Zoom Rectangle</Label>
@@ -336,7 +336,7 @@
<Extension xsi:type="CustomContentType">
<Factor>2</Factor>
</Extension>
- <ImageUrl>images/stdicons/icon_zoomin.gif</ImageUrl>
+ <ImageUrl>images/icons/zoom-in-fixed.png</ImageUrl>
<ImageClass/>
<Tooltip>Zoom In</Tooltip>
<Label>Zoom In</Label>
@@ -349,7 +349,7 @@
<Name>menuRefreshMap</Name>
<Type>RefreshMap</Type>
<StatusItem>Refreshes the map image.</StatusItem>
- <ImageUrl>images/stdicons/icon_refreshmap.gif</ImageUrl>
+ <ImageUrl>images/icons/view-refresh.png</ImageUrl>
<ImageClass/>
<Tooltip>Refresh map and reload all layers, keeping the current center point and scale.</Tooltip>
<Label>Refresh Map</Label>
@@ -365,7 +365,7 @@
<Extension xsi:type="CustomContentType">
<Factor>0.5</Factor>
</Extension>
- <ImageUrl>images/stdicons/icon_zoomout.gif</ImageUrl>
+ <ImageUrl>images/icons/zoom-out-fixed.png</ImageUrl>
<ImageClass/>
<Tooltip>Zoom Out</Tooltip>
<Label>Zoom Out</Label>
@@ -381,7 +381,7 @@
<Extension xsi:type="CustomContentType">
<ViewType>extent</ViewType>
</Extension>
- <ImageUrl>images/stdicons/icon_fitwindow.gif</ImageUrl>
+ <ImageUrl>images/icons/zoom-full.png</ImageUrl>
<ImageClass/>
<Tooltip>Initial Map View</Tooltip>
<Label>Initial Map View</Label>
@@ -397,7 +397,7 @@
<Extension xsi:type="CustomContentType">
<Direction>previous</Direction>
</Extension>
- <ImageUrl>images/stdicons/icon_zoomprev.gif</ImageUrl>
+ <ImageUrl>images/icons/view-back.png</ImageUrl>
<ImageClass/>
<Tooltip>Previous View</Tooltip>
<Label>View Previous</Label>
@@ -413,7 +413,7 @@
<Extension xsi:type="CustomContentType">
<Direction>next</Direction>
</Extension>
- <ImageUrl>images/stdicons/icon_zoomnext.gif</ImageUrl>
+ <ImageUrl>images/icons/view-forward.png</ImageUrl>
<ImageClass/>
<Tooltip>Next View</Tooltip>
<Label>View Next</Label>
@@ -429,7 +429,7 @@
<Extension xsi:type="CustomContentType">
<ViewType>center</ViewType>
</Extension>
- <ImageUrl>images/stdicons/icon_restorecenter.gif</ImageUrl>
+ <ImageUrl>images/icons/zoom-full.png</ImageUrl>
<ImageClass/>
<Tooltip>Initial Map Center and Scale</Tooltip>
<Label>Initial Center and Scale</Label>
@@ -442,7 +442,7 @@
<Name>menuZoomSelection</Name>
<Type>ZoomToSelection</Type>
<StatusItem>Zoom to the extents of the current selection.</StatusItem>
- <ImageUrl>images/stdicons/icon_zoomselect.gif</ImageUrl>
+ <ImageUrl>images/icons/select-zoom.png</ImageUrl>
<ImageClass/>
<Tooltip>Zoom to selection.</Tooltip>
<Label>Zoom Selection</Label>
@@ -455,7 +455,7 @@
<Name>menuSelect</Name>
<Type>Select</Type>
<StatusItem>Select features by clicking and dragging.</StatusItem>
- <ImageUrl>images/stdicons/icon_select.gif</ImageUrl>
+ <ImageUrl>images/icons/select-features.png</ImageUrl>
<ImageClass/>
<Tooltip>Select mode</Tooltip>
<Label>Select mode</Label>
@@ -468,7 +468,7 @@
<Name>menuClearSelection</Name>
<Type>ClearSelection</Type>
<StatusItem>Clears the current selection.</StatusItem>
- <ImageUrl>images/stdicons/icon_clearselect.gif</ImageUrl>
+ <ImageUrl>images/icons/select-clear.png</ImageUrl>
<ImageClass/>
<Tooltip/>
<Label>Clear Selection</Label>
@@ -481,7 +481,7 @@
<Name>menuSelectRadius</Name>
<Type>SelectRadius</Type>
<StatusItem>Click and drag to select all features inside a circle.</StatusItem>
- <ImageUrl>images/stdicons/icon_selectradius.gif</ImageUrl>
+ <ImageUrl>images/icons/select-radius.png</ImageUrl>
<ImageClass/>
<Tooltip>Select Radius</Tooltip>
<Label>Select Radius</Label>
@@ -494,7 +494,7 @@
<Name>menuSelectPolygon</Name>
<Type>SelectPolygon</Type>
<StatusItem>Create a polygon and select all features that fall within.</StatusItem>
- <ImageUrl>images/stdicons/icon_selectpolygon.gif</ImageUrl>
+ <ImageUrl>images/icons/select-polygon.png</ImageUrl>
<ImageClass/>
<Tooltip>Select Polygon</Tooltip>
<Label>Select Polygon</Label>
@@ -507,7 +507,7 @@
<Name>menuSelectWithin</Name>
<Type>SelectWithin</Type>
<StatusItem>Select all features that fall within the currently selected area.</StatusItem>
- <ImageUrl>images/stdicons/icon_selectwithin.gif</ImageUrl>
+ <ImageUrl>images/icons/select-within.png</ImageUrl>
<ImageClass/>
<Tooltip>Select Within</Tooltip>
<Label>Select Within</Label>
@@ -520,7 +520,7 @@
<Name>menuBuffer</Name>
<Type>BufferPanel</Type>
<StatusItem>Create buffers around the selected features</StatusItem>
- <ImageUrl>images/stdicons/icon_buffer.gif</ImageUrl>
+ <ImageUrl>images/icons/buffer.png</ImageUrl>
<ImageClass/>
<Tooltip>Buffer</Tooltip>
<Label>Buffer</Label>
@@ -536,7 +536,7 @@
<Extension xsi:type="CustomContentType">
<DisplayUnits>meters</DisplayUnits>
</Extension>
- <ImageUrl>images/stdicons/icon_viewoptions.gif</ImageUrl>
+ <ImageUrl>images/icons/view-options.png</ImageUrl>
<ImageClass/>
<Tooltip/>
<Label>View Options</Label>
@@ -549,7 +549,7 @@
<Name>menuHelp</Name>
<Type>Help</Type>
<StatusItem/>
- <ImageUrl>images/stdicons/icon_help.gif</ImageUrl>
+ <ImageUrl>images/icons/help.png</ImageUrl>
<ImageClass/>
<Tooltip/>
<Label>Help</Label>
@@ -583,7 +583,7 @@
<AreaPrecision>0</AreaPrecision>
<Units>meters</Units>
</Extension>
- <ImageUrl>images/stdicons/icon_measure.gif</ImageUrl>
+ <ImageUrl>images/icons/measure.png</ImageUrl>
<ImageClass/>
<Tooltip>Buffer</Tooltip>
<Label>Measure</Label>
@@ -600,7 +600,7 @@
<Extension>
<Script>showOverviewMap()</Script>
</Extension>
- <ImageUrl>images/iconNavigator.gif</ImageUrl>
+ <ImageUrl>images/icons/navigator.png</ImageUrl>
<ImageClass/>
<Tooltip>Launch Overview Map</Tooltip>
<Label>Launch Overview Map</Label>
@@ -621,7 +621,7 @@
<Name>toolbarBuffer</Name>
<Type>BufferPanel</Type>
<StatusItem>Create buffers around the selected features</StatusItem>
- <ImageUrl>images/stdicons/icon_buffer.gif</ImageUrl>
+ <ImageUrl>images/icons/buffer.png</ImageUrl>
<ImageClass/>
<Tooltip>Buffer</Tooltip>
<Label>Buffer</Label>
@@ -637,7 +637,7 @@
<Name>toolbarRefreshMap</Name>
<Type>RefreshMap</Type>
<StatusItem>Refreshes the map image.</StatusItem>
- <ImageUrl>images/stdicons/icon_refreshmap.gif</ImageUrl>
+ <ImageUrl>images/icons/view-refresh.png</ImageUrl>
<ImageClass/>
<Tooltip>Refresh map and reload all layers, keeping the current center point and scale.</Tooltip>
<Label>Refresh Map</Label>
@@ -659,7 +659,7 @@
<Units>meters</Units>
<Target>TaskPane</Target>
</Extension>
- <ImageUrl>images/stdicons/icon_measure.gif</ImageUrl>
+ <ImageUrl>images/icons/measure.png</ImageUrl>
<ImageClass/>
<Tooltip>Measure</Tooltip>
<Label>Measure</Label>
@@ -675,7 +675,7 @@
<Extension xsi:type="CustomContentType">
<DisplayUnits>meters</DisplayUnits>
</Extension>
- <ImageUrl>images/stdicons/icon_viewoptions.gif</ImageUrl>
+ <ImageUrl>images/icons/view-options.png</ImageUrl>
<ImageClass/>
<Tooltip/>
<Label>View Options</Label>
@@ -688,7 +688,7 @@
<Name>toolbarHelp</Name>
<Type>Help</Type>
<StatusItem/>
- <ImageUrl>images/stdicons/icon_help.gif</ImageUrl>
+ <ImageUrl>images/icons/help.png</ImageUrl>
<ImageClass/>
<Tooltip/>
<Label>Help</Label>
@@ -714,7 +714,7 @@
<Name>toolbarClearSelection</Name>
<Type>ClearSelection</Type>
<StatusItem>Clears the current selection.</StatusItem>
- <ImageUrl>images/stdicons/icon_clearselect.gif</ImageUrl>
+ <ImageUrl>images/icons/select-clear.png</ImageUrl>
<ImageClass/>
<Tooltip/>
<Label>Clear Selection</Label>
@@ -727,7 +727,7 @@
<Name>toolbarSelectRadius</Name>
<Type>SelectRadius</Type>
<StatusItem>Click and drag to select all features inside a circle.</StatusItem>
- <ImageUrl>images/stdicons/icon_selectradius.gif</ImageUrl>
+ <ImageUrl>images/icons/select-radius.png</ImageUrl>
<ImageClass/>
<Tooltip>Select Radius</Tooltip>
<Label>Select Radius</Label>
@@ -740,7 +740,7 @@
<Name>toolbarSelectPolygon</Name>
<Type>SelectPolygon</Type>
<StatusItem>Create a polygon and select all features that fall within.</StatusItem>
- <ImageUrl>images/stdicons/icon_selectpolygon.gif</ImageUrl>
+ <ImageUrl>images/icons/select-polygon.png</ImageUrl>
<ImageClass/>
<Tooltip>Select Polygon</Tooltip>
<Label>Select Polygon</Label>
@@ -764,7 +764,7 @@
<Extension xsi:type="CustomContentType">
<ViewType>extent</ViewType>
</Extension>
- <ImageUrl>images/stdicons/icon_fitwindow.gif</ImageUrl>
+ <ImageUrl>images/icons/zoom-full.png</ImageUrl>
<ImageClass/>
<Tooltip>Initial Map View</Tooltip>
<Label/>
@@ -780,7 +780,7 @@
<Extension xsi:type="CustomContentType">
<Direction>previous</Direction>
</Extension>
- <ImageUrl>images/stdicons/icon_zoomprev.gif</ImageUrl>
+ <ImageUrl>images/icons/view-back.png</ImageUrl>
<ImageClass/>
<Tooltip>Previous View</Tooltip>
<Label/>
@@ -796,7 +796,7 @@
<Extension xsi:type="CustomContentType">
<Direction>next</Direction>
</Extension>
- <ImageUrl>images/stdicons/icon_zoomnext.gif</ImageUrl>
+ <ImageUrl>images/icons/view-forward.png</ImageUrl>
<ImageClass/>
<Tooltip>Next View</Tooltip>
<Label/>
@@ -809,7 +809,7 @@
<Name>toolbarSecondaryZoomSelection</Name>
<Type>ZoomToSelection</Type>
<StatusItem>Zoom to the extents of the current selection.</StatusItem>
- <ImageUrl>images/stdicons/icon_zoomselect.gif</ImageUrl>
+ <ImageUrl>images/icons/select-zoom.png</ImageUrl>
<ImageClass/>
<Tooltip>Zoom to selection.</Tooltip>
<Label/>
@@ -822,7 +822,7 @@
<Name>toolbarSelectWithin</Name>
<Type>SelectWithin</Type>
<StatusItem>Select all features that fall within the currently selected area.</StatusItem>
- <ImageUrl>images/stdicons/icon_selectwithin.gif</ImageUrl>
+ <ImageUrl>images/icons/select-features.png</ImageUrl>
<ImageClass/>
<Tooltip>Select Within</Tooltip>
<Label>Select Within</Label>
@@ -890,7 +890,7 @@
<Extension>
<Script>showOverviewMap()</Script>
</Extension>
- <ImageUrl>images/iconNavigator.gif</ImageUrl>
+ <ImageUrl>images/icons/navigator.png</ImageUrl>
<ImageClass/>
<Tooltip>Launch Overview Map</Tooltip>
<Label/>
@@ -957,9 +957,9 @@
<Tolerance>5</Tolerance>
<Factor>2</Factor>
</Extension>
- <ImageUrl>images/stdicons/icon_zoomin.gif</ImageUrl>
+ <ImageUrl>images/icons/zoom-in.png</ImageUrl>
<ImageClass/>
- <Tooltip>Zoom rectangle.</Tooltip>
+ <Tooltip>Zoom in to a rectangular region.</Tooltip>
<Label/>
<Disabled/>
</Widget>
@@ -973,9 +973,9 @@
<Extension xsi:type="CustomContentType">
<Factor>2</Factor>
</Extension>
- <ImageUrl>images/stdicons/icon_zoomin.gif</ImageUrl>
+ <ImageUrl>images/icons/zoom-in-fixed.png</ImageUrl>
<ImageClass/>
- <Tooltip>Zoom rectangle.</Tooltip>
+ <Tooltip>Zoom in by a fixed factor.</Tooltip>
<Label/>
<Disabled/>
</Widget>
@@ -989,9 +989,9 @@
<Extension xsi:type="CustomContentType">
<Factor>0.5</Factor>
</Extension>
- <ImageUrl>images/stdicons/icon_zoomout.gif</ImageUrl>
+ <ImageUrl>images/icons/zoom-out-fixed.png</ImageUrl>
<ImageClass/>
- <Tooltip>Zoom Out</Tooltip>
+ <Tooltip>Zoom Out by a fixed factor</Tooltip>
<Label/>
<Disabled/>
</Widget>
@@ -1002,7 +1002,7 @@
<Name>Select</Name>
<Type>Select</Type>
<StatusItem>Select features by clicking and dragging.</StatusItem>
- <ImageUrl>images/stdicons/icon_select.gif</ImageUrl>
+ <ImageUrl>images/icons/select-features.png</ImageUrl>
<ImageClass/>
<Tooltip>Select mode</Tooltip>
<Label/>
@@ -1060,7 +1060,7 @@
<ShowNorthArrow>true</ShowNorthArrow>
<ImageBaseUrl>images/</ImageBaseUrl>
</Extension>
- <ImageUrl>images/stdicons/icon_print.gif</ImageUrl>
+ <ImageUrl>images/icons/file-print.png</ImageUrl>
<ImageClass/>
<Tooltip>Get printable page.</Tooltip>
<Label>Print</Label>
@@ -1073,7 +1073,7 @@
<Name>Pan</Name>
<Type>Pan</Type>
<StatusItem>Drag the map to view areas out of range.</StatusItem>
- <ImageUrl>images/stdicons/icon_pan.gif</ImageUrl>
+ <ImageUrl>images/icons/pan.png</ImageUrl>
<ImageClass/>
<Tooltip>Pan mode</Tooltip>
<Label/>
More information about the fusion-commits
mailing list