Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.plugin / org.gvsig.app / org.gvsig.app.mainplugin / src / main / resources-plugin / config.xml @ 47424

History | View | Annotate | Download (51.6 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
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
<plugin-config>
28

    
29
  <depends plugin-name="org.gvsig.projection.app.mainplugin" />
30
  <depends plugin-name="org.gvsig.geometry.app.mainplugin" />
31
  <alternativeNames name="org.gvsig.app"/>
32
  <icon src="gvsig-logo-icon" text="gvSIG"/>
33
  <libraries library-dir="lib"/>
34
  <resourceBundle name="text"/>
35
  <label-set class-name="org.gvsig.app.project.documents.view.gui.DefaultViewPanel">
36
    <label id="units" size="75"/>
37
    <label id="x" size="120"/>
38
    <label id="y" size="120"/>
39
    <label id="4" size="110"/>
40
    <label id="5" size="110"/>
41
    <label id="distancearea" size="30"/>
42
    <label id="projection" size="110"/>
43
    <label id="azimut" size="110"/>
44
  </label-set>
45

    
46
  <!--
47
  <popup-menus>
48
    <popup-menu name="view.toc.context.menu">
49
      <menu name="view-layer-add"/>
50
    </popup-menu>
51
  </popup-menus>
52
  -->
53

    
54
  <extensions>
55
    <extension class-name="org.gvsig.app.extension.InitialWarningExtension"
56
      description="Initial warning message"
57
      active="true"
58
      priority="1">
59
    </extension>
60

    
61
    <extension class-name="org.gvsig.app.extension.selectioncount.SelectionCountExtension"
62
      description="Counts selected features"
63
      active="false">
64
    </extension>
65

    
66
    <extension class-name="org.gvsig.app.extension.CheckSOAndArquitectureExtension"
67
      description="Check OS and architecture of installed packages"
68
      active="true"
69
      priority="1">
70
    </extension>
71

    
72
    <extension class-name="org.gvsig.app.extension.InitializeApplicationExtension"
73
      description="Initialize application extension"
74
      active="true"
75
      priority="99999">
76
    </extension>
77

    
78
    <extension class-name="org.gvsig.app.extension.ProjectExtension"
79
      description="Extensi?n encargada de gestionar los proyectos."
80
      active="true"
81
      priority="10">
82

    
83
      <action
84
        name= "application-project-new"
85
        label="nuevo_proyecto"
86
        tooltip="nuevo_tooltip"
87
        action-command="application-project-new"
88
        icon="application-project-new"
89
        position="100100000"
90
        accelerator="Ctrl+N"
91
        />
92
      <action
93
        name="application-project-open"
94
        label="abrir_proyecto"
95
        tooltip="abrir_tooltip"
96
        action-command="application-project-open"
97
        icon="application-project-open"
98
        position="100200000"
99
        accelerator="Ctrl+O"
100
        />
101
      <action
102
        name="application-project-save"
103
        label="guardar_proyecto"
104
        tooltip="guardar_tooltip"
105
        action-command="application-project-save"
106
        icon="application-project-save"
107
        position="100300000"
108
        accelerator="Ctrl+S"
109
        />
110
      <action
111
        name="application-project-saveas"
112
        label="guardar_como"
113
        tooltip="guardar_como"
114
        action-command="application-project-save-as"
115
        icon="application-project-save-as"
116
        position="100400000"
117
        accelerator="Ctrl+Shift+S"
118
        />
119

    
120

    
121

    
122
      <menu text="File"
123
        position="100000000"
124
        is_separator="true"/>
125
      <menu text="File/Export"
126
        position="100900000"
127
        is_separator="true"/>
128
      <menu text="Edit"
129
        position="200000000"
130
        is_separator="true"/>
131
      <menu text="Selection"
132
        position="300000000"
133
        is_separator="true"/>
134
      <menu text="Show"
135
        position="400000000"
136
        is_separator="true"/>
137

    
138
      <menu text="Layer"
139
        position="600000000"
140
        is_separator="true"/>
141
      <menu text="Layer/Set_to"
142
        position="600400000"
143
        is_separator="true"/>
144

    
145
      <menu text="View"
146
        position="650000000"
147
        is_separator="true"/>
148
      <menu text="View/Navigation"
149
        position="650100000"
150
        is_separator="true"/>
151
      <menu text="View/Query"
152
        position="650700000"
153
        is_separator="true"/>
154

    
155
      <menu text="tools"
156
        position="900000000"
157
        is_separator="true"/>
158

    
159
      <menu text="tools/Database"
160
        position="902000000"
161
        is_separator="true"/>
162

    
163
      <menu text="tools/Database/sep0"
164
        position="902002000"
165
        is_separator="true"/>
166

    
167
      <menu text="tools/Database/sep1"
168
        position="902003000"
169
        is_separator="true"/>
170

    
171
      <menu text="tools/Database/sep2"
172
        position="902006000"
173
        is_separator="true"/>
174

    
175
      <menu text="tools/Development"
176
        position="908500000"
177
        is_separator="true"/>
178

    
179
      <menu text="tools/Development/sep1"
180
        position="908500190"
181
        is_separator="true"/>
182

    
183
      <menu text="tools/Development/sep2"
184
        position="908500290"
185
        is_separator="true"/>
186

    
187
      <menu text="tools/Development/sep3"
188
        position="908500590"
189
        is_separator="true"/>
190

    
191
      <menu text="tools/Development/sep4"
192
        position="908500690"
193
        is_separator="true"/>
194

    
195
      <menu text="tools/Development/sep5"
196
        position="908500990"
197
        is_separator="true"/>
198

    
199
      <menu text="tools/Development/sep6"
200
        position="908501390"
201
        is_separator="true"/>
202

    
203
      <menu text="tools/Development/sep7"
204
        position="908501490"
205
        is_separator="true"/>
206

    
207
      <menu text="Window"
208
        position="960000000"
209
        is_separator="true"/>
210
      <menu text="Help"
211
        position="990000000"
212
        is_separator="true"/>
213

    
214
      <menu
215
        text="File/nuevo_proyecto"
216
        name= "application-project-new"
217
        />
218
      <menu
219
        text="File/abrir_proyecto"
220
        name="application-project-open"
221
        />
222
      <menu
223
        text="File/guardar_proyecto"
224
        name="application-project-save"
225
        />
226
      <menu
227
        text="File/guardar_como"
228
        name="application-project-saveas"
229
        />
230

    
231
      <tool-bar name="project" position="100" description="Project management tools">
232
        <action-tool name="application-project-new"/>
233
        <action-tool name="application-project-open"/>
234
        <action-tool name="application-project-save"/>
235
      </tool-bar>
236

    
237
      <tool-bar name="view" position="200" description="Add layers to the view tools"/>
238
      <tool-bar name="view_navigation" position="300" description="Tools to navigate in the view"/>
239
      <tool-bar name="view_tools" position="400" description="Generics tools for the view"/>
240
      <tool-bar name="view_tools_query" position="500" description="Query tools for the view"/>
241
      <tool-bar name="selection" position="600" description="Selection tools for the view"/>
242
      <tool-bar name="layer" position="650" description="Layer tools"/>
243
      <tool-bar name="table" position="700" description="Core table tools"/>
244
      <tool-bar name="table_tools" position="800" description="Generic tools for the table"/>
245
      <tool-bar name="table_tools_addmeasurement" position="900"/>
246
      <tool-bar name="edit" position="1000" description="Edit/copy/paste/undo/redo tools"/>
247
      <tool-bar name="editing" position="1100" description="Tools for editing, start/end editing and vectorial tools"/>
248
      <tool-bar name="core" position="10000" description="Core tools like preferences or console of errores"/>
249

    
250
    </extension>
251

    
252
    <extension class-name="org.gvsig.app.extension.ViewProjectWindow"
253
      description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
254
      active="true">
255

    
256
      <action
257
        name="show-project-manager"
258
        label="_Show_project"
259
        tooltip="_Show_project_window"
260
        action-command="show-project-manager"
261
        icon="show-project-manager"
262
        position="400100000"
263
        accelerator="Alt+P"
264
        />
265

    
266
      <menu
267
        text="Show/_Project_manager"
268
        name="show-project-manager"
269
        />
270
    </extension>
271

    
272
    <extension class-name="org.gvsig.app.extension.AddLayerDropingFile"
273
      description="Soporte para a?adir capas arrastrando el fichero al TOC."
274
      active="true"
275
      priority="20">
276
    </extension>
277

    
278
    <extension class-name="org.gvsig.app.extension.AddLayer"
279
      description="Extensi?n encargada de abrir las diferentes capas."
280
      active="true"
281
      priority="20">
282
      <action
283
        name="view-layer-add"
284
        label="Add_layer"
285
        tooltip="Add_layer"
286
        action-command="view-layer-add"
287
        icon="view-layer-add"
288
        position="650300000"
289
        accelerator="Alt+O"
290
        />
291

    
292
      <menu
293
        name="view-layer-add"
294
        text="View/Add_layer"
295
        />
296
      <tool-bar name="view">
297
        <action-tool name="view-layer-add"/>
298
      </tool-bar>
299
    </extension>
300

    
301
    <extension class-name="org.gvsig.app.extension.AddToLocatorExtension"
302
      description="Extensi?n encargada de a?adir una capa al locator."
303
      active="true"
304
      priority="20">
305
      <action
306
        name="layer-addtolocator"
307
        label="add_to_locator"
308
        tooltip="add_to_locator"
309
        action-command="layer-addtolocator"
310
        position="606000000"
311
        icon="layer-addtolocator"
312
        accelerator=""
313
        />
314

    
315
      <menu
316
        name="layer-addtolocator"
317
        text="Layer/add_to_locator"
318
       />
319
      <!--
320
      <tool-bar name="view">
321
        <action-tool name="add-to-locator"/>
322
      </tool-bar>
323
       -->
324
    </extension>
325

    
326
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
327
      description="Enables the  symbology."
328
      active="true"
329
      priority="20">
330
    </extension>
331

    
332
    <extension class-name="org.gvsig.app.extension.ZoomPrev"
333
      description="Extensi?n encargada de gestionar los zooms previos al actual."
334
      active="true">
335
      <action
336
        name="view-navigation-zoom-back"
337
        label="Zoom_back"
338
        tooltip="Zoom_back"
339
        action-command="view-navigation-zoom-back"
340
        icon="view-navigation-zoom-back"
341
        position="650100700"
342
        accelerator=""
343
        />
344

    
345
      <menu
346
        name="view-navigation-zoom-back"
347
        text="View/Navigation/Zoom_back"
348
        />
349
      <tool-bar name="view_navigation">
350
        <action-tool name="view-navigation-zoom-back"/>
351
      </tool-bar>
352
    </extension>
353

    
354
    <extension class-name="org.gvsig.app.extension.ZoomNext"
355
      description="Extensi?n encargada de gestionar los zooms siguientes al actual."
356
      active="true">
357
      <action
358
        name="view-navigation-zoom-next"
359
        label="Zoom_next"
360
        tooltip="Zoom_next"
361
        action-command="view-navigation-zoom-next"
362
        icon="view-navigation-zoom-next"
363
        position="650100710"
364
        accelerator=""
365
        />
366

    
367
      <menu
368
        name="view-navigation-zoom-next"
369
        text="View/Navigation/Zoom_next"
370
        />
371
      <tool-bar name="view_navigation">
372
        <action-tool name="view-navigation-zoom-next"/>
373
      </tool-bar>
374
    </extension>
375

    
376
    <extension class-name="org.gvsig.app.extension.InfoToolExtension"
377
      description="Extensi?n encargada de gestionar la herramienta de info."
378
      active="true"
379
      priority="29">
380
      <action
381
        name="layer-info-by-point"
382
        label="_Information_by_point"
383
        tooltip="_Information_by_point"
384
        action-command="layer-info-by-point"
385
        icon="layer-info-by-point"
386
        position="600200000"
387
        accelerator=""
388
        />
389
      <menu
390
        name="layer-info-by-point"
391
        text="Layer/Query/_Information_by_point"
392
        />
393
      <tool-bar name="view_tools_query">
394
        <selectable-tool name="layer-info-by-point" />
395
      </tool-bar>
396
    </extension>
397

    
398

    
399
    <extension class-name="org.gvsig.app.extension.MetadataPropertiesExtension"
400
      description="Extensi?n encargada de mostrar los metadatos de la capa seleccionada."
401
      active="true">
402
    </extension>
403

    
404

    
405
    <extension class-name="org.gvsig.app.extension.ViewControls"
406
      description="Extensi?n encargada de gestionar la vista."
407
      active="true"
408
      priority="30">
409
      <combo-scale name="view-change-scale"
410
        label="1:"
411
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
412
          value="10000"
413
          action-command="view-change-scale" />
414

    
415
      <action
416
        name="view-change-scale"
417
        label="_Change_scale"
418
        action-command="view-change-scale"
419
        />
420

    
421
      <action
422
        name="view-navigation-zoom-in-topoint"
423
        label="Zoom_in"
424
        position="650100400"
425
        action-command="view-navigation-zoom-in-topoint"
426
        icon="view-navigation-zoom-in-topoint"
427
        tooltip="Zoom_in"
428
        accelerator=""
429
        />
430
      <action
431
        name="view-navigation-zoom-out-topoint"
432
        label="Zoom_out"
433
        position="650100500"
434
        action-command="view-navigation-zoom-out-topoint"
435
        icon="view-navigation-zoom-out-topoint"
436
        tooltip="Zoom_out"
437
        accelerator=""
438
        />
439
      <action
440
        name="view-navigation-zoom-all"
441
        label="Zoom_all"
442
        position="650100600"
443
        action-command="view-navigation-zoom-all"
444
        icon="view-navigation-zoom-all"
445
        tooltip="Zoom_all"
446
        accelerator=""
447
        />
448
      <action
449
        name="view-navigation-zoom-in-center"
450
        label="Zoom_in_to_center"
451
        position="650100200"
452
        action-command="view-navigation-zoom-in-center"
453
        tooltip="Zoom_in_to_center"
454
        icon="view-navigation-zoom-in-center"
455
        accelerator=""
456
        />
457
      <action
458
        name="view-navigation-zoom-out-center"
459
        label="Zoom_out_to_center"
460
        position="650100300"
461
        action-command="view-navigation-zoom-out-center"
462
        tooltip="Zoom_out_to_center"
463
        icon="view-navigation-zoom-out-center"
464
        accelerator=""
465
        />
466
      <action
467
        name="view-navigation-pan"
468
        label="Pan"
469
        position="650100100"
470
        action-command="view-navigation-pan"
471
        icon="view-navigation-pan"
472
        tooltip="Pan"
473
        accelerator=""
474
        />
475
      <action
476
        name="view-navigation-frame-manager"
477
        label="Frame_manager"
478
        position="650109000"
479
        action-command="view-navigation-frame-manager"
480
        icon="view-navigation-frame-manager"
481
        tooltip="Frame_manager"
482
        accelerator=""
483
        />
484

    
485
      <action
486
        name="active-layer-set-visible"
487
        label="_Visible_active_layers"
488
        position="600100400"
489
        action-command="active-layer-set-visible"
490
        icon="active-layer-set-visible"
491
        tooltip="_Show_active_layers"
492
        accelerator=""
493
        />
494
            <action
495
        name="active-layer-set-hide"
496
        label="_Hide_active_layers"
497
        position="600100500"
498
        action-command="active-layer-set-hide"
499
        icon="active-layer-set-hide"
500
        tooltip="_Hide_active_layers"
501
        accelerator=""
502
        />
503
        <action
504
        name="active-layer-bring-front"
505
        label="_Bring_to_front"
506
        position="600100600"
507
        action-command="active-layer-bring-front"
508
        icon="active-layer-bring-front"
509
        tooltip="_Bring_to_front"
510
        accelerator="Alt+PgUp"
511
        />
512
        <action
513
        name="active-layer-send-back"
514
        label="_Send_to_back"
515
        position="600100700"
516
        action-command="active-layer-send-back"
517
        icon="active-layer-send-back"
518
        tooltip="_Send_back"
519
        accelerator="Alt+PgDn"
520
        />
521
        <action
522
        name="active-layer-move-ahead"
523
        label="_Move_ahead"
524
        position="600100800"
525
        action-command="active-layer-move-ahead"
526
        icon="active-layer-move-ahead"
527
        tooltip="_Move_ahead"
528
        accelerator="Alt+Up"
529
        />
530
        <action
531
        name="active-layer-move-behind"
532
        label="_Move_behind"
533
        position="600100900"
534
        action-command="active-layer-move-behind"
535
        icon="active-layer-move-behind"
536
        tooltip="_Move_behind"
537
        accelerator="Alt+Down"
538
        />  
539
            
540
      <action
541
        name="layer-set-visible"
542
        label="_Show_layers"
543
        position="600400100"
544
        action-command="layer-set-visible"
545
        icon="layer-set-visible"
546
        tooltip="_Show_layers"
547
        accelerator=""
548
        />
549
      <action
550
        name="layer-set-hide"
551
        label="_Hide_layers"
552
        position="600400200"
553
        action-command="layer-set-hide"
554
        icon="layer-set-hide"
555
        tooltip="_Hide_layers"
556
        accelerator=""
557
        />
558
      <action
559
        name="layer-set-active"
560
        label="_Set_Layers_active"
561
        position="600400300"
562
        action-command="layer-set-active"
563
        icon="layer-set-active"
564
        tooltip="_Set_Layers_active"
565
        accelerator=""
566
        />
567
      <action
568
        name="layer-set-inactive"
569
        label="_Set_Layers_inactive"
570
        position="600400400"
571
        action-command="layer-set-inactive"
572
        icon="layer-set-inactive"
573
        tooltip="_Set_Layers_inactive"
574
        accelerator=""
575
        />
576
      <action
577
        name="group-set-active-all-layers"
578
        label="_Active_all_layers_of_group"
579
        position="600400500"
580
        action-command="group-set-active-all-layers"
581
        icon="layer-set-active"
582
        tooltip="_Active_all_layers_of_group"
583
        accelerator=""
584
        />
585
      <action
586
        name="group-set-inactive-all-layers"
587
        label="_Inactive_all_layers_of_group"
588
        position="600400600"
589
        action-command="group-set-inactive-all-layers"
590
        icon="layer-set-inactive"
591
        tooltip="_Inactive_all_layers_of_group"
592
        accelerator=""
593
        />
594

    
595
      <action
596
        name="view-locator-setup"
597
        label="_Locator_setup"
598
        position="658000000"
599
        action-command="view-locator-setup"
600
        icon="view-locator-setup"
601
        tooltip="_Locator_setup"
602
        accelerator=""
603
        />
604

    
605
      <menu
606
        name="view-navigation-zoom-in-topoint"
607
        text="View/Navigation/Zoom_in"
608
        />
609
      <menu
610
        name="view-navigation-zoom-out-topoint"
611
        text="View/Navigation/Zoom_out"
612
        />
613
      <menu
614
        name="view-navigation-zoom-all"
615
        text="View/Navigation/Zoom_all"
616
        />
617
      <menu
618
        name="view-navigation-zoom-in-center"
619
        text="View/Navigation/Zoom_in_to_center"
620
        />
621
      <menu
622
        name="view-navigation-zoom-out-center"
623
        text="View/Navigation/Zoom_out_to_center"
624
        />
625
      <menu
626
        name="view-navigation-pan"
627
        text="View/Navigation/Pan"
628
        />
629
      <menu
630
        name="view-navigation-frame-manager"
631
        text="View/Navigation/Frame_manager"
632
        />
633

    
634
      <menu
635
        name="active-layer-set-visible"
636
        text="View/_Set_active_layers_to/visible"
637
        />
638
      <menu
639
        name="active-layer-set-hide"
640
        text="View/_Set_active_layers_to/Hidden"
641
        />
642
      
643
      
644
             <menu
645
        name="active-layer-bring-front" 
646
        text="View/_Set_active_layers_to/_Bring_to_front"
647
        />
648
        <menu
649
        name="active-layer-send-back" 
650
        text="View/_Set_active_layers_to/_Send_to_back"
651
        />
652
        <menu
653
        name="active-layer-move-ahead" 
654
        text="View/_Set_active_layers_to/_Move_ahead"
655
        />
656
        <menu
657
        name="active-layer-move-behind" 
658
        text="View/_Set_active_layers_to/_Move_behind"
659
        />
660
      
661
      <menu
662
        name="layer-set-visible"
663
        text="View/_Set_all_layers_to/visible"
664
        />
665
      <menu
666
        name="layer-set-hide"
667
        text="View/_Set_all_layers_to/Hidden"
668
        />
669
      <menu
670
        name="layer-set-active"
671
        text="View/_Set_all_layers_to/Active"
672
        />
673
      <menu
674
        name="layer-set-inactive"
675
        text="View/_Set_all_layers_to/Inactive"
676
        />
677

    
678
      <menu
679
        name="group-set-active-all-layers"
680
        text="View/_Set_all_layers_of_group_to/Active"
681
        />
682
      <menu
683
        name="group-set-inactive-all-layers"
684
        text="View/_Set_all_layers_of_group_to/Inactive"
685
        />
686

    
687
      <menu
688
        name="view-locator-setup"
689
        text="View/Locator_setup"
690
        />
691

    
692

    
693
      <tool-bar name="view_navigation">
694
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
695
        <selectable-tool name="view-navigation-zoom-out-topoint" />
696
        <action-tool name="view-navigation-zoom-all"  />
697
        <action-tool name="view-navigation-zoom-in-center"  />
698
        <action-tool name="view-navigation-zoom-out-center"  />
699
        <selectable-tool name="active-layer-set-visible" dropdowngroup="toc-layers-visibility"/>
700
        <selectable-tool name="active-layer-set-hide" dropdowngroup="toc-layers-visibility"/>
701
        <selectable-tool name="active-layer-bring-front" dropdowngroup="toc-layers-visibility"/>
702
        <selectable-tool name="active-layer-send-back" dropdowngroup="toc-layers-visibility"/>
703
        <selectable-tool name="active-layer-move-ahead" dropdowngroup="toc-layers-visibility"/>
704
        <selectable-tool name="active-layer-move-behind" dropdowngroup="toc-layers-visibility"/>
705
      </tool-bar>
706

    
707
      <tool-bar name="view_navigation">
708
        <selectable-tool name="view-navigation-pan"/>
709
        <action-tool name="view-navigation-frame-manager" />
710
      </tool-bar>
711
               
712
    </extension>
713

    
714
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
715
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
716
      active="true"
717
      priority="30">
718
      <action
719
        name="view-query-distance"
720
        label="_Query_distance"
721
        position="650700200"
722
        action-command="view-query-distance"
723
        icon="view-query-distance"
724
        tooltip="_Query_distance"
725
        accelerator=""
726
        />
727
      <action
728
        name="view-query-area"
729
        label="_Query_area"
730
        position="650700100"
731
        action-command="view-query-area"
732
        icon="view-query-area"
733
        tooltip="_Query_area"
734
        accelerator=""
735
        />
736
      <action
737
        name="view-query-feature-angle"
738
        label="_Query_features_angles"
739
        position="650700300"
740
        action-command="view-query-feature-angle"
741
        icon="view-query-feature-angle"
742
        tooltip="_Query_feature_angle"
743
        accelerator=""
744
        />
745

    
746
      <menu
747
        name="view-query-distance"
748
        text="Layer/Query/Distance"
749
        />
750
      <menu
751
        name="view-query-area"
752
        text="Layer/Query/Area"
753
        />
754
      <menu
755
        name="view-query-feature-angle"
756
        text="Layer/Query/Angle"
757
        />
758
      <tool-bar name="view_tools_query">
759
        <selectable-tool name="view-query-distance" dropdowngroup="query"/>
760
        <selectable-tool name="view-query-area" dropdowngroup="query"/>
761
        <selectable-tool name="view-query-feature-angle" dropdowngroup="query"/>
762
      </tool-bar>
763

    
764
    </extension>
765

    
766
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
767
      description="Extensi?n encargada de gestionar la vista."
768
      active="true"
769
      priority="30">
770

    
771
      <action
772
        name="selection-select-by-rectangle-view"
773
        label="Select_by_rectangle"
774
        position="300020000"
775
        action-command="selection-select-by-rectangle-view"
776
        icon="selection-select-by-rectangle"
777
        tooltip="Select_by_rectangle"
778
        accelerator=""
779
        />
780
      <action
781
        name="selection-select-by-polygon"
782
        label="Select_by_polygon"
783
        position="300030000"
784
        action-command="selection-select-by-polygon"
785
        icon="selection-select-by-polygon"
786
        tooltip="Select_by_polygon"
787
        accelerator=""
788
        />
789

    
790
      <menu
791
        name="selection-select-by-rectangle-view"
792
        text="Selection/Select_by_rectangle"
793
        />
794
      <menu
795
        name="selection-select-by-polygon"
796
        text="Selection/Select_by_polygon"
797
        />
798

    
799
      <tool-bar name="selection">
800
        <selectable-tool name="selection-select-by-rectangle-view" dropdowngroup="selection"/>
801
        <selectable-tool name="selection-select-by-polygon" dropdowngroup="selection"/>
802
      </tool-bar>
803

    
804
    </extension>
805

    
806

    
807

    
808
    <extension class-name="org.gvsig.app.extension.ViewSimpleSelectionControl"
809
      description="Extensi?n encargada de gestionar la herramienta de selecci?n simple."
810
      active="true"
811
      priority="30">
812
      <action
813
        name="selection-simple-select-view"
814
        label="_Simple_select"
815
        position="300010000"
816
        action-command="selection-simple-select-view"
817
        icon="selection-simple-select"
818
        tooltip="_Simple_select"
819
        accelerator=""
820
        />
821

    
822
      <menu
823
        name="selection-simple-select-view"
824
        text="Selection/Simple"
825
        />
826

    
827
      <tool-bar name="selection">
828
        <selectable-tool name="selection-simple-select-view" dropdowngroup="selection"/>
829
      </tool-bar>
830

    
831
    </extension>
832

    
833

    
834
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
835
      description="Extensi?n encargada de la selecci?n por tema."
836
      active="true"
837
      priority="30">
838
      <action
839
        name="selection-select-by-layer"
840
        position="300070000"
841
        label="Select_by_layer"
842
        action-command="selection-select-by-layer"
843
        icon="selection-select-by-layer"
844
        tooltip="Select_by_layer"
845
        accelerator=""
846
        />
847

    
848
      <menu
849
        name="selection-select-by-layer"
850
        text="Selection/Select_by_layer"
851
        />
852

    
853
      <tool-bar name="selection">
854
        <action-tool name="selection-select-by-layer" />
855
      </tool-bar>
856
    </extension>
857

    
858
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
859
      description="Extensi?n encargada de hacer la selecci?n inversa."
860
      active="true"
861
      priority="30">
862
      <action
863
        name="selection-reverse-view"
864
        label="_Reverse_selection"
865
        position="300100000"
866
        action-command="selection-reverse-view"
867
        icon="selection-reverse"
868
        tooltip="_Reverse_selection"
869
        accelerator=""
870
        />
871

    
872
      <menu
873
        name="selection-reverse-view"
874
        text="Selection/Reverse"
875
        />
876

    
877
      <tool-bar name="selection">
878
          <action-tool name="selection-reverse-view" />
879
      </tool-bar>
880

    
881
    </extension>
882

    
883
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
884
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
885
      active="true">
886
      <action
887
        name="view-properties"
888
        label="_View_properties"
889
        position="659000000"
890
        action-command="view-properties"
891
        icon="view-properties"
892
        tooltip="_Show_view_properties"
893
        accelerator=""
894
        />
895

    
896

    
897
      <menu
898
        name="view-properties"
899
        text="View/Properties"
900
        />
901

    
902
    </extension>
903
   
904
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
905
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
906
      active="true">
907

    
908
      <action
909
        name="view-navigation-zoom-to-selection"
910
        label="Zoom_to_selection"
911
        position="650100900"
912
        action-command="view-navigation-zoom-to-selection"
913
        icon="view-navigation-zoom-to-selection"
914
        tooltip="Zoom_to_selection"
915
        accelerator=""
916
        />
917

    
918
      <menu
919
        name="view-navigation-zoom-to-selection"
920
        text="View/Navigation/Zoom_to_selection"
921
        />
922

    
923
      <tool-bar name="view_navigation">
924
        <action-tool name="view-navigation-zoom-to-selection" />
925
      </tool-bar>
926

    
927
    </extension>
928

    
929
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
930
      description="Extensi?n encargada de limpiar la selecci?n."
931
      active="true">
932

    
933
      <action
934
        name="selection-clear-view"
935
        label="_Clear_selection"
936
        position="300110000"
937
        action-command="selection-clear-view"
938
        icon="edit-clear"
939
        tooltip="_Clear_selection"
940
        accelerator=""
941
        />
942

    
943
      <menu
944
        name="selection-clear-view"
945
        text="Selection/_Clear"
946
        />
947

    
948
      <tool-bar name="selection" position="6">
949
        <action-tool name="selection-clear-view" />
950
      </tool-bar>
951

    
952
    </extension>
953

    
954
    <extension class-name="org.gvsig.app.extension.SelectByAttributesExtension"
955
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
956
      active="true">
957

    
958
      <action
959
        name="selection-by-attributes-layer-old"
960
        label="_Select_by_attributes_old"
961
        position="300080000"
962
        icon="selection-by-attributes"
963
        tooltip="_Select_by_attributes_old"
964
        action-command="selection-by-attributes-layer-old"
965
        accelerator=""
966
        />
967

    
968
      <action
969
        name="selection-by-attributes-layer"
970
        label="_Select_by_attributes"
971
        position="300080001"
972
        icon="selection-by-attributes"
973
        tooltip="_Select_by_attributes"
974
        action-command="selection-by-attributes-layer"
975
        accelerator=""
976
        />
977

    
978
      <menu
979
        name="selection-by-attributes-layer-old"
980
        text="Selection/_Select_by_attributes_old"
981
        />
982

    
983
      <menu
984
        name="selection-by-attributes-layer"
985
        text="Selection/_Select_by_attributes"
986
        />
987

    
988
      <tool-bar name="selection">
989
        <action-tool name="selection-by-attributes-layer" />
990
      </tool-bar>
991

    
992
    </extension>
993

    
994
    <extension class-name="org.gvsig.app.extension.SearchByAttributesExtension"
995
      description=""
996
      active="true">
997

    
998
      <action
999
        name="search-by-attributes-layer"
1000
        label="_Search_by_attributes"
1001
        position="601400000"
1002
        icon="search-by-attributes-layer"
1003
        tooltip="_Search_by_attributes"
1004
        action-command="search-by-attributes-layer"
1005
        accelerator=""
1006
        />
1007
      
1008
      <action
1009
        name="filter-by-attributes-layer"
1010
        label="_Filter_by_attributes"
1011
        position="601400001"
1012
        icon="filter-by-attributes-layer"
1013
        tooltip="_Filter_by_attributes"
1014
        action-command="filter-by-attributes-layer"
1015
        accelerator=""
1016
        />
1017

    
1018
      <menu
1019
        name="search-by-attributes-layer"
1020
        text="Layer/_Search_by_attributes"
1021
        />
1022
      
1023
      <menu
1024
        name="filter-by-attributes-layer"
1025
        text="Layer/_Filter_by_attributes"
1026
        />
1027

    
1028
      <tool-bar name="edit">
1029
        <action-tool name="search-by-attributes-layer" />
1030
      </tool-bar>
1031

    
1032
    </extension>
1033

    
1034
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
1035
      description="Extensi?n con informaci?n sobre disposables."
1036
      active="true"
1037
      priority="1000">
1038

    
1039
      <action
1040
        name="tools-devel-disposables-show-pendings"
1041
        label="_Show_pendings_disposables"
1042
        position="908500701"
1043
        tooltip="_Show_pendings_disposables"
1044
        action-command="tools-devel-disposables-show-pendings"
1045
        icon="tools-devel-disposables-show-pendings"
1046
        accelerator=""
1047
        />
1048
      <!--
1049
      <action
1050
        name="tools-devel-disposables-free-all"
1051
        label="_Free_all_disposables"
1052
        position="908500702"
1053
        action-command="tools-devel-disposables-free-all"
1054
        icon="tools-devel-disposables-free-all"
1055
        tooltip="_Free_all_disposables"
1056
        accelerator=""
1057
        />
1058
        -->
1059
      <menu
1060
        name="tools-devel-disposables-show-pendings"
1061
        text="tools/Development/Disposables"
1062
        />
1063
      <!--
1064
      <menu
1065
        name="tools-devel-disposables-free-all"
1066
        text="tools/Development/Disposables/Free_all"
1067
        />
1068
        -->
1069
    </extension>
1070

    
1071
    <extension class-name="org.gvsig.app.extension.TranslationsPackageExtension"
1072
      description="Extensi?n para la creacion de paquetes de traducciones."
1073
      active="true"
1074
      priority="1000">
1075

    
1076
      <action
1077
        name="tools-devel-translations-package"
1078
        label="_Translations_package"
1079
        position="908500300"
1080
        tooltip="_Translations_package"
1081
        action-command="tools-devel-translations-package"
1082
        icon="tools-devel-translations-package"
1083
        accelerator=""
1084
        />
1085

    
1086

    
1087
      <menu
1088
        name="tools-devel-translations-package"
1089
        text="tools/Development/_Translations_package"
1090
        />
1091

    
1092

    
1093
    </extension>
1094

    
1095
    <extension class-name="org.gvsig.app.extension.develtools.EditingListenerExtension"
1096
      description="Monitor de operaciones de edition."
1097
      active="true"
1098
      priority="1000">
1099

    
1100
      <action
1101
        name="tools-devel-show-editing-listener"
1102
        label="Show editing monitor"
1103
        position="908500600"
1104
        tooltip="Show editing monitor"
1105
        action-command="tools-devel-show-editing-listener"
1106
        icon="tools-devel-show-editing-listener"
1107
        accelerator=""
1108
        />
1109

    
1110
      <menu
1111
        name="tools-devel-show-editing-listener"
1112
        text="tools/Development/Show_editing_monitor"
1113
        />
1114
    </extension>
1115

    
1116
    <extension class-name="org.gvsig.app.extension.ShowDevelInfoExtension"
1117
      description="Presenta informacion relevante para debug."
1118
      active="true"
1119
      priority="30">
1120
      <action
1121
        name="tools-devel-show-persistencefactories"
1122
        label="_Show_persistence_factories"
1123
        tooltip="_Show_persistence_factories"
1124
        position="908501500"
1125
        action-command="tools-devel-show-persistencefactories"
1126
        icon="tools-devel-show-persistencefactories"
1127
        accelerator=""
1128
        />
1129
      <action
1130
        name="tools-devel-show-defaulticontheme"
1131
        label="_Show_icon_theme_information"
1132
        tooltip="_Show_icon_theme_information"
1133
        position="908501400"
1134
        action-command="tools-devel-show-defaulticontheme"
1135
        icon="tools-devel-show-icontheme"
1136
        accelerator=""
1137
        />
1138
      <action
1139
        name="tools-devel-show-currenticontheme"
1140
        label="_Show_current_icon_theme_information"
1141
        tooltip="_Show_current_icon_theme_information"
1142
        position="908501401"
1143
        action-command="tools-devel-show-currenticontheme"
1144
        icon="tools-devel-show-icontheme"
1145
        accelerator=""
1146
        />
1147
      <action
1148
        name="tools-devel-show-actions"
1149
        label="_Show_actions_information"
1150
        tooltip="_Show_actions_information"
1151
        position="908501000"
1152
        action-command="tools-devel-show-actions"
1153
        icon="tools-devel-show-actions"
1154
        accelerator=""
1155
        />
1156
      <action
1157
        name="tools-devel-show-toolbars"
1158
        label="_Show_toolbars_information"
1159
        tooltip="_Show_toolbars_information"
1160
        position="908501001"
1161
        action-command="tools-devel-show-toolbars"
1162
        icon="tools-devel-show-toolbars"
1163
        accelerator=""
1164
        />
1165
      <action
1166
        name="tools-devel-show-plugin-report"
1167
        label="_Show_plugin_report"
1168
        tooltip="_Show_plugin_report_of_actions_menus_and_icons"
1169
        position="908501300"
1170
        action-command="tools-devel-show-plugin-report"
1171
        icon="tools-devel-show-plugin-report"
1172
        accelerator=""
1173
        />
1174
      <action
1175
        name="tools-devel-show-menus"
1176
        label="_Show_menu_information"
1177
        tooltip="_Show_menu_information"
1178
        position="908501100"
1179
        action-command="tools-devel-show-menus"
1180
        icon="tools-devel-show-menus"
1181
        accelerator=""
1182
        />
1183
      <action
1184
        name="tools-devel-show-menus-by-plugin"
1185
        label="_Show_menu_by_plugin_information"
1186
        tooltip="_Show_menu_ordered_by_plugin_information"
1187
        position="908501200"
1188
        action-command="tools-devel-show-menus-by-plugin"
1189
        icon="tools-devel-show-menus-by-plugin"
1190
        accelerator=""
1191
        />
1192
      <menu
1193
        name="tools-devel-show-persistencefactories"
1194
        text="tools/Development/Show_persistence_factories"
1195
        />
1196
      <menu
1197
        name="tools-devel-show-defaulticontheme"
1198
        text="tools/Development/Show_default_icon_theme_information"
1199
        />
1200
      <menu
1201
        name="tools-devel-show-currenticontheme"
1202
        text="tools/Development/Show_current_icon_theme_information"
1203
        />
1204
      <menu
1205
        name="tools-devel-show-plugin-report"
1206
        text="tools/Development/Show_plugin_report_of_actions_menus_and_icons"
1207
        />
1208
      <menu
1209
        name="tools-devel-show-actions"
1210
        text="tools/Development/Show_actions_information"
1211
        />
1212
      <menu
1213
        name="tools-devel-show-toolbars"
1214
        text="tools/Development/Show_toolbars_information"
1215
        />
1216
      <menu
1217
        name="tools-devel-show-menus"
1218
        text="tools/Development/Show_menu_information"
1219
        />
1220
      <menu
1221
        name="tools-devel-show-menus-by-plugin"
1222
        text="tools/Development/Show_menu_by_plugin_information"
1223
        />
1224

    
1225
    </extension>
1226

    
1227

    
1228
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
1229
      description="Extensi?n encargada transformar la ventana activa en palette."
1230
      active="true">
1231

    
1232
      <action
1233
        name="window-convert-to-tool"
1234
        label="_Convert_to_tool"
1235
        tooltip="_Convert_regular_window_to_tool_window"
1236
        position="960300000"
1237
        action-command="window-convert-to-tool"
1238
        icon="window-convert-to-tool"
1239
        accelerator=""
1240
        />
1241

    
1242
      <menu
1243
        name="window-convert-to-tool"
1244
        text="Window/Convert_to_tool"
1245
        />
1246

    
1247
    </extension>
1248

    
1249
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
1250
      description="Extensi?n encargada transformar la ventana palette en su original."
1251
      active="true">
1252

    
1253
      <action
1254
        name="window-restore-from-tool"
1255
        label="_Restore_tool"
1256
        tooltip="_Restore_tool_window_to_regular_window"
1257
        position="960400000"
1258
        action-command="window-restore-from-tool"
1259
        icon="window-restore-from-tool"
1260
        accelerator=""
1261
        />
1262

    
1263

    
1264
      <menu
1265
        name="window-restore-from-tool"
1266
        text="Window/Restore_from_tool"
1267
        />
1268

    
1269
    </extension>
1270

    
1271
    <extension class-name="org.gvsig.app.extension.About"
1272
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
1273
      active="true"
1274
      priority="90090">
1275

    
1276
      <action
1277
        name="help-about"
1278
        label="_About"
1279
        tooltip="_Show_about"
1280
        position="999000000"
1281
        action-command="help-about"
1282
        icon="help-about"
1283
        accelerator=""
1284
        />
1285

    
1286
      <menu
1287
        name="help-about"
1288
        text="Help/About"
1289
        />
1290

    
1291
    </extension>
1292

    
1293
    <extension class-name="org.gvsig.app.extension.HelpExtension"
1294
      description="Extensi?n encargada presentar la ayuda en linea."
1295
      active="true"
1296
      priority="90090">
1297

    
1298
      <action
1299
        name="help-contents"
1300
        label="_Help_contents"
1301
        tooltip="_Show_help_contents"
1302
        position="996000000"
1303
        action-command="help-contents"
1304
        icon="help-contents"
1305
        accelerator=""
1306
        />
1307

    
1308
      <action
1309
        name="help-search"
1310
        label="_Help_search"
1311
        tooltip="_Show_help_search_page"
1312
        position="997000000"
1313
        action-command="help-search"
1314
        icon="help-search"
1315
        accelerator=""
1316
        />
1317

    
1318
      <menu
1319
        name="help-contents"
1320
        text="Help/_Help_contents"
1321
        />
1322

    
1323
      <menu
1324
        name="help-search"
1325
        text="Help/_Help_contents_search"
1326
        />
1327

    
1328
    </extension>
1329

    
1330
    <extension class-name="org.gvsig.app.extension.logviewer.LogViewerExtension"
1331
      description="Muestra el registro de errores de la aplicacion."
1332
      active="true"
1333
      priority="90090">
1334

    
1335
      <action
1336
        name="help-logview"
1337
        label="_Log_view"
1338
        tooltip="_Log_view"
1339
        position="908500100"
1340
        action-command="log-view"
1341
        icon="help-logview"
1342
        accelerator=""
1343
        />
1344

    
1345
      <menu
1346
        name="help-logview"
1347
        text="tools/Development/Show error log"
1348
        />
1349

    
1350
    </extension>
1351

    
1352
    <extension
1353
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
1354
            description="" active="true">
1355

    
1356
            <action
1357
                 name="tools-symbology-browse-symbols"
1358
                 label="_Browse_symbols"
1359
                 tooltip="_Browse_symbols"
1360
                 action-command="tools-symbology-browse-symbols"
1361
                 icon="tools-symbology-browse-symbols"
1362
                 position="900400050"
1363
                 accelerator=""
1364
            />
1365
            <menu
1366
                 name="tools-symbology-browse-symbols"
1367
                 text="tools/Symbols/Browse_symbols"
1368
            />
1369
        </extension>
1370

    
1371

    
1372
    <extension class-name="org.gvsig.app.extension.UndoRedoViewExtension"
1373
            description="Extensi?n encargada de hacer/deshacer la edici?n sobre la capa activa y mostrar el hist?rico."
1374
            active="true" >
1375

    
1376
            <action
1377
                name="edit-undo-layer"
1378
                label="_Undo"
1379
                tooltip="_Undo_last_modification_in_the_active_layer"
1380
                position="200100000"
1381
                action-command="edit-undo-layer"
1382
                icon="edit-undo"
1383
                accelerator=""
1384
                />
1385

    
1386
            <action
1387
                name="edit-redo-layer"
1388
                label="_Redo"
1389
                tooltip="_Redo_last_modification_in_the_active_layer"
1390
                position="200200000"
1391
                action-command="edit-redo-layer"
1392
                icon="edit-redo"
1393
                accelerator=""
1394
                />
1395

    
1396
                <action
1397
                name="edit-undo-redo-actions-layer"
1398
                label="_Undo_redo_history"
1399
                tooltip="_Undo_redo_history"
1400
                position="200300000"
1401
                action-command="edit-undo-redo-actions-layer"
1402
                icon="edit-undo-redo-actions"
1403
                accelerator=""
1404
                />
1405

    
1406
            <menu
1407
                name="edit-undo-layer"
1408
                text="Edit/_Undo"
1409
                />
1410

    
1411
            <menu
1412
                name="edit-redo-layer"
1413
                text="Edit/_Redo"
1414
                />
1415

    
1416
            <menu
1417
                name="edit-undo-redo-actions-layer"
1418
                text="Edit/_Undo_redo_history"
1419
                />
1420
            
1421
            <tool-bar name="edit">
1422
                <action-tool name="edit-undo-layer"/>
1423
                <action-tool name="edit-redo-layer"/>
1424
                <action-tool name="edit-undo-redo-actions-layer"/>
1425
            </tool-bar>
1426
    </extension>
1427

    
1428

    
1429
        <!--
1430
        ***********************************
1431
        Copy/paste features between layers
1432
        using system clipboard
1433
        ***********************************
1434
        -->
1435

    
1436
        <extension class-name="org.gvsig.app.extension.clipboard.CopyFeaturesToClipboardExtension"
1437
            description="Copy selected features to system clipboard"
1438
            active="true">
1439

    
1440
            <action
1441
                name="layer-modify-clipboard-copy"
1442
                label="_Copy_selected_features_to_clipboard"
1443
                tooltip="_Copy_selected_features_to_clipboard"
1444
                position="601105000"
1445
                action-command="layer-modify-clipboard-copy"
1446
                icon="layer-modify-clipboard-copy"
1447
                accelerator=""
1448
                />
1449

    
1450
            <menu
1451
                name="layer-modify-clipboard-copy"
1452
                text="Layer/Modify/_Copy_selected_features_to_clipboard"
1453
                />
1454

    
1455
            <tool-bar name="edit">
1456
                <action-tool
1457
                    name="layer-modify-clipboard-copy"
1458
                    />
1459
            </tool-bar>
1460
        </extension>
1461

    
1462
       <extension class-name="org.gvsig.app.extension.clipboard.PasteAlphanumericValuesFromClipboardExtension"
1463
            description="Paste alphanumeric values from system clipboard into editing feature"
1464
            active="true">
1465

    
1466
            <action
1467
                name="layer-modify-clipboard-paste-alphanumeric"
1468
                label="_Paste_alphanumeric_values_from_clipboard"
1469
                tooltip="_Paste_alphanumeric_values_from_clipboard"
1470
                position="601105200"
1471
                action-command="layer-modify-clipboard-paste-alphanumeric"
1472
                icon="layer-modify-clipboard-paste-alphanumeric"
1473
                accelerator=""
1474
                />
1475

    
1476
            <menu
1477
                name="layer-modify-clipboard-paste-alphanumeric"
1478
                text="Layer/Modify/_Paste_alphanumeric_values_from_clipboard"
1479
                />
1480

    
1481
            <tool-bar name="edit">
1482
                <action-tool
1483
                    name="layer-modify-clipboard-paste-alphanumeric"
1484
                    />
1485
            </tool-bar>
1486
        </extension>
1487
        
1488
        <extension class-name="org.gvsig.app.extension.LayerPropertiesExtension"
1489
            description=""
1490
            active="true">
1491

    
1492
            <action
1493
                name="layer-properties"
1494
                label="propiedades"
1495
                tooltip="_Layer_properties"
1496
                position="609000000"
1497
                action-command="layer-properties"
1498
                icon="layer-properties"
1499
                accelerator=""
1500
                />
1501

    
1502
            <menu
1503
                name="layer-properties"
1504
                text="Layer/propiedades"
1505
                />
1506

    
1507
        </extension>
1508

    
1509
        <extension class-name="org.gvsig.app.extension.CreateSpatialIndexExtension"
1510
            description=""
1511
            active="true">
1512

    
1513
            <action
1514
                name="layer-create-spatialindex"
1515
                label="_Create_spatial_index"
1516
                tooltip="_Create_spatial_index"
1517
                position="608000000"
1518
                action-command="layer-create-spatialindex"
1519
                icon="layer-create-spatialindex"
1520
                accelerator=""
1521
                />
1522

    
1523
            <menu
1524
                name="layer-create-spatialindex"
1525
                text="Layer/_Create_spatial_index"
1526
                />
1527

    
1528
        </extension>
1529

    
1530
        <extension class-name="org.gvsig.app.extension.ShowLayerAsForm"
1531
                           description="Muestra la tabla asociada a la capa en modo formulario."
1532
                           active="true">
1533

    
1534
            <action
1535
                name="layer-show-form"
1536
                label="_Show_layer_form"
1537
                tooltip="_Show_layer_form"
1538
                position="601300000"
1539
                action-command="layer-show-form"
1540
                icon="layer-show-form"
1541
                accelerator=""
1542
            />
1543

    
1544
            <menu
1545
                name="layer-show-form"
1546
                text="Layer/_Show_form"
1547
            />
1548

    
1549
        </extension>
1550

    
1551
        <extension class-name="org.gvsig.app.extension.ShowEditedFeatures"
1552
                           description="Muestra las features editadas en la sesion de edicion."
1553
                           active="true">
1554

    
1555
            <action
1556
                name="layer-show-editedfeatures"
1557
                label="_Show_edited_features"
1558
                tooltip="_Show_edited_features"
1559
                position="601300001"
1560
                action-command="layer-show-editedfeatures"
1561
                icon="layer-show-editedfeatures"
1562
                accelerator=""
1563
            />
1564

    
1565
            <menu
1566
                name="layer-show-editedfeatures"
1567
                text="Layer/_Show_edited_features"
1568
            />
1569

    
1570
        </extension>
1571

    
1572

    
1573
        <extension
1574
            class-name="org.gvsig.app.extension.geometriespalette.GeometriesPaletteExtension"
1575
            description="" active="true">
1576

    
1577
            <action
1578
                 name="tools-open-geometriespalette"
1579
                 label="_Open_geometries_palette"
1580
                 tooltip="_Open_geometries_palette"
1581
                 action-command="tools-open-geometriespalette"
1582
                 icon="tools-open-geometriespalette"
1583
                 position="900400100"
1584
                 accelerator=""
1585
            />
1586
            <menu
1587
                 name="tools-open-geometriespalette"
1588
                 text="tools/_Open_palette_from_layer"
1589
            />
1590
        </extension>
1591

    
1592
        <extension
1593
            class-name="org.gvsig.app.extension.evalexpression.EvaluateExpressionExtension"
1594
            description="" active="true">
1595

    
1596
            <action 
1597
                name="tools-scripting-evaluateexpression"
1598
                label="_Evaluate_expression" 
1599
                position="908300050"  
1600
                tooltip="_Show_scripting_launcher" 
1601
                action-command="tools-scripting-evaluateexpression"
1602
                icon="tools-scripting-evaluateexpression"
1603
                accelerator=""
1604
            />
1605

    
1606
            <menu text="tools/_Scripting"
1607
                              position="908300000" 
1608
                              is_separator="true"/>
1609
            <menu text="tools/_Scripting/Evaluate expression"  name="tools-scripting-evaluateexpression"/>
1610
        </extension>
1611
        <extension
1612
            class-name="org.gvsig.app.extension.resourcesmanager.ResourcesLoaderExtension"
1613
            description="" active="true">
1614

    
1615
            <action 
1616
                name="tools-resourcesloader-show"
1617
                label="_Resources_loader" 
1618
                position="902000300"  
1619
                tooltip="_Resources_loader" 
1620
                action-command="tools-resourcesloader-show"
1621
                icon="tools-resourcesloader-show"
1622
                accelerator=""
1623
            />
1624

    
1625
            <menu text="tools/Database/_Resources_loader"  name="tools-resourcesloader-show"/>
1626
        </extension>
1627
        
1628
    <extension class-name="org.gvsig.app.extension.IdentifyLayerExtension"
1629
      description="Extensi?n encargada de gestionar la herramienta de identificacion de capa."
1630
      active="true"
1631
      priority="29">
1632
      <action
1633
        name="layer-identify"
1634
        label="_Identify_layer"
1635
        tooltip="_Identify_layer"
1636
        action-command="layer-identify"
1637
        icon="layer-identify"
1638
        position="600200050"
1639
        accelerator=""
1640
        />
1641
      <menu
1642
        name="layer-identify"
1643
        text="Layer/Query/_Identify_layer"
1644
        />
1645
      <tool-bar name="view_tools_query">
1646
        <selectable-tool name="layer-identify" />
1647
      </tool-bar>
1648
    </extension>
1649

    
1650
        <extension
1651
            class-name="org.gvsig.app.extension.copytable.CopyTableExtension"
1652
            description="" active="true">
1653

    
1654
            <action 
1655
                name="tools-copytable"
1656
                label="_Copy_table" 
1657
                position="902000200"  
1658
                tooltip="_Copy_table" 
1659
                action-command="tools-copytable"
1660
                icon="tools-copytable"
1661
                accelerator=""
1662
            />
1663
            <action 
1664
                name="tools-dbconnections"
1665
                label="_Database_connections" 
1666
                position="902002300"  
1667
                tooltip="_Database_connections" 
1668
                action-command="tools-dbconnections"
1669
                icon="tools-dbconnections"
1670
                accelerator=""
1671
            />
1672

    
1673
            <menu text="tools/Database/_Copy_table"  name="tools-copytable"/>
1674
            <menu text="tools/Database/_Connections"  name="tools-dbconnections"/>
1675
        </extension>
1676
        
1677
        <extension
1678
            class-name="org.gvsig.app.extension.updatetable.UpdateTableExtension"
1679
            description="" active="true">
1680

    
1681
            <action 
1682
                name="tools-updatetable"
1683
                label="_Update_table" 
1684
                position="902000100"  
1685
                tooltip="_Update_table" 
1686
                action-command="tools-updatetable"
1687
                icon="tools-updatetable"
1688
                accelerator=""
1689
            />
1690

    
1691
            <menu text="tools/Database/_Update_table"  name="tools-updatetable"/>
1692
        </extension>
1693

    
1694
        <extension
1695
            class-name="org.gvsig.app.extension.VisualdbModelerExtension"
1696
            description="" active="false">
1697

    
1698
            <action 
1699
                name="tools-database-visualdbmodeler"
1700
                label="_Visualdb_modeler" 
1701
                position="902000500"  
1702
                tooltip="_Visual_databse_modeler" 
1703
                action-command="tools-database-visualdbmodeler"
1704
                icon="tools-database-visualdbmodeler"
1705
                accelerator=""
1706
            />
1707

    
1708
            <menu text="tools/Database/_Visualdb_modeler (en construccion)"  name="tools-database-visualdbmodeler"/>
1709
        </extension>
1710

    
1711
  </extensions>
1712

    
1713
</plugin-config>