Statistics
| Revision:

svn-gvsig-desktop / tags / v1_0_2_Build_901 / extensions / extGeoreferencing / config / config.xml @ 10571

History | View | Annotate | Download (1.21 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="org.gvsig.georeferencing.GeoreferencingModule" 
8
                        description="Extensi?n encargada activar las herramientas de georeferenciar raster."
9
                        active="true" 
10
                        priority="1">
11
                </extension>
12
                <extension class-name="org.gvsig.georeferencing.GeoreferencingToolsModule" 
13
                        description="Extensi?n encargada georeferenciar raster."
14
                        active="true" 
15
                        priority="1">
16
                        <tool-bar name="GeoreferencingTools">
17
                                <selectable-tool position="3" icon="images/mas.png" action-command="GEO_ZOOM" tooltip="ampl_extent"/>
18
                                <selectable-tool position="4" icon="images/clean.png" action-command="GEO_PAN"  tooltip="Mover_geo"/>
19
                                <action-tool position="1" icon="images/back.png" action-command="GEO_ZOOM_PREV"  tooltip="Zoom_previo"/>
20
                                <action-tool position="2" icon="images/nextBBox.png" action-command="GEO_ZOOM_NEXT"  tooltip="Zoom_sgte"/>
21
                                <!--
22
                                <selectable-tool position="5" icon="images/selectfromview.png" action-command="GEO_MOVE_POINT"  tooltip="Move_from_view"/>
23
                                -->
24
                        </tool-bar>
25
                </extension>
26
        </extensions>
27
</plugin-config>