Revision 610

View differences:

tags/org.gvsig.app.document.layout2.app-2.0.89/org.gvsig.app.document.layout2.app.mainplugin/src/test/resources/README.txt
1
Put into this folder the resources needed by your test classes.
2

  
3
This folder is added to the Tests classpath, so you can load any resources 
4
through the ClassLoader.
5

  
6
By default, in this folder you can find an example of log4j configuration,
7
prepared to log messages through the console, so logging works when you
8
run your tests classes.
tags/org.gvsig.app.document.layout2.app-2.0.89/org.gvsig.app.document.layout2.app.mainplugin/src/test/resources/log4j.xml
1
<?xml version="1.0" encoding="ISO-8859-1" ?>
2
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
3

  
4
<!-- 
5
Log4J configuration file for unit tests execution.
6
 -->
7
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
8

  
9
	<!-- Appender configuration to show logging messages through the console -->
10
	<appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
11
		<layout class="org.apache.log4j.PatternLayout">
12
			<param name="ConversionPattern" value="%d{HH:mm:ss,SSS} %-5p [%c{2}.%M()]\n  %m%n" />
13
		</layout>
14
	</appender>
15

  
16
	<!-- 
17
	Activate logging messages of DEBUG level of higher only for the
18
	org.gvsig.tools packages.
19
	You can put full classes names or packages instead, to configure
20
	logging for all the classes and subpackages of the package.
21
	-->
22
	<category name="org.gvsig.tools">
23
		<priority value="DEBUG" />
24
	</category>
25
	<category name="org.gvsig.app.document.layout">
26
		<priority value="DEBUG" />
27
	</category>
28

  
29
	<!-- 
30
	By default, show only logging messages of INFO level or higher, 
31
	through the previously configured CONSOLE appender. 
32
	-->
33
	<root>
34
		<priority value="INFO" />
35
		<appender-ref ref="CONSOLE" />
36
	</root>
37
</log4j:configuration>
0 38

  
tags/org.gvsig.app.document.layout2.app-2.0.89/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/i18n/text.properties
1
Encuadre_Vista=Encuadre sobre la vista
2
Zoom_Completo_Vista=Zoom completo sobre la vista
3
Zoom_Mas_Vista=Zoom m\u00e1s sobre la vista
4
Zoom_Menos_Vista=Zoom menos sobre la vista
5
seleccionar_por_rectangulo=Seleccionar por rect\u00e1ngulo
6
pila_de_comandos=Pila de comandos
7
Imprimir=Imprimir
8
tamano_posicion=Tama\u00f1o/posici\u00f3n
9
insertar_localizador=Insertar localizador
10
_Undo_redo_history=Pila de comandos
11
_Error_while_showing_print_dialog=Error al mostrar di\u00e1logo de impresi\u00f3n
12
_Some_views_excluded_from_list_because_have_editing_layers=Algunas vistas se han exclu\u00eddo de la lista por tener capas en edici\u00f3n
13
_Cannot_draw_view_if_layers_in_editing_mode=No es posible dibujar vista con capas en edici\u00f3n
14
_Layout_template=Plantilla de mapa
15
_Cant_load_layout_template=No se ha podido abrir plantilla de mapa
16
_Bad_format_in_layout_template=Formato inv\u00e1lido en plantilla de mapa
17
Mapa=Mapa
18
High_600_dpi=Alta: 600 puntos por pulgada
19
Normal_300_dpi=Normal: 300 puntos por pulgada
20
Low_72_dpi=Baja: 72 puntos por pulgada
21
Create_new_view=Crear nueva Vista
22
Insert_view=Insertar vista
23
Configure_view=Configurar vista
24
Grid_and_ruler=Malla y regla
25
Show_page_config_dialog_when_layout_document_is_created=Mostrar el di\u00e1logo de configuraci\u00f3n de p\u00e1gina cuando se crea un documento Mapa
26
User_interface=Interfaz de usuario
27
Show_table_of_contents_TOC_for_Layout_views=Mostrar tabla de contenidos (TOC) para las vistas del Layout
28
Synchronize_layers=Sincronizar capas
29
Synchronize_extents=Sincronizar extensi\u00f3n del mapa
30
Warning_Enabling_layer_synchronization_will_discard_any_change_not_present_in_associated_view=\u00a1\u00a1Cuidado!! Al activar la sincronizaci\u00f3n de capas se perder\u00e1 cualquier cambio que no est\u00e9 presente en la vista asociada
31
Warning_Layer_sync=Aviso: sincronizaci\u00f3n de capas
32
Top_extent_lbl=Superior
33
Bottom_extent_lbl=Inferior
34
Left_extent_lbl=Izquierda
35
Right_extent_lbl=Derecha
36
Synchronization_of_the_view_and_the_frame_view=Sincronizaci\u00f3n de la vista y el marco de la vista
37
Fixed_scale_and_extent=Escala y extensi\u00f3n fijos
38
Non_fixed=No fija
39
Fixed_scale=Escala fija
40
Fixed_extent=Extensi\u00f3n fija
41
1__=1:
42
Extent_cant_be_synchronized_when_using_fixed_scale_or_fixed_extent=La extensi\u00f3n no se puede sincronizar en modo escala fija o extensi\u00f3n fija
43
Number_format=Formato de n\u00famero
44
Interval=Intervalo
45
Number_of_horizontal_divisions=N\u00famero de divisiones horizontales
46
Number_of_vertical_divisions=N\u00famero de divisiones verticales
47
Label=Etiqueta
48
Horizontal_label_rotation=Rotaci\u00f3n horizontal
49
Vertical_label_rotation=Rotaci\u00f3n vertical
50
Font_type=Tipo de letra
51
Decimal_separator=Separador decimal
52
Thousands_separator=Separador de miles
53
Decimal_digits=D\u00edgitos decimales
54
Anchor=Anclaje
55
Corner=Lateral
56
Center=Centro
57
new_layout=Nuevo mapa
tags/org.gvsig.app.document.layout2.app-2.0.89/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/i18n/text_en.properties
1
Encuadre_Vista=View frame pan
2
Zoom_Completo_Vista=Full zoom on view
3
Zoom_Mas_Vista=Zoom in on view
4
Zoom_Menos_Vista=Zoom out on view
5
seleccionar_por_rectangulo=Select by rectangle
6
pila_de_comandos=Command stack
7
Imprimir=Print
8
tamano_posicion=Size/location
9
insertar_localizador=Insert locator
10
_Undo_redo_history=Command stack
11
_Error_while_showing_print_dialog=Error while showing print dialog
12
_Some_views_excluded_from_list_because_have_editing_layers=Some views where excluded from the list because they have layers in editing mode
13
_Cannot_draw_view_if_layers_in_editing_mode=Cannot draw view containing layers in editing mode
14
_Layout_template=Layout template
15
_Cant_load_layout_template=Unable to open layout template
16
_Bad_format_in_layout_template=Bad format in layout template
17
Mapa=Map
18
High_600_dpi=High: 600 dots per inch
19
Normal_300_dpi=Normal: 300 dots per inch
20
Low_72_dpi=Low: 72 dots per inch
21
Create_new_view=Create new View
22
Insert_view=Insert view
23
Configure_view=Configure view
24
Grid_and_ruler=Grid and ruler
25
Show_page_config_dialog_when_layout_document_is_created=Show the page config dialog when layout document is created
26
User_interface=User interface
27
Show_table_of_contents_TOC_for_Layout_views=Show table of contents (TOC) for Layout views
28
Synchronize_layers=Synchronize layers
29
Synchronize_extents=Synchronize map extent
30
Warning_Enabling_layer_synchronization_will_discard_any_change_not_present_in_associated_view=Warning!! Enabling layer synchronization will discard any change not present in the associated view
31
Warning_Layer_sync=Warning: Layer synchronization
32
Top_extent_lbl=Top
33
Bottom_extent_lbl=Bottom
34
Left_extent_lbl=Left
35
Right_extent_lbl=Right
36
Synchronization_of_the_view_and_the_frame_view=Synchronization of the view and the frame view
37
Fixed_scale_and_extent=Fixed scale and extent
38
Non_fixed=Non fixed
39
Fixed_scale=Fixed scale
40
Fixed_extent=Fixed extent
41
1__=1:
42
Extent_cant_be_synchronized_when_using_fixed_scale_or_fixed_extent=Extent can\'t be synchronized when using fixed scale or fixed extent
43
Number_format=Number format
44
Interval=Interval
45
Number_of_horizontal_divisions=Number of horizontal divisions
46
Number_of_vertical_divisions=Number of vertical divisions
47
Label=Label
48
Horizontal_label_rotation=Horizontal label rotation
49
Vertical_label_rotation=Vertical label rotation
50
Font_type=Font type
51
Decimal_separator=Decimal separator
52
Thousands_separator=Thousands separator
53
Decimal_digits=Decimal digits
54
Anchor=Anchor
55
Corner=Corner
56
Center=Center
57
new_layout=New layout
0 58

  
tags/org.gvsig.app.document.layout2.app-2.0.89/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
    <alternativeNames name="org.gvsig.app.document.layout.app.mainplugin"/>
