Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.framework / org.gvsig.andami / src / main / castor / sample-config.xml @ 41202

History | View | Annotate | Download (5.91 KB)

1 40435 jjdelcerro
<?xml version="1.0" encoding="ISO-8859-1"?>
2 40559 jjdelcerro
<!--
3

4
    gvSIG. Desktop Geographic Information System.
5

6
    Copyright (C) 2007-2013 gvSIG Association.
7

8
    This program is free software; you can redistribute it and/or
9
    modify it under the terms of the GNU General Public License
10
    as published by the Free Software Foundation; either version 3
11
    of the License, or (at your option) any later version.
12

13
    This program is distributed in the hope that it will be useful,
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
    GNU General Public License for more details.
17

18
    You should have received a copy of the GNU General Public License
19
    along with this program; if not, write to the Free Software
20
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
    MA  02110-1301, USA.
22

23
    For any additional information, do not hesitate to contact us
24
    at info AT gvsig.com, or visit our website www.gvsig.com.
25

26
-->
27 40435 jjdelcerro
<plugin-config>
28
        <icon src="images/logoGVA.gif" text="gvSIG"/>
29
        <resourceBundle name="text"/>
30
        <import plugin-name="com.iver.cit.gvsig" />
31
        <labelSet class="com.iver.cit.gvsig.gui.View">
32
                <label id="1" size="100"/>
33
                <label id="2" size="230"/>
34
        </labelSet>
35
        <libraries>
36
                <library file="com.iver.cit.gvsig.jar"/>
37
                <library file="wmsclient.jar"/>
38
        </libraries>
39
        <extensions>
40
                <extension>
41
                        <class name="com.iver.cit.gvsig.ProjectExtension"/>
42
                        <menu text="Archivo/nuevo_proyecto"
43
                                key="n" mnemonic="n"
44
                                tooltip="nuevo_tooltip"
45
                                action-command="NUEVO" icon="images/new.png"/>
46
                        <menu text="Archivo/abrir_proyecto"
47
                                key="a" mnemonic="a"
48
                                tooltip="abrir_tooltip"
49
                                action-command="ABRIR" icon="images/open.png"/>
50
                        <menu text="Archivo/guardar_proyecto"
51
                                key="g" mnemonic="g"
52
                                tooltip="guardar_tooltip"
53
                                action-command="GUARDAR" icon="images/save.png"/>
54
55
                        <toolBar>
56
                                <tool icon="images/new.png" tooltip="nuevo_tooltip"
57
                                        action-command="NUEVO"/>
58
                                <tool icon="images/open.png" tooltip="abrir_tooltip"
59
                                        action-command="ABRIR"/>
60
                                <tool icon="images/save.png" tooltip="guardar_tooltip"
61
                                        action-command="GUARDAR"/>
62
63
                                <!-- these will be added to the containing toolbar -->
64
                                <combo-scale
65
                                        name="JPEG Quality"
66
                                        elements="15;30;60;70;80;90;100"
67
                                        value="80"
68
                                        action-command="JPEG_QUALITY" />
69
70
                                <combo-button
71
                                        name="Copy/paste tools">
72
                                  <combo-button-element icon="images/scissor.png" action-command="CUT" />
73
                                  <combo-button-element icon="images/paste.png" action-command="PASTE" />
74
                                  <combo-button-element icon="images/copy.png" action-command="COPY" />
75
                                </combo-button>
76
                        </toolBar>
77
78
                </extension>
79
80
                <extension>
81
                        <class name="com.iver.cit.gvsig.ZoomPrev"/>
82
                        <menu text="Vista/Zoom_Previo" icon="images/ZoomPrevio.png"/>
83
                        <tool-bar name="Herramientas">
84
                                <action-tool icon="images/ZoomPrevio.png" action-command="ZOOM_PREV" tooltip="Zoom_Previo" position="11"/>
85
                        </tool-bar>
86
87
                        <!-- these will be added to the status-bar (because they are not contained in any toolbar) -->
88
                        <combo-scale
89
                                  name="Scale"
90
                                  label="Scale:"
91
                                  elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
92
                                  value="10000"
93
                                  action-command="CHANGE_SCALE" />
94
95
                        <combo-button
96
                                name="Tool Mode">
97
                          <combo-button-element icon="images/once.png" action-command="USE_ONCE" />
98
                          <combo-button-element icon="images/sticky-tool.png" action-command="UNTIL_CHANGED" />
99
                        </combo-button>
100
                </extension>
101
                <extension processing-position="2">
102
                        <class name="com.iver.cit.gvsig.ViewControls"/>
103
                        <menus>
104
                                <menu text="Vista/Zoom_Completo" action-command="FULL" icon="images/MapContents.png" tooltip="Zoom completo a la v?sta"/>
105
                                <menu text="Vista/Zoom_Select" action-command="ZOOM_SELECT" icon="image/Select.png"/>
106
                                <menu text="Vista/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
107
                                <menu text="Vista/Seleccion_por_tema" action-command="SELECTIONBYSHAPE"/>
108
                                <menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>
109
                                <menu text="Vista/propiedades" action-command="PROPERTIES"/>
110
                        </menus>
111
                        <tool-bar name="Herramientas" y-position="1">
112
                                <action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo" position="1"/>
113
                                <action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre" last="true" position="2"/>
114
                                <selectable-tool group="grupo1" default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s" position="3"/>
115
                                <selectable-tool group="grupo1" icon="images/ZoomOut.png" action-command="ZOOM_OUT" position="4"/>
116
                                <selectable-tool group="grupo1" icon="images/Pan.png" action-command="PAN"  tooltip="Encuadre" position="5"/>
117
                                <selectable-tool group="grupo1" icon="images/Identify.png" action-command="INFO"  tooltip="informacion" position="6" />
118
                                <selectable-tool group="grupo2" icon="images/Distancia.png" action-command="MEDICION"  tooltip="medir_distancias" position="7"/>
119
                                <selectable-tool group="grupo2" icon="images/Poligono16.png" action-command="AREA"  tooltip="medir_area" position="8"/>
120
                                <selectable-tool group="grupo2" default="true" icon="images/Select.png" action-command="SELPOINT"  tooltip="seleccionar_por_punto" position="9"/>
121
                                <selectable-tool group="grupo2" icon="images/SelEspacial2b.png" action-command="SELRECT"  tooltip="seleccionar_por_rectangulo" position="10"/>
122
                        </tool-bar>
123
                </extension>
124
                <extension>
125
                        <class name="com.iver.cit.gvsig.ThemeControls"/>
126
                        <menu text="Tema/propiedades"/>
127
                </extension>
128
        </extensions>
129
130
        <file-extensions>
131
                <file-extension description="DGNfiles" ends-with="dgn" dialog="openLayer">
132
                        <class name="com.iver.cit.gvsig.DGNFileExtension"/>
133
                </file-extension>
134
                <file-extension description="Rasterfiles" ends-with="ecw,tif,tiff,jpg,png" dialog="openLayer">
135
                        <class name="com.iver.cit.gvsig.RasterFileExtension"/>
136
                </file-extension>
137
        </file-extensions>
138
</plugin-config>