Statistics
| Revision:

root / trunk / extensions / extGeoreferencing / config / config.xml @ 2893

History | View | Annotate | Download (1.08 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
                        <tool-bar name="GeoreferencingWizard">
12
                                <action-tool icon="images/georef.png" action-command="GEOREF_WIZARD" tooltip="Georeferenciar"/>
13
                        </tool-bar>
14
                </extension>
15
                        <extension class-name="com.iver.cit.gvsig.georeferencing.GeoreferencingToolsModule" 
16
                        description="Extensi?n encargada georeferenciar raster."
17
                        active="true" 
18
                        priority="1">
19
                        <tool-bar name="GeoreferencingTools">
20
                                <action-tool icon="images/mas.png" action-command="GEO_ZOOM" tooltip="Zoom_Mas"/>
21
                                <action-tool icon="images/clean.png" action-command="GEO_PAN"  tooltip="Mover"/>
22
                                <action-tool icon="images/back.png" action-command="GEO_ZOOM_PREV"  tooltip="Zoom_previo"/>
23
                        </tool-bar>
24
                </extension>
25
        </extensions>
26
</plugin-config>