4
    <libraries library-dir="lib"/>
5
    <depends plugin-name="org.gvsig.app.mainplugin" />
6
    <resourceBundle name="text"/>
7
    <label-set class-name="org.gvsig.app.project.documents.layout.gui.LayoutPanel">
8
        <label id="units" size="80"/>
9
        <label id="2" size="180"/>
10
        <label id="3" size="180"/>
11
        <label id="4" size="50"/>
12
        <label id="5" size="50"/>
13
    </label-set>
14
    <extensions>
15
        <extension class-name="org.gvsig.app.extension.LayoutMainExtension"
16
                   description="Extensi?n encargada de gestionar los layouts."
17
                   active="true"
18
                   priority="10">
19
			
20
            <action 
21
                name="application-layout-template-open"
22
                label="abrir_plantilla" 
23
                tooltip="abrir_plantilla" 
24
                action-command="application-layout-template-open" 
25
                icon="application-layout-template-open"
26
                position="700600000"
27
            />
28
            <action 
29
                name="application-layout-new"
30
                label="new_layout" 
31
                tooltip="new_layout" 
32
                action-command="application-layout-new" 
33
                icon="application-layout-new"
34
                position="000700500000"
35
            />     
36
            
37
            <menu text="Mapa/abrir_plantilla" name="application-layout-template-open" />
38
            <menu text="Mapa/new_layout" name="application-layout-new"/>
39

  
40
            <tool-bar name="layout" position="200"/>
41
            <tool-bar name="layout_navigation" position="300"/>
42
            <tool-bar name="layout_tools" position="400"/>
43
            <tool-bar name="layout_tools_view" position="410"/>
44
            <tool-bar name="layout_tools_insert_graphics" position="500"/>
45
            <tool-bar name="layout_tools_insert_cartographics" position="510"/>
46
            <tool-bar name="layout_tools_graphics" position="520"/> 
47
                           			
48
        </extension>
49

  
50
        <extension class-name="org.gvsig.app.extension.ExportLayoutExtension"
51
                   description="Extension for exporting the layout to PDF and PostScript."
52
                   active="true">
53
			
54
            <action 
55
                name="application-export-to-pdf"
56
                label="exportar_pdf" 
57
                tooltip="exportar_pdf" 
58
                action-command="application-export-to-pdf" 
59
                icon="application-export-to-pdf"
60
                position="100900200"
61
            />
62

  
63
            <action 
64
                name="application-export-to-postscript"
65
                label="exportar_ps" 
66
                tooltip="exportar_ps" 
67
                action-command="application-export-to-postscript" 
68
                icon="application-export-to-postscript"
69
                position="100900300"
70
            />
71
				 
72
            <tool-bar name="layout">
73
                <action-tool name="application-export-to-pdf"/>
74
                <action-tool name="application-export-to-postscript"/>
75
            </tool-bar>                        
76
        </extension>
77

  
78
        <extension class-name="org.gvsig.app.extension.LayoutExtension"
79
                   description="Extensi?n encargada de gestionar los eventos realizados sobre el Layout."
80
                   active="true">
81

  
82
            <action 
83
                name="application-layout-template-save"
84
                label="guardar_como_plantilla" 
85
                tooltip="guardar_como_plantilla" 
86
                action-command="application-layout-template-save" 
87
                icon="application-layout-template-save"
88
                position="700650000"
89
            />
90
                           		
91
            <action 
92
                name="layout-navigation-zoom-in-topoint"
93
                label="Zoom_Mas" 
94
                tooltip="Zoom_Mas" 
95
                action-command="layout-navigation-zoom-in-topoint" 
96
                icon="layout-navigation-zoom-in-topoint"
97
                position="700100400"
98
            />
99
            <action 
100
                name="layout-navigation-zoom-out-topoint"
101
                label="Zoom_Menos" 
102
                tooltip="Zoom_Menos" 
103
                action-command="layout-navigation-zoom-out-topoint" 
104
                icon="layout-navigation-zoom-out-topoint"
105
                position="700100500"
106
            />
107
            <action 
108
                name="layout-navigation-zoom-in-center"
109
                label="Zoom_Acercar" 
110
                tooltip="Zoom_Acercar" 
111
                action-command="layout-navigation-zoom-in-center" 
112
                icon="layout-navigation-zoom-in-center"
113
                position="700100200"
114
            />
115
            <action 
116
                name="layout-navigation-zoom-out-center"
117
                label="Zoom_Alejar" 
118
                tooltip="Zoom_Alejar" 
119
                action-command="layout-navigation-zoom-out-center" 
120
                icon="layout-navigation-zoom-out-center"
121
                position="700100300"
122
            />
123
            <action 
124
                name="layout-navigation-zoom-all"
125
                label="Zoom_Completo" 
126
                tooltip="Zoom_Completo" 
127
                action-command="layout-navigation-zoom-all" 
128
                icon="layout-navigation-zoom-all"
129
                position="700100700"
130
            />
131
            <action 
132
                name="layout-navigation-zoom-real"
133
                label="Zoom_Real" 
134
                tooltip="Zoom_Real" 
135
                action-command="layout-navigation-zoom-real" 
136
                icon="layout-navigation-zoom-real"
137
                position="700100800"
138
            />
139
            <action 
140
                name="layout-navigation-zoom-selected"
141
                label="Zoom_Select" 
142
                tooltip="Zoom_Select" 
143
                action-command="layout-navigation-zoom-selected" 
144
                icon="layout-navigation-zoom-selected"
145
                position="700100900"
146
            />
147
            <action 
148
                name="layout-navigation-pan"
149
                label="Desplazamiento" 
150
                tooltip="Desplazamiento" 
151
                action-command="layout-navigation-pan" 
152
                icon="layout-navigation-pan"
153
                position="700100100"
154
            />
155

  
156
            <tool-bar name="layout_navigation">
157
                <selectable-tool name="layout-navigation-zoom-in-topoint" />
158
                <selectable-tool name="layout-navigation-zoom-out-topoint" />
159
                <action-tool name="layout-navigation-zoom-in-center" />
160
                <action-tool name="layout-navigation-zoom-out-center" />
161
                <action-tool name="layout-navigation-zoom-all" />
162
                <action-tool name="layout-navigation-zoom-real" />
163
                <action-tool name="layout-navigation-zoom-selected" />
164
                <selectable-tool name="layout-navigation-pan" />
165
            </tool-bar>
