Statistics
| Revision:

root / branches / v10 / extensions / extMeasureGeometry / config / config.xml @ 13997

History | View | Annotate | Download (1.6 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <libraries library-dir="."/>
4
        <depends plugin-name="com.iver.cit.gvsig"/>
5
                <resourceBundle name="text"/>
6
        <extensions>
7
                <extension class-name="com.iver.gvsig.AreaExtension"
8
                        description="Extension that measures the area of all the polygonos they selected."
9
                        active="true">
10
                        <menu text="Vista/area" tooltip="area"
11
                                action-command="AREA"
12
                                icon="images/area.png" />
13
                        <tool-bar name="area">
14
                                <action-tool icon="images/area.png"
15
                                        action-command="AREA" tooltip="area"
16
                                        enable-text="deber?a de estar activada" last="true"/>
17
                        </tool-bar>
18
                </extension>
19
                <extension class-name="com.iver.gvsig.PerimeterExtension"
20
                        description="Extension that measures the perimeter of all the lines they selected."
21
                        active="true">
22
                        <menu text="Vista/perimeter" tooltip="perimeter"
23
                                action-command="PERIMETER"
24
                                icon="images/perimeter.png" />
25
                        <tool-bar name="perimeter">
26
                                <action-tool icon="images/perimeter.png"
27
                                        action-command="PERIMETER" tooltip="perimeter"
28
                                        enable-text="deber?a de estar activada" last="true"/>
29
                        </tool-bar>
30
                </extension>
31
                <extension class-name="com.iver.gvsig.AddXYPointThemeExtension"
32
                        description="Extension that add the coordinates x and y."
33
                        active="true">
34
                        <menu text="Vista/add_x_y" tooltip="add_x_y"
35
                                action-command="ADDXYPOINT"
36
                                icon="images/xypoint.png" />
37
                        <tool-bar name="add_x_y">
38
                                <action-tool icon="images/xypoint.png"
39
                                        action-command="ADDXYPOINT" tooltip="add_x_y"
40
                                        enable-text="deber?a de estar activada" last="true"/>
41
                        </tool-bar>
42
                </extension>
43
        </extensions>
44
</plugin-config>