Statistics
| Revision:

svn-gvsig-desktop / trunk / extensions / extGeoreferencing / config / config.xml @ 3102

History | View | Annotate | Download (1.22 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <depends plugin-name="com.iver.cit.gvsig"/>
4
        <libraries library-dir="."/>
5
        <resourceBundle name="text"/>
6
        <extensions>
7
                <extension class-name="com.iver.cit.gvsig.georeferencing.GeoreferencingModule" 
8
                        description="Extensi?n encargada activar las herramientas de georeferenciar raster."
9
                        active="true" 
10
                        priority="1">
11
                        <!--
12
                        <tool-bar name="GeoreferencingWizard">
13
                                <action-tool icon="images/georef.png" action-command="GEOREF_WIZARD" tooltip="Georeferenciar"/>
14
                        </tool-bar>
15
                        -->
16
                </extension>
17
                <extension class-name="com.iver.cit.gvsig.georeferencing.GeoreferencingToolsModule" 
18
                        description="Extensi?n encargada georeferenciar raster."
19
                        active="true" 
20
                        priority="1">
21
                        <tool-bar name="GeoreferencingTools">
22
                                <selectable-tool icon="images/mas.png" action-command="GEO_ZOOM" tooltip="Zoom_Mas"/>
23
                                <selectable-tool icon="images/clean.png" action-command="GEO_PAN"  tooltip="Mover_geo"/>
24
                                <selectable-tool icon="images/back.png" action-command="GEO_ZOOM_PREV"  tooltip="Zoom_previo"/>
25
                                <action-tool icon="images/selectfromview.png" action-command="GEO_MOVE_POINT"  tooltip="Move_from_view"/>
26
                        </tool-bar>
27
                </extension>
28
        </extensions>
29
</plugin-config>