166
            
167
            <menu text="Mapa/guardar_como_plantilla" name="application-layout-template-save"/>
168
				 
169
            <menu text="Mapa/navegacion" position="700100000" is_separator="true"/>
170

  
171
            <menu text="Mapa/navegacion/Zoom_Mas" name="layout-navigation-zoom-in-topoint"/>
172
            <menu text="Mapa/navegacion/Zoom_Menos" name="layout-navigation-zoom-out-topoint"/>
173
            <menu text="Mapa/navegacion/Zoom_Acercar" name="layout-navigation-zoom-in-center"/>
174
            <menu text="Mapa/navegacion/Zoom_Alejar" name="layout-navigation-zoom-out-center"/>
175
            <menu text="Mapa/navegacion/Zoom_Completo" name="layout-navigation-zoom-all"/>
176
            <menu text="Mapa/navegacion/Zoom_Real" name="layout-navigation-zoom-real"/>
177
            <menu text="Mapa/navegacion/Zoom_Select" name="layout-navigation-zoom-selected"/>
178
            <menu text="Mapa/navegacion/Desplazamiento" name="layout-navigation-pan"/>
179
	
180
            <tool-bar name="layout" position="200"/>
181
            <tool-bar name="layout_navigation" position="300">
182
                <selectable-tool name="layout-navigation-zoom-in-topoint" />
183
                <selectable-tool name="layout-navigation-zoom-out-topoint" />
184
                <action-tool name="layout-navigation-zoom-in-center" />
185
                <action-tool name="layout-navigation-zoom-out-center" />
186
                <action-tool name="layout-navigation-zoom-all" />
187
                <action-tool name="layout-navigation-zoom-real" />
188
                <action-tool name="layout-navigation-zoom-selected" />
189
                <selectable-tool name="layout-navigation-pan" />
190
            </tool-bar>
191
            <tool-bar name="layout_tools" position="400"/>
192
            <tool-bar name="layout_tools_view" position="410"/>
193
            <tool-bar name="layout_tools_insert_graphics" position="500"/>
194
            <tool-bar name="layout_tools_insert_cartographics" position="510"/>
195
            <tool-bar name="layout_tools_graphics" position="520"/>            		
196

  
197
        </extension>
198

  
199
        <extension class-name="org.gvsig.app.extension.LayoutEditableControls"
200
                   description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
201
                   active="true">
202
			
203
            <action 
204
                name="layout-properties"
205
                label="propiedades" 
206
                tooltip="propiedades_mapa" 
207
                action-command="layout-properties" 
208
                position="709000000"
209
                icon="layout-properties"
210
            />
211
        		
212
            <menu text="Mapa/propiedades" name="layout-properties"/>
213
        </extension>
214

  
215
        <extension class-name="org.gvsig.app.extension.LayoutEditVertexExtension"
216
                   description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
217
                   active="true">
218
				
219
            <action 
220
                name="layout-graphic-edit-vertex"
221
                label="editar_vertices" 
222
                tooltip="editar_vertices" 
223
                action-command="layout-graphic-edit-vertex" 
224
                icon="layout-graphic-edit-vertex"
225
                position="700301000"
226
            />
227

  
228
            <menu text="Mapa/edicion/editar_vertices" name="layout-graphic-edit-vertex"/>
229
            <tool-bar name="selection">
230
                <selectable-tool name="layout-graphic-edit-vertex"/>
231
            </tool-bar>
232
        </extension>
233

  
234
        <extension class-name="org.gvsig.app.extension.LayoutInsertToolsExtension"
235
                   description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
236
                   active="true">
237
			
238
            <action 
239
                name="selection-select-by-rectangle-layout"
240
                label="seleccionar_por_rectangulo" 
241
                tooltip="seleccionar_por_rectangulo" 
242
                action-command="selection-select-by-rectangle-layout" 
243
                icon="selection-by-rectangle"
244
                position="301200000"
245
            />
246

  
247
            <action 
248
                name="edit-delete-layout"
249
                label="_Delete_selected_objects" 
250
                tooltip="_Delete_selected_objects" 
251
                action-command="edit-delete-layout" 
252
                icon="edit-delete"
253
                position="200700000"
254
            />				
255
            <action 
256
                name="layout-insert-text"
257
                label="texto" 
258
                tooltip="insertar_texto" 
259
                action-command="layout-insert-text" 
260
                icon="layout-insert-text"
261
                position="700401300"
262
            />
263
            <action 
264
                name="layout-insert-point"
265
                label="punto" 
266
                tooltip="insertar_punto" 
267
                action-command="layout-insert-point" 
268
                icon="layout-insert-point"
269
                position="700400800"
270
            />
271
            <action 
272
                name="layout-insert-rectangle"
273
                label="rectangulo" 
274
                tooltip="insertar_rectangulo" 
275
                action-command="layout-insert-rectangle" 
276
                icon="layout-insert-rectangle"
277
                position="700401100"
278
            />
279
            <action 
280
                name="layout-insert-circle"
281
                label="circulo" 
282
                tooltip="insertar_circulo" 
283
                action-command="layout-insert-circle" 
284
                icon="layout-insert-circle"
285
                position="700400200"
286
            />
287
            <action 
288
                name="layout-insert-line"
289
                label="linea" 
290
                tooltip="insertar_linea" 
291
                action-command="layout-insert-line" 
292
                icon="layout-insert-line"
293
                position="700400500"
294
            />
295
            <action 
296
                name="layout-insert-polyline"
297
                label="polilinea" 
298
                tooltip="insertar_polilinea" 
299
                action-command="layout-insert-polyline" 
300
                icon="layout-insert-polyline"
301
                position="700401000"
302
            />
303
            <action 
304
                name="layout-insert-polygon"
305
                label="poligono" 
306
                tooltip="insertar_poligono" 
307
                action-command="layout-insert-polygon" 
308
                icon="layout-insert-polygon"
309
                position="700400900"
310
            />
311
            <action 
312
                name="layout-insert-image"
313
                label="imagen" 
314
                tooltip="insertar_imagen" 
315
                action-command="layout-insert-image" 
316
                icon="layout-insert-image"
317
                position="700400300"
318
            />
319
            <action 
320
                name="layout-insert-view"
321
                label="Vista" 
322
                tooltip="insertar_vista" 
323
                action-command="layout-insert-view" 
324
                icon="layout-insert-view"
325
                position="700401400"
326
            />
327
            <action 
328
                name="layout-insert-locator"
329
                label="Localizador" 
330
                tooltip="insertar_localizador" 
331
                action-command="layout-insert-locator" 
332
                icon="layout-insert-locator"
333
                position="700400600"
334
            />
335
            <action 
336
                name="layout-insert-legend"
337
                label="leyenda" 
338
                tooltip="insertar_leyenda" 
339
                action-command="layout-insert-legend" 
340
                icon="layout-insert-legend"
341
                position="700400400"
342
            />
343
            <action 
344
                name="layout-insert-scalebar"
345
                label="escala" 
346
                tooltip="insertar_escala" 
347
                action-command="layout-insert-scalebar" 
348
                icon="layout-insert-scalebar"
349
                position="700401200"
350
            />
351
            <action 
352
                name="layout-insert-north"
353
                label="north" 
354
                tooltip="insertar_norte" 
355
                action-command="layout-insert-north" 
356
                icon="layout-insert-north"
357
                position="700400700"
358
            />
359
            <action 
360
                name="layout-insert-box"
361
                label="cajetin" 
362
                tooltip="insertar_cajetin" 
363
                action-command="layout-insert-box" 
364
                icon="layout-insert-box"
365
                position="700400100"
366
            />
367
	
368
            <menu text="Selection/seleccionar_por_rectangulo"
369
                  name="selection-select-by-rectangle-layout"/>
370
			
371
            <menu text="Mapa/Insertar"
372
                  position="700400000" 
373
                  is_separator="true"/>
374
                    		
375
            <menu text="Mapa/Insertar/texto" name="layout-insert-text" />
376
            <menu text="Mapa/Insertar/punto" name="layout-insert-point" />
377
            <menu text="Mapa/Insertar/rectangulo" name="layout-insert-rectangle" />
378
            <menu text="Mapa/Insertar/circulo" name="layout-insert-circle" />
379
            <menu text="Mapa/Insertar/linea" name="layout-insert-line" />
380
            <menu text="Mapa/Insertar/polilinea" name="layout-insert-polyline" />
381
            <menu text="Mapa/Insertar/poligono" name="layout-insert-polygon" />
382
            <menu text="Mapa/Insertar/imagen" name="layout-insert-image" />
383
            <menu text="Mapa/Insertar/Vista" name="layout-insert-view" />
384
            <menu text="Mapa/Insertar/Localizador" name="layout-insert-locator" />
385
            <menu text="Mapa/Insertar/leyenda" name="layout-insert-legend" />
386
            <menu text="Mapa/Insertar/escala" name="layout-insert-scalebar" />
387
            <menu text="Mapa/Insertar/north" name="layout-insert-north" />
388
            <menu text="Mapa/Insertar/cajetin" name="layout-insert-box" />
389

  
390
            <tool-bar name="selection">
391
                <selectable-tool name="selection-select-by-rectangle-layout" />
392
            </tool-bar>
393

  
394
            <tool-bar name="edit">
395
                <action-tool name="edit-delete-layout" />
396
            </tool-bar>
397

  
398
            <tool-bar name="layout_tools_insert_graphics">
399
                <selectable-tool name="layout-insert-text" />
400
                <selectable-tool name="layout-insert-image" />
401
                <selectable-tool name="layout-insert-point" />
402
                <selectable-tool name="layout-insert-rectangle" />
403
                <selectable-tool name="layout-insert-circle" />
404
                <selectable-tool name="layout-insert-line" />
405
                <selectable-tool name="layout-insert-polyline" />
406
                <selectable-tool name="layout-insert-polygon" />
407
            </tool-bar>
408

  
409
            <tool-bar name="layout_tools_insert_cartographics">
410
                <selectable-tool name="layout-insert-view" />
411
                <selectable-tool name="layout-insert-locator" />
412
                <selectable-tool name="layout-insert-legend" />
413
                <selectable-tool name="layout-insert-scalebar" />
414
                <selectable-tool name="layout-insert-north" />
415
                <selectable-tool name="layout-insert-box" />
416
            </tool-bar>
417
        </extension>
418

  
419
        <extension class-name="org.gvsig.app.extension.FFrameViewExtension"
420
                   description="Extensi?n encargada de gestionar los eventos realizados sobre las vistas a?adidas al Layout."
421
                   active="true">
422
            <combo-scale name="layout-view-change-scale" label="1:"
423
                         elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
424
                         value="10000" action-command="layout-view-change-scale" />
425
            <action 
426
                name="layout-view-change-scale"
427
                label="_Change_scale"
428
                action-command="view-change-scale" 
429
            />
430

  
431
            <action 
432
                name="layout-view-navigation-zoom-in-topoint"
433
                label="Zoom_Mas_Vista" 
434
                tooltip="Zoom_Mas_Vista" 
435
                action-command="layout-view-navigation-zoom-in-topoint" 
436
                icon="layout-view-navigation-zoom-in-topoint"
437
                position="700200400"
438
            />
439
            <action 
440
                name="layout-view-navigation-zoom-out-topoint"
441
                label="Zoom_Menos_Vista" 
442
                tooltip="Zoom_Menos_Vista" 
443
                action-command="layout-view-navigation-zoom-out-topoint" 
444
                icon="layout-view-navigation-zoom-out-topoint"
445
                position="700200500"
446
            />
447
            <action 
448
                name="layout-view-navigation-zoom-all"
449
                label="Zoom_Completo_Vista" 
450
                tooltip="Zoom_Completo_Vista" 
451
                action-command="layout-view-navigation-zoom-all" 
452
                icon="layout-view-navigation-zoom-all"
453
                position="700200600"
454
            />
455
            <menu text="Mapa/navegacion_vista"
456
                  position="700200000" 
457
                  is_separator="true"/>
458
            				
459
            <menu text="Mapa/navegacion_vista/Zoom_Mas_Vista" name="layout-view-navigation-zoom-in-topoint"/>
460
            <menu text="Mapa/navegacion_vista/Zoom_Menos_Vista" name="layout-view-navigation-zoom-out-topoint"/>
461
            <menu text="Mapa/navegacion_vista/Zoom_Completo_Vista" name="layout-view-navigation-zoom-all"/>
462
			
463
            <tool-bar name="layout_tools_view">
464
                <action-tool name="layout-view-navigation-zoom-all"/>
465
                <selectable-tool name="layout-view-navigation-zoom-in-topoint"/>
466
                <selectable-tool name="layout-view-navigation-zoom-out-topoint"/>
467
            </tool-bar>
468
        </extension>
469

  
470
        <extension class-name="org.gvsig.app.extension.TagExtension"
471
                   description="Extensi?n para a?adir un tag a los FFrames."
472
                   active="false">
473

  
474
            <action 
475
                name="layout-graphic-show-tags"
476
                label="ver_tags" 
477
                tooltip="ver_tags" 
478
                action-command="layout-graphic-show-tags" 
479
                icon="layout-graphic-show-tags"
480
                position="700301200"
481
            />
482
            <action 
483
                name="layout-insert-tag"
484
                label="anadir_tag" 
485
                tooltip="anadir_tag" 
486
                action-command="layout-insert-tag" 
487
                icon="layout-insert-tag"
488
                position="700401500"
489
            />
490

  
491
            <menu text="Mapa/anadir_tag" name="layout-insert-tag" />
492
            <tool-bar name="layout">
493
                <action-tool name="layout-insert-tag" />
494
                <action-tool name="layout-graphic-show-tags" />
495
            </tool-bar>
496
        </extension>
497

  
498
        <extension class-name="org.gvsig.app.extension.LayoutGraphicControls"
499
                   description="Extensi?n encargada de gestionar los eventos realizados sobre los gr?ficos que contiene el Layout."
500
                   active="true">
501
			
502
            <action 
503
                name="layout-graphic-add-border"
504
                label="linea_grafica" 
505
                tooltip="linea_grafica" 
506
                action-command="layout-graphic-add-border" 
507
                icon="layout-graphic-add-border"
508
                position="700300100"
509
            />
510
            <action 
511
                name="layout-graphic-align"
512
                label="alinear" 
513
                tooltip="alinear_graficos" 
514
                action-command="layout-graphic-align" 
515
                icon="layout-graphic-align"
516
                position="700300200"
517
            />
518
            <action 
519
                name="layout-graphic-bring-to-front"
520
                label="colocar_delante" 
521
                tooltip="colocar_delante" 
522
                action-command="layout-graphic-bring-to-front" 
523
                icon="layout-graphic-bring-to-front"
524
                position="700300300"
525
            />
526
            <action 
527
                name="layout-graphic-send-back"
528
                label="colocar_detras" 
529
                tooltip="colocar_detras" 
530
                action-command="layout-graphic-send-back" 
531
                icon="layout-graphic-send-back"
532
                position="700300400"
533
            />
534
            <action 
535
                name="layout-graphic-group"
536
                label="agrupar" 
537
                tooltip="agrupar_graficos" 
538
                action-command="layout-graphic-group" 
539
                icon="layout-graphic-group"
540
                position="700300500"
541
            />
542
            <action 
543
                name="layout-graphic-ungroup"
544
                label="desagrupar" 
545
                tooltip="desagrupar_graficos" 
546
                action-command="layout-graphic-ungroup" 
547
                icon="layout-graphic-ungroup"
548
                position="700300600"
549
            />
550
            <action 
551
                name="layout-graphic-position"
552
                label="tamano_posicion" 
553
                tooltip="tamano_posicion" 
554
                action-command="layout-graphic-position" 
555
                icon="layout-graphic-position"
556
                position="700301100"
557
            />
558
            <action 
559
                name="layout-graphic-properties"
560
                label="propiedades" 
561
                tooltip="propiedades" 
562
                action-command="layout-graphic-properties" 
563
                icon="layout-graphic-properties"
564
                position="700302000"
565
            />
566
        		
567
            <menu text="Mapa/Graficos"
568
                  position="700300000" 
569
                  is_separator="true"/>
570
				
571
            <menu text="Mapa/Graficos/propiedades" name="layout-graphic-properties" />
572
            <menu text="Mapa/Graficos/alinear" name="layout-graphic-align" />
573
            <menu text="Mapa/Graficos/agrupar" name="layout-graphic-group" />
574
            <menu text="Mapa/Graficos/desagrupar" name="layout-graphic-ungroup" />
575
            <menu text="Mapa/Graficos/colocar_delante" name="layout-graphic-bring-to-front" />
576
            <menu text="Mapa/Graficos/colocar_detras" name="layout-graphic-send-back" />
577
            <menu text="Mapa/Graficos/tamano_posicion" name="layout-graphic-position" />
578
            <menu text="Mapa/Graficos/linea_grafica" name="layout-graphic-add-border" />
579
			
580
            <tool-bar name="layout_tools_graphics">
581
                <action-tool name="layout-graphic-bring-to-front" />
582
                <action-tool name="layout-graphic-send-back" />
583
                <action-tool name="layout-graphic-position" />
584
                <action-tool name="layout-graphic-group" />
585
                <action-tool name="layout-graphic-ungroup" />
586
                <action-tool name="layout-graphic-add-border" />
587
            </tool-bar>
588
			
589
        </extension>
590

  
591
        <extension class-name="org.gvsig.app.extension.FFrameLegendExtension"
592
                   description="Extensi?n encargada de controlar un FFrameLegend."
593
                   active="true">
594
			
595
            <action 
596
                name="layout-graphic-simplify-legend"
597
                label="simplificar_leyenda" 
598
                tooltip="simplificar_leyenda" 
599
                action-command="layout-graphic-simplify-legend" 
600
                icon="layout-graphic-simplify-legend"
601
                position="700301200"
602
            />
603
            <menu text="Mapa/Graficos/simplificar_leyenda" name="layout-graphic-simplify-legend" />
604
			
605
        </extension>
606

  
607
        <extension class-name="org.gvsig.app.extension.LayoutRedoExtension"
608
                   description="Extensi?n para rehacer cambios sobre el Layout."
609
                   active="true">
610
			
611
            <action 
612
                name= "edit-redo-layout"
613
                label="rehacer" 
614
                tooltip="rehacer" 
615
                action-command="edit-redo-layout" 
616
                icon="edit-redo"
617
                position="200200000"
618
            />
619
        
620
            <menu text="Edit/_Redo" name="edit-redo-layout"/>
621
            <tool-bar name="edit">
622
                <action-tool name="edit-redo-layout"/>
623
            </tool-bar>
624
        </extension>
625

  
626

  
627
        <extension class-name="org.gvsig.app.extension.LayoutUndoExtension"
628
                   description="Extensi?n para deshacer cambios sobre el Layout."
629
                   active="true">
630
			
631
            <action 
632
                name= "edit-undo-layout"
633
                label="deshacer" 
634
                tooltip="deshacer" 
635
                action-command="edit-undo-layout" 
636
                icon="edit-undo"
637
                position="200100000"
638
            />
639
			
640
            <menu text="Edit/_Undo" name="edit-undo-layout" />
641
            <tool-bar name="edit">
642
                <action-tool name="edit-undo-layout" />
643
            </tool-bar>
644
        </extension>
645

  
646
        <extension class-name="org.gvsig.app.extension.LayoutCommandStackExtension"
647
                   description="Extensi?n encargada de abrir el di?logo para gestionar los comandos apilados."
648
                   active="true">
649
			
650
            <action 
651
                name="edit-undo-redo-actions-layout"
652
                label="_Undo_redo_history" 
653
                tooltip="_Undo_redo_history" 
654
                action-command="edit-undo-redo-actions-layout" 
655
                icon="edit-undo-redo-actions"
656
                position="200300000"
657
            />
658

  
659
            <menu text="Edit/_Undo_redo_history" name="edit-undo-redo-actions-layout" />
660
            <tool-bar name="edit">
661
                <action-tool name="edit-undo-redo-actions-layout" />
662
            </tool-bar>
663
        </extension>
664

  
665
        <extension class-name="org.gvsig.app.extension.Print"
666
                   description="Extensi?n encargada de la impresi?n."
667
                   active="true">
668
			
669
            <action 
670
                name="application-print-layout"
671
                label="Imprimir" 
672
                tooltip="Imprimir" 
673
                action-command="application-print-layout" 
674
                icon="application-print"
675
                position="700800000"
676
            />
677
			
678
            <menu text="Mapa/Imprimir" name="application-print-layout" />
679
            <tool-bar name="layout">
680
                <action-tool name="application-print-layout" />
681
            </tool-bar>
682
        </extension>
683

  
684
        <extension class-name="org.gvsig.app.extension.PrintProperties"
685
                   escription="Extensi?n encargada de las propiedades de impresi?n."
686
                   active="true">
687
			
688
            <action 
689
                name="application-page-setup-layout"
690
                label="preparar_pagina" 
691
                tooltip="preparar_pagina" 
692
                action-command="application-page-setup-layout" 
693
                icon="application-page-setup"
694
                position="700700000"
695
            />
696
			
697
            <menu text="Mapa/preparar_pagina" name="application-page-setup-layout" />
698
            <tool-bar name="layout">
699
                <action-tool name="application-page-setup-layout" />
700
            </tool-bar>
701
        </extension>
702
		
703
        <extension class-name="org.gvsig.app.extension.FFrameViewPanExtension"
704
                   description="Extension encargada de gestionar los desplazamientos en la vista del layout."
705
                   active="true">
706
            <action 
707
                name="layout-view-navigation-pan"
708
                label="Encuadre_Vista" 
709
                tooltip="Encuadre_Vista" 
710
                action-command="layout-view-navigation-pan" 
711
                icon="layout-view-navigation-pan"
712
                position="700200100"
713
            />
714

  
715
            <menu text="Mapa/navegacion_vista/Encuadre_Vista" name="layout-view-navigation-pan"/>
716
            <tool-bar name="layout_tools_view">
717
                <selectable-tool name="layout-view-navigation-pan" />
718
            </tool-bar>
719
        </extension>
720
		
721
        <extension class-name="org.gvsig.app.extension.FFrameViewAddLayerExtension"
722
                   description="Extension encargada de gestionar los desplazamientos en la vista del layout."
723
                   active="true">
724
            <action 
725
                name="layout-view-add-layer"
726
                label="Add_layer"
727
                tooltip="Add_layer"
728
                action-command="layout-view-add-layer" 
729
                icon="view-layer-add"
730
                position="700200700"
731
            />
732
            <menu text="Mapa/Add_layer" name="layout-view-add-layer"/>
733
            <tool-bar name="layout_tools_view" position="9">
734
                <action-tool name="layout-view-add-layer" />
735
            </tool-bar>
736
        </extension>
737

  
738
        <extension class-name="org.gvsig.app.extension.FFrameViewZoomPrev"
739
                   description="Extension encargada de gestionar los zooms previos al actual."
740
                   active="true">
741
            <action name="layout-view-navigation-zoom-back"
742
                    label="Zoom_back"
743
                    tooltip="Zoom_back"
744
                    action-command="layout-view-navigation-zoom-back"
745
                    icon="view-navigation-zoom-back"
746
                    position="700200550" accelerator="" />
747

  
748
            <menu name="layout-view-navigation-zoom-back" text="Mapa/navegacion_vista/Zoom_Mas_Vista/Zoom_back" />
749
            <tool-bar name="layout_tools_view" position="9">
750
                <action-tool name="layout-view-navigation-zoom-back" />
751
            </tool-bar>
752
        </extension>
753
		
754
    </extensions>
755
</plugin-config>
tags/org.gvsig.app.document.layout2.app-2.0.89/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/images/northimages/gvsig_20.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
<!-- Copyright © 2008 by Silvio Grosso, under the terms of the GNU GPL version 2. -->
4
<svg
5
   xmlns:svg="http://www.w3.org/2000/svg"
6
   xmlns="http://www.w3.org/2000/svg"
7
   version="1.0"
8
   viewBox="0 0 450 500"
9
   width="450"
10
   height="500"
11
   id="svg2">
12
  <defs
13
     id="defs4" />
14
  <g
15
     id="layer1">
16
    <rect
17
       width="2.1465743"
18
       height="0"
19
       x="-2192.2886"
20
       y="679.51837"
21
       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.33699989;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
22
       id="rect10945" />
23
    <g
24
       transform="translate(11.428571,-31.428571)"
25
       id="g2691">
26
      <path
27
         d="M 368.39001 537.05811 A 8.5231619 8.5231619 0 1 1  351.34369,537.05811 A 8.5231619 8.5231619 0 1 1  368.39001 537.05811 z"
28
         transform="matrix(7.6127586,0,0,4.9447,-2569.3395,-2348.7304)"
29
         style="opacity:0.97000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99897921;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
30
         id="path1872" />
31
      <path
32
         d="M 170.38701,266.10392 L 170.85897,307.35786 L 232.55538,307.0628 C 231.23495,287.06589 219.06732,268.96046 170.38701,266.10392 z "
33
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.77328086;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
34
         id="path1874" />
35
      <path
36
         d="M 232.17955,308.33172 L 170.4789,308.6562 L 170.92016,351.07171 C 200.82811,350.16397 227.90719,341.79882 232.17955,308.33172 z "
37
         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79813766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
38
         id="path2762" />
39
      <path
40
         d="M 169.07523,351.21743 L 168.60008,307.86897 L 106.49085,308.17902 C 107.82008,329.19117 120.06914,348.21581 169.07523,351.21743 z "
41
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.82381284;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
42
         id="path2764" />
43
      <path
44
         d="M 107.6676,306.89368 L 169.23133,306.58106 L 168.79106,265.71362 C 138.94945,266.58828 111.93049,274.64807 107.6676,306.89368 z "
45
         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.76305711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
46
         id="path2766" />
47
      <path
48
         d="M 369.27388 534.87994 A 0.91545075 0.91545075 0 1 1  367.44298,534.87994 A 0.91545075 0.91545075 0 1 1  369.27388 534.87994 z"
49
         transform="matrix(9.0351562,0,0,7.0465837,-3158.5547,-3463.0081)"
50
         style="opacity:0.97000002;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
51
         id="path3653" />
52
      <g
53
         transform="matrix(-7.5816931,0,0,5.9450504,2913.1796,-2901.1405)"
54
         id="g6328">
55
        <path
56
           d="M 360,527.36218 L 360,532.36218 L 362,532.36218 L 362,527.36218 L 360,527.36218 z "
57
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
58
           id="path6330" />
59
        <path
60
           d="M 362.05536,527.34679 L 362.05536,532.34679 L 364.05536,532.34679 L 364.05536,527.34679 L 362.05536,527.34679 z "
61
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
62
           id="path6332" />
63
      </g>
64
      <g
65
         transform="matrix(-7.5816931,0,0,8.0021747,2753.7327,-4118.7553)"
66
         id="g7281">
67
        <path
68
           d="M 335.58543,544.35634 L 340.58543,539.35634 L 340.58543,543.79349 L 335.58543,544.35634 z "
69
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
70
           id="path7277" />
71
        <path
72
           d="M 345.85,544.38592 L 340.85,539.38592 L 340.85,543.77616 L 345.85,544.38592 z "
73
           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
74
           id="path7279" />
75
      </g>
76
      <g
77
         transform="matrix(0,4.9449326,-20.276994,0,11031,-1482.2875)"
78
         id="g6384">
79
        <path
80
           d="M 360,527.36218 L 360,532.36218 L 362,532.36218 L 362,527.36218 L 360,527.36218 z "
81
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
82
           id="path6386" />
83
        <path
84
           d="M 362.05536,527.34679 L 362.05536,532.34679 L 364.05536,532.34679 L 364.05536,527.34679 L 362.05536,527.34679 z "
85
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
86
           id="path6388" />
87
      </g>
88
      <g
89
         transform="matrix(0,4.9449326,-8.7655457,0,5106.2826,-1378.7352)"
90
         id="g7285">
91
        <path
92
           d="M 335.58543,544.35634 L 340.58543,539.35634 L 340.58543,543.79349 L 335.58543,544.35634 z "
93
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
94
           id="path7287" />
95
        <path
96
           d="M 345.85,544.38592 L 340.85,539.38592 L 340.85,543.77616 L 345.85,544.38592 z "
97
           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
98
           id="path7289" />
99
      </g>
100
      <g
101
         transform="matrix(7.5816931,0,0,3.5607864,-2574.2398,-1531.313)"
102
         id="g6324">
103
        <path
104
           d="M 360,527.36218 L 360,532.36218 L 362,532.36218 L 362,527.36218 L 360,527.36218 z "
105
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
106
           id="path5435" />
107
        <path
108
           d="M 362.05536,527.34679 L 362.05536,532.34679 L 364.05536,532.34679 L 364.05536,527.34679 L 362.05536,527.34679 z "
109
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
110
           id="path6322" />
111
      </g>
112
      <path
113
         d="M 129.73354,362.40528 L 167.642,386.36978 L 167.642,365.10296 L 129.73354,362.40528 z "
114
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.80843782;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
115
         id="path7293" />
116
      <path
117
         d="M 207.55636,362.26351 L 169.64789,386.22801 L 169.64789,365.18603 L 207.55636,362.26351 z "
118
         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.80843782;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
119
         id="path7295" />
120
      <g
121
         transform="matrix(6.1470247,0,0,4.9449326,-2161.6542,-2305.1099)"
122
         id="g7311">
123
        <g
124
           transform="matrix(0,-1,1.091992,0,-211.7912,890.2011)"
125
           id="g6378">
126
          <path
127
             d="M 360,527.36218 L 360,532.36218 L 362,532.36218 L 362,527.36218 L 360,527.36218 z "
128
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
129
             id="path6380" />
130
          <path
131
             d="M 362.05536,527.34679 L 362.05536,532.34679 L 364.05536,532.34679 L 364.05536,527.34679 L 362.05536,527.34679 z "
132
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
133
             id="path6382" />
134
        </g>
135
        <g
136
           transform="matrix(0,-1,1.346023,0,-368.0639,868.7946)"
137
           id="g7297">
138
          <path
139
             d="M 335.58543,544.35634 L 340.58543,539.35634 L 340.58543,543.79349 L 335.58543,544.35634 z "
140
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
141
             id="path7299" />
142
          <path
143
             d="M 345.85,544.38592 L 340.85,539.38592 L 340.85,543.77616 L 345.85,544.38592 z "
144
             style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
145
             id="path7301" />
146
        </g>
147
      </g>
148
      <path
149
         d="M 393.26214,295.13612 L 418.07515,295.13612 L 418.07515,299.809 L 402.54147,299.809 L 402.54147,303.28753 L 416.95101,303.28753 L 416.95101,307.7514 L 402.54147,307.7514 L 402.54147,312.06597 L 418.52481,312.06597 L 418.52481,317.0225 L 393.26214,317.0225 L 393.26214,295.13612 z "
150
         style="font-size:56px;font-family:Arial Black"
151
         id="flowRoot2798" />
152
      <path
153
         d="M 155.67772,169.28237 L 164.32345,169.28237 L 175.60581,181.39004 L 175.60581,169.28237 L 184.33328,169.28237 L 184.33328,191.16875 L 175.60581,191.16875 L 164.38476,179.15065 L 164.38476,191.16875 L 155.67772,191.16875 L 155.67772,169.28237 z "
154
         style="font-size:56px;font-family:Arial Black"
155
         id="flowRoot2790" />
156
    </g>
157
  </g>
158
</svg>
tags/org.gvsig.app.document.layout2.app-2.0.89/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/images/northimages/gvsig_21.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
<!-- Copyright © 2008 by Silvio Grosso, under the terms of the GNU GPL version 2. -->
4
<svg
5
   xmlns:svg="http://www.w3.org/2000/svg"
6
   xmlns="http://www.w3.org/2000/svg"
7
   version="1.0"
8
   viewBox="0 0 450 500"
9
   width="450"
10
   height="500"
11
   id="svg2">
12
  <defs
13
     id="defs4" />
14
  <g
15
     id="layer1">
16
    <g
17
       transform="translate(-92.857142,-195.71428)"
18
       id="g2364">
19
      <path
20
         d="M 325.51172,277.64573 L 358.70703,277.64573 L 358.70703,286.20433 L 337.92578,286.20433 L 337.92578,292.57542 L 357.20313,292.57542 L 357.20313,300.7512 L 337.92578,300.7512 L 337.92578,308.65355 L 359.30859,308.65355 L 359.30859,317.73167 L 325.51172,317.73167 L 325.51172,277.64573 z "
21
         transform="translate(120.2025,165.8597)"
22
         style="font-size:56px;font-family:Arial Black"
23
         id="flowRoot2798" />
24
      <path
25
         d="M 325.62109,277.64573 L 337.1875,277.64573 L 352.28125,299.82151 L 352.28125,277.64573 L 363.95703,277.64573 L 363.95703,317.73167 L 352.28125,317.73167 L 337.26953,295.71995 L 337.26953,317.73167 L 325.62109,317.73167 L 325.62109,277.64573 z "
26
         transform="translate(-38.47829,7.819412)"
27
         style="font-size:56px;font-family:Arial Black"
28
         id="flowRoot2790" />
29
      <path
30
         d="M 220.71428 511.11218 A 13.75 13.75 0 1 1  193.21428,511.11218 A 13.75 13.75 0 1 1  220.71428 511.11218 z"
31
         transform="translate(101.7775,-47.67051)"
32
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:6.4000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
33
         id="path1938" />
34
      <path
35
         d="M 472.75139 523.5473 A 91.418808 91.418808 0 1 1  289.91377,523.5473 A 91.418808 91.418808 0 1 1  472.75139 523.5473 z"
36
         transform="matrix(1.103132,0,0,1.104543,-111.8861,-117.992)"
37
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:13.62841034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
38
         id="path1874" />
39
      <path
40
         d="M 308.94088,369.67111 L 308.29193,460.78352 L 220.68561,459.69885 C 223.97374,407.73276 254.12263,376.98009 308.94088,369.67111 z "
41
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.95903033px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
42
         id="path1878" />
43
      <g
44
         transform="matrix(0.748443,0,0,0.836937,592.2214,44.12846)"
45
         id="g11445">
46
        <path
47
           d="M -379.17633,368.23588 L -368.03889,368.23588 L -368.03889,351.45051 L -379.17633,343.05783 L -379.17633,368.23588 z "
48
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
49
           id="path9671" />
50
        <path
51
           d="M -380.00271,368.16549 L -391.14015,368.16549 L -391.14015,351.38012 L -380.00271,342.98744 L -380.00271,368.16549 z "
52
           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
53
           id="path11443" />
54
      </g>
55
      <g
56
         transform="matrix(0,-0.748443,-0.836937,0,723.9117,180.5106)"
57
         id="g11455">
58
        <path
59
           d="M -379.17633,368.23588 L -368.03889,368.23588 L -368.03889,351.45051 L -379.17633,343.05783 L -379.17633,368.23588 z "
60
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
61
           id="path11457" />
62
        <path
63
           d="M -380.00271,368.16549 L -391.14015,368.16549 L -391.14015,351.38012 L -380.00271,342.98744 L -380.00271,368.16549 z "
64
           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
65
           id="path11459" />
66
      </g>
67
      <g
68
         transform="matrix(-0.748443,0,0,-0.836937,27.8102,872.4654)"
69
         id="g11461">
70
        <path
71
           d="M -379.17633,368.23588 L -368.03889,368.23588 L -368.03889,351.45051 L -379.17633,343.05783 L -379.17633,368.23588 z "
72
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
73
           id="path11463" />
74
        <path
75
           d="M -380.00271,368.16549 L -391.14015,368.16549 L -391.14015,351.38012 L -380.00271,342.98744 L -380.00271,368.16549 z "
76
           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
77
           id="path11465" />
78
      </g>
79
      <g
80
         transform="matrix(0,0.748443,0.836937,0,-106.4708,741.7747)"
81
         id="g11467">
82
        <path
83
           d="M -379.17633,368.23588 L -368.03889,368.23588 L -368.03889,351.45051 L -379.17633,343.05783 L -379.17633,368.23588 z "
84
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
85
           id="path11469" />
86
        <path
87
           d="M -380.00271,368.16549 L -391.14015,368.16549 L -391.14015,351.38012 L -380.00271,342.98744 L -380.00271,368.16549 z "
88
           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
89
           id="path11471" />
90
      </g>
91
      <path
92
         d="M 398.45405,461.44366 L 311.60102,462.08755 L 312.63499,549.01098 C 362.43443,540.42613 393.65787,513.7814 398.45405,461.44366 z "
93
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.93268889px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
94
         id="path1876" />
95
    </g>
96
  </g>
97
</svg>
tags/org.gvsig.app.document.layout2.app-2.0.89/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/images/northimages/gvsig_22.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
<!-- Copyright © 2008 by Silvio Grosso, under the terms of the GNU GPL version 2. -->
4
<svg
5
   xmlns:svg="http://www.w3.org/2000/svg"
6
   xmlns="http://www.w3.org/2000/svg"
7
   version="1.0"
8
   viewBox="0 0 450 500"
9
   width="450"
10
   height="500"
11
   id="svg2">
12
  <defs
13
     id="defs4" />
14
  <g
15
     id="layer1">
16
    <g
17
       transform="matrix(0.7610147,0,0,0.7418529,-2.8013926,-128.06592)"
18
       id="g2293">
19
      <path
20
         d="M 275.19412,366.68346 L 275.19412,336.68346 L 290.89409,326.68346 L 305.19412,336.68346 L 305.19412,366.68346 L 275.19412,366.68346 z "
21
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
22
         id="path2780" />
23
      <path
24
         d="M 155.58314,526.74089 L 125.58314,526.74089 L 115.58314,511.04092 L 125.58314,496.74089 L 155.58314,496.74089 L 155.58314,526.74089 z "
25
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26
         id="path2782" />
27
      <path
28
         d="M 308.30616,644.35431 L 308.30616,674.35431 L 292.60619,684.35431 L 278.30616,674.35431 L 278.30616,644.35431 L 308.30616,644.35431 z "
29
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
30
         id="path2786" />
31
      <path
32
         d="M 432.89731,489.92235 L 462.89731,489.92235 L 472.89731,505.62232 L 462.89731,519.92235 L 432.89731,519.92235 L 432.89731,489.92235 z "
33
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
34
         id="path2788" />
35
      <path
36
         d="M 325.62109,277.64573 L 337.1875,277.64573 L 352.28125,299.82151 L 352.28125,277.64573 L 363.95703,277.64573 L 363.95703,317.73167 L 352.28125,317.73167 L 337.26953,295.71995 L 337.26953,317.73167 L 325.62109,317.73167 L 325.62109,277.64573 z "
37
         transform="translate(-54.80588,7.726692)"
38
         style="font-size:56px;font-family:Arial Black"
39
         id="flowRoot2790" />
40
      <path
41
         d="M 325.51172,277.64573 L 358.70703,277.64573 L 358.70703,286.20433 L 337.92578,286.20433 L 337.92578,292.57542 L 357.20313,292.57542 L 357.20313,300.7512 L 337.92578,300.7512 L 337.92578,308.65355 L 359.30859,308.65355 L 359.30859,317.73167 L 325.51172,317.73167 L 325.51172,277.64573 z "
42
         transform="translate(153.0974,210.0349)"
43
         style="font-size:56px;font-family:Arial Black"
44
         id="flowRoot2798" />
45
      <path
46
         d="M 432.34531 496.77829 A 129.29953 129.29953 0 1 1  173.74625,496.77829 A 129.29953 129.29953 0 1 1  432.34531 496.77829 z"
47
         transform="translate(-10,8.571429)"
48
         style="opacity:0.97000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:22.97900009;stroke-linejoin:round;stroke-miterlimit:0.89999998;stroke-dasharray:none;stroke-opacity:1"
49
         id="path2010" />
50
      <rect
51
         width="24.999969"
52
         height="59.184189"
53
         x="277.85718"
54
         y="478.17795"
55
         style="opacity:0.97000002;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.29999995;stroke-dasharray:none;stroke-opacity:1"
56
         id="rect3784" />
57
      <rect
58
         width="73.387772"
59
         height="119.3559"
60
         x="254.44786"
61
         y="448.84995"
62
         style="opacity:0.97000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:11.91275311;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.5;stroke-dasharray:none;stroke-opacity:1"
63
         id="rect5556" />
64
      <rect
65
         width="145.98987"
66
         height="183.63167"
67
         x="219.05891"
68
         y="417.39328"
69
         style="opacity:0.97000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:20.84075737;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.5;stroke-dasharray:none;stroke-opacity:1"
70
         id="rect6443" />
71
    </g>
72
  </g>
73
</svg>
tags/org.gvsig.app.document.layout2.app-2.0.89/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/images/northimages/gvsig_40.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
<!-- Copyright © 2008 by Silvio Grosso, under the terms of the GNU GPL version 2. -->
4
<svg
5
   xmlns:svg="http://www.w3.org/2000/svg"
6
   xmlns="http://www.w3.org/2000/svg"
7
   version="1.0"
8
   viewBox="0 0 450 500"
9
   width="450"
10
   height="500"
11
   id="svg2">
12
  <defs
13
     id="defs4" />
14
  <g
15
     id="layer1">
16
    <g
17
       transform="matrix(0.8369185,0,0,0.8360407,-85.210991,-36.850036)"
18
       id="g2624">
19
      <g
20
         transform="matrix(0.791217,0,0,0.784707,193.4718,-11.49344)"
21
         id="g7487">
22
        <g
23
           transform="translate(-128.7692,0)"
24
           id="g4677">
25
          <g
26
             transform="matrix(0.971457,0,0,0.854229,7.969158,79.25222)"
27
             id="g2880">
28
            <g
29
               transform="matrix(1,0,0,1.094658,-7.576144,-116.9675)"
30
               id="g2816">
31
              <g
32
                 transform="matrix(0,0.977376,-1.108433,0,946.5542,176.5779)"
33
                 id="g2774">
34
                <g
35
                   id="g2764">
36
                  <path
37
                     d="M 361.26494,521.30569 L 361.26494,531.09724 L 372.73506,531.09724 C 372.17308,525.85757 370.20395,521.47039 361.26494,521.30569 z "
38
                     style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
39
                     id="path1872" />
40
                  <path
41
                     d="M 361.08929,521.27289 L 361.08929,531.06444 L 349.61917,531.06444 C 350.18115,525.82477 352.15028,521.43759 361.08929,521.27289 z "
42
                     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
43
                     id="path2762" />
44
                </g>
45
                <g
46
                   transform="matrix(-1,0,0,-1,722.3542,1062.297)"
47
                   id="g2768">
48
                  <path
49
                     d="M 361.26494,521.30569 L 361.26494,531.09724 L 372.73506,531.09724 C 372.17308,525.85757 370.20395,521.47039 361.26494,521.30569 z "
50
                     style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
51
                     id="path2770" />
52
                  <path
53
                     d="M 361.08929,521.27289 L 361.08929,531.06444 L 349.61917,531.06444 C 350.18115,525.82477 352.15028,521.43759 361.08929,521.27289 z "
54
                     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
55
                     id="path2772" />
56
                </g>
57
              </g>
58
              <g
59
                 transform="matrix(2.103961,0,0,2.23862,-402.8135,-659.013)"
60
                 id="g2788">
61
                <g
62
                   id="g2790">
63
                  <path
64
                     d="M 361.26494,521.30569 L 361.26494,531.09724 L 372.73506,531.09724 C 372.17308,525.85757 370.20395,521.47039 361.26494,521.30569 z "
65
                     style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
66
                     id="path2792" />
67
                  <path
68
                     d="M 361.08929,521.27289 L 361.08929,531.06444 L 349.61917,531.06444 C 350.18115,525.82477 352.15028,521.43759 361.08929,521.27289 z "
69
                     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
70
                     id="path2794" />
71
                </g>
72
                <g
73
                   transform="matrix(-1,0,0,-1,722.3542,1062.297)"
74
                   id="g2796">
75
                  <path
76
                     d="M 361.26494,521.30569 L 361.26494,531.09724 L 372.73506,531.09724 C 372.17308,525.85757 370.20395,521.47039 361.26494,521.30569 z "
77
                     style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
78
                     id="path2798" />
79
                  <path
80
                     d="M 361.08929,521.27289 L 361.08929,531.06444 L 349.61917,531.06444 C 350.18115,525.82477 352.15028,521.43759 361.08929,521.27289 z "
81
                     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
82
                     id="path2800" />
83
                </g>
84
              </g>
85
            </g>
86
            <g
87
               transform="matrix(0,-7.547046,6.042845,0,-2725.338,3604.531)"
88
               id="g2842">
89
              <path
90
                 d="M 427.36015,509.11223 L 416.50687,509.11223 L 416.50687,520.32285 C 422.3147,519.77359 427.17759,517.84901 427.36015,509.11223 z "
91
                 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.55152494;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
92
                 id="path2806" />
93
              <path
94
                 d="M 427.27025,508.84857 L 416.41697,508.84857 L 416.41697,497.63795 C 422.22479,498.18721 427.08769,500.11179 427.27025,508.84857 z "
95
                 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.55152494;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
96
                 id="path2808" />
97
            </g>
98
            <g
99
               transform="matrix(0,7.547046,-6.042845,0,3425.287,-2683.494)"
100
               id="g2874">
101
              <path
102
                 d="M 427.36015,509.11223 L 416.50687,509.11223 L 416.50687,520.32285 C 422.3147,519.77359 427.17759,517.84901 427.36015,509.11223 z "
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff