Statistics
| Revision:

svn-gvsig-desktop / branches / v10 / extensions / DielmoOpenLidar / dist / config.xml @ 25419

History | View | Annotate | Download (2.35 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.dielmo.gvsig.lidar.extensions.LidarExtension"
8
                        description="LiDAR"
9
                        active="true">
10
                        <!-- Boton para altura -->
11
                        <menu text="Vista/Establecer_leyeda_lidar_por_altura" tooltip="Establecer_leyeda_lidar_por_altura"
12
                                action-command="Z_LEGEND"
13
                                icon="images/z.png" />
14
                        <!--tool-bar name="com.iver.cit.gvsig.Herramientas"-->
15
                        <tool-bar name="Establecer_leyeda">
16
                                <action-tool icon="images/z.png"
17
                                        action-command="Z_LEGEND" tooltip="Establecer_leyeda_lidar_por_altura"
18
                                        enable-text="deber?a de estar activada" last="true"/>
19
                        </tool-bar>
20
                        <!-- Boton para intensidad -->
21
                        <menu text="Vista/Establecer_leyeda_lidar_por_intensidad" tooltip="Establecer_leyeda_lidar_por_intensidad"
22
                                action-command="INTENSITY_LEGEND"
23
                                icon="images/intensidad.png" />
24
                        <!--tool-bar name="com.iver.cit.gvsig.Herramientas"-->
25
                        <tool-bar name="Establecer_leyeda">
26
                                <action-tool icon="images/intensidad.png"
27
                                        action-command="INTENSITY_LEGEND" tooltip="Establecer_leyeda_lidar_por_intensidad"
28
                                        enable-text="deber?a de estar activada" last="true"/>
29
                        </tool-bar>
30
                        <!-- Boton para preferencias -->
31
                        <menu text="Vista/Establecer_leyeda_lidar_por_preferencia" tooltip="Establecer_leyeda_lidar_por_preferencia"
32
                                action-command="PREFER_LEGEND"
33
                                icon="images/preferences.png" />
34
                        <!--tool-bar name="com.iver.cit.gvsig.Herramientas"-->
35
                        <tool-bar name="Establecer_leyeda">
36
                                <action-tool icon="images/preferences.png"
37
                                        action-command="PREFER_LEGEND" tooltip="Establecer_leyeda_lidar_por_preferencia"
38
                                        enable-text="deber?a de estar activada" last="true"/>
39
                        </tool-bar>
40
                        <!-- Boton por defecto -->
41
                        <menu text="Vista/Establecer_leyeda_lidar_por_defecto" tooltip="Establecer_leyeda_lidar_por_defecto"
42
                                action-command="DEFAULT_LEGEND"
43
                                icon="images/default.png" />
44
                        <!--tool-bar name="com.iver.cit.gvsig.Herramientas"-->
45
                        <tool-bar name="Establecer_leyeda">
46
                                <action-tool icon="images/default.png"
47
                                        action-command="DEFAULT_LEGEND" tooltip="Establecer_leyeda_lidar_por_defecto"
48
                                        enable-text="deber?a de estar activada" last="true"/>
49
                        </tool-bar>
50
                </extension>
51
        </extensions>
52
</plugin-config>