Revision 408

View differences:

tags/org.gvsig.app.document.layout.app-2.0.26/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2
    <modelVersion>4.0.0</modelVersion>
3
    <artifactId>org.gvsig.app.document.layout.app</artifactId>
4
    <packaging>pom</packaging>
5
    <version>2.0.26</version>
6
    <name>Document: Layout document support</name>
7
    <description>This plugin adds creation/management of layout (map) documents.</description>
8
    <parent>
9
        <groupId>org.gvsig</groupId>
10
        <artifactId>org.gvsig.desktop</artifactId>
11
        <version>2.0.101</version>
12
    </parent>
13
    <url>https://devel.gvsig.org/redmine/projects/gvsig-app-document-layout</url>
14
    <scm>
15
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-app-document-layout/tags/org.gvsig.app.document.layout.app-2.0.26</connection>
16
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-app-document-layout/tags/org.gvsig.app.document.layout.app-2.0.26</developerConnection>
17
        <url>https://devel.gvsig.org/redmine/projects/gvsig-app-document-layout/repository/show/tags/org.gvsig.app.document.layout.app-2.0.26</url>
18
    </scm>
19
    <repositories>
20
      <repository>
21
        <id>gvsig-public-http-repository</id>
22
        <name>gvSIG maven public HTTP repository</name>
23
        <url>http://devel.gvsig.org/m2repo/j2se</url>
24
        <releases>
25
          <enabled>true</enabled>
26
          <updatePolicy>daily</updatePolicy>
27
          <checksumPolicy>warn</checksumPolicy>
28
        </releases>
29
        <snapshots>
30
          <enabled>true</enabled>
31
          <updatePolicy>daily</updatePolicy>
32
          <checksumPolicy>warn</checksumPolicy>
33
        </snapshots>
34
      </repository>
35
    </repositories>
36
        
37
	<build>
38
		<plugins>
39
			<plugin>
40
				<groupId>org.apache.maven.plugins</groupId>
41
				<artifactId>maven-release-plugin</artifactId>
42
				<configuration>
43
					<tagBase>https://devel.gvsig.org/svn/gvsig-app-document-layout/tags</tagBase>
44
				</configuration>
45
			</plugin>
46
		</plugins>
47
	</build>
48

  
49
	<modules>
50
		<module>org.gvsig.app.document.layout.app.mainplugin</module>
51
	</modules>
52

  
53
</project>
tags/org.gvsig.app.document.layout.app-2.0.26/org.gvsig.app.document.layout.app.mainplugin/buildNumber.properties
1
#Thu Jul 02 00:30:03 CEST 2015
2
buildNumber=40
0 3

  
tags/org.gvsig.app.document.layout.app-2.0.26/org.gvsig.app.document.layout.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.layout.app-2.0.26/org.gvsig.app.document.layout.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.layout.app-2.0.26/org.gvsig.app.document.layout.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?logo de impresi?n
12
_Some_views_excluded_from_list_because_have_editing_layers=Algunas vistas se han exclu?do de la lista por tener capas en edici?n
13
_Cannot_draw_view_if_layers_in_editing_mode=No es posible dibujar vista con capas en edici?n
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?lido en plantilla de mapa
17

  
tags/org.gvsig.app.document.layout.app-2.0.26/org.gvsig.app.document.layout.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
0 17

  
tags/org.gvsig.app.document.layout.app-2.0.26/org.gvsig.app.document.layout.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
			<!-- Makes no sense here (?)
21
			<menu text="Mapa"
22
				position="500"
23
				is_separator="true"/>
24
			-->
25
			
26
			<action 
27
        		name="application-layout-template-open"
28
            	label="abrir_plantilla" 
29
            	tooltip="abrir_plantilla" 
30
        		action-command="application-layout-template-open" 
31
        		icon="application-layout-template-open"
32
        		position="700600000"
33
        		/>
34

  
35
			<menu text="Mapa/abrir_plantilla"
36
				name="application-layout-template-open" />
37
			
38
		</extension>
39

  
40
		<extension class-name="org.gvsig.app.extension.ExportLayoutExtension"
41
			description="Extension for exporting the layout to PDF and PostScript."
42
			active="true">
43

  
44
			<!-- Makes no sense here?
45
			<menu text="Mapa/exportar"
46
				position="50010"
47
				is_separator="true"/>
48
			-->
49
			
50
			<action 
51
        		name="application-export-to-pdf"
52
            	label="exportar_pdf" 
53
            	tooltip="exportar_pdf" 
54
        		action-command="application-export-to-pdf" 
55
        		icon="application-export-to-pdf"
56
        		position="100900200"
57
        		/>
58

  
59
			<action 
60
        		name="application-export-to-postscript"
61
            	label="exportar_ps" 
62
            	tooltip="exportar_ps" 
63
        		action-command="application-export-to-postscript" 
64
        		icon="application-export-to-postscript"
65
        		position="100900300"
66
        		/>
67
				 
68
			<tool-bar name="gvSIG" position="1">
69
				<action-tool name="application-export-to-pdf"/>
70
				<action-tool name="application-export-to-postscript"/>
71
			</tool-bar>
72
		</extension>
73

  
74
		<extension class-name="org.gvsig.app.extension.LayoutExtension"
75
			description="Extensi?n encargada de gestionar los eventos realizados sobre el Layout."
76
			active="true">
77

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

  
161
			<menu text="Mapa/navegacion/Zoom_Mas" name="layout-navigation-zoom-in-topoint"/>
162
			<menu text="Mapa/navegacion/Zoom_Menos" name="layout-navigation-zoom-out-topoint"/>
163
			<menu text="Mapa/navegacion/Zoom_Acercar" name="layout-navigation-zoom-in-center"/>
164
			<menu text="Mapa/navegacion/Zoom_Alejar" name="layout-navigation-zoom-out-center"/>
165
			<menu text="Mapa/navegacion/Zoom_Completo" name="layout-navigation-zoom-all"/>
166
			<menu text="Mapa/navegacion/Zoom_Real" name="layout-navigation-zoom-real"/>
167
			<menu text="Mapa/navegacion/Zoom_Select" name="layout-navigation-zoom-selected"/>
168
			<menu text="Mapa/navegacion/Desplazamiento" name="layout-navigation-pan"/>
169
			
170
			<tool-bar name="Layout_Tools_Zooms" position="20">
171
				<selectable-tool name="layout-navigation-zoom-in-topoint" />
172
				<selectable-tool name="layout-navigation-zoom-out-topoint" />
173
				<action-tool name="layout-navigation-zoom-in-center" />
174
				<action-tool name="layout-navigation-zoom-out-center" />
175
				<action-tool name="layout-navigation-zoom-all" />
176
				<action-tool name="layout-navigation-zoom-real" />
177
				<action-tool name="layout-navigation-zoom-selected" />
178
				<selectable-tool name="layout-navigation-pan" />
179
			</tool-bar>
180
		</extension>
181

  
182
		<extension class-name="org.gvsig.app.extension.LayoutEditableControls"
183
			description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
184
			active="true">
185
			
186
			<action 
187
        		name="layout-properties"
188
            	label="propiedades" 
189
            	tooltip="propiedades_mapa" 
190
        		action-command="layout-properties" 
191
        		position="709000000"
192
        		icon="layout-properties"
193
        		/>
194
        		
195
			<menu text="Mapa/propiedades" name="layout-properties"/>
196
		</extension>
197

  
198
		<extension class-name="org.gvsig.app.extension.LayoutEditVertexExtension"
199
			description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
200
			active="true">
201
				
202
			<action 
203
        		name="layout-graphic-edit-vertex"
204
            	label="editar_vertices" 
205
            	tooltip="editar_vertices" 
206
        		action-command="layout-graphic-edit-vertex" 
207
        		icon="layout-graphic-edit-vertex"
208
        		position="700301000"
209
        		/>
210

  
211
			<menu text="Mapa/edicion/editar_vertices" name="layout-graphic-edit-vertex"/>
212
			<tool-bar name="Tools_Select" position="6">
213
				<selectable-tool name="layout-graphic-edit-vertex"/>
214
			</tool-bar>
215
		</extension>
216

  
217
		<extension class-name="org.gvsig.app.extension.LayoutInsertToolsExtension"
218
			description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
219
			active="true">
220
			
221
			<action 
222
        		name="selection-select-by-rectangle-layout"
223
            	label="seleccionar_por_rectangulo" 
224
            	tooltip="seleccionar_por_rectangulo" 
225
        		action-command="selection-select-by-rectangle-layout" 
226
        		icon="selection-by-rectangle"
227
        		position="301200000"
228
        		/>
229

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

  
380
			<tool-bar name="Tools_Select" position="6">
381
				<selectable-tool name="selection-select-by-rectangle-layout" />
382
				<action-tool name="edit-delete-layout" />
383
			</tool-bar>
384

  
385
			<tool-bar name="Layout_Tools_Insert_Simple" position="7">
386
				<selectable-tool name="layout-insert-text" />
387
				<selectable-tool name="layout-insert-image" />
388
				<selectable-tool name="layout-insert-point" />
389
				<selectable-tool name="layout-insert-rectangle" />
390
				<selectable-tool name="layout-insert-circle" />
391
				<selectable-tool name="layout-insert-line" />
392
				<selectable-tool name="layout-insert-polyline" />
393
				<selectable-tool name="layout-insert-polygon" />
394
			</tool-bar>
395

  
396
			<tool-bar name="Layout_Tools_Insert_Cartografy" position="8">
397
				<selectable-tool name="layout-insert-view" />
398
				<selectable-tool name="layout-insert-locator" />
399
				<selectable-tool name="layout-insert-legend" />
400
				<selectable-tool name="layout-insert-scalebar" />
401
				<selectable-tool name="layout-insert-north" />
402
				<selectable-tool name="layout-insert-box" />
403
			</tool-bar>
404
		</extension>
405

  
406
		<extension class-name="org.gvsig.app.extension.FFrameViewExtension"
407
			description="Extensi?n encargada de gestionar los eventos realizados sobre las vistas a?adidas al Layout."
408
			active="true">
409
			
410
			<menu text="Mapa/navegacion_vista"
411
				position="700200000" 
412
				is_separator="true"/>
413
				
414
			<action 
415
        		name="layout-view-navigation-pan"
416
            	label="Encuadre_Vista" 
417
            	tooltip="Encuadre_Vista" 
418
        		action-command="layout-view-navigation-pan" 
419
        		icon="layout-view-navigation-pan"
420
        		position="700200100"
421
        		/>
422
			<action 
423
        		name="layout-view-navigation-zoom-in-topoint"
424
            	label="Zoom_Mas_Vista" 
425
            	tooltip="Zoom_Mas_Vista" 
426
        		action-command="layout-view-navigation-zoom-in-topoint" 
427
        		icon="layout-view-navigation-zoom-in-topoint"
428
        		position="700200400"
429
        		/>
430
			<action 
431
        		name="layout-view-navigation-zoom-out-topoint"
432
            	label="Zoom_Menos_Vista" 
433
            	tooltip="Zoom_Menos_Vista" 
434
        		action-command="layout-view-navigation-zoom-out-topoint" 
435
        		icon="layout-view-navigation-zoom-out-topoint"
436
        		position="700200500"
437
        		/>
438
			<action 
439
        		name="layout-view-navigation-zoom-all"
440
            	label="Zoom_Completo_Vista" 
441
            	tooltip="Zoom_Completo_Vista" 
442
        		action-command="layout-view-navigation-zoom-all" 
443
        		icon="layout-view-navigation-zoom-all"
444
        		position="700200600"
445
        		/>
446
				
447
			<menu text="Mapa/navegacion_vista/Zoom_Mas_Vista" name="layout-view-navigation-zoom-in-topoint"/>
448
			<menu text="Mapa/navegacion_vista/Zoom_Menos_Vista" name="layout-view-navigation-zoom-out-topoint"/>
449
			<menu text="Mapa/navegacion_vista/Zoom_Completo_Vista" name="layout-view-navigation-zoom-all"/>
450
			<menu text="Mapa/navegacion_vista/Encuadre_Vista" name="layout-view-navigation-pan"/>
451
			
452
			<tool-bar name="Layout_Tools_View" position="9">
453
				<action-tool name="layout-view-navigation-zoom-all"/>
454
				<selectable-tool name="layout-view-navigation-zoom-in-topoint"/>
455
				<selectable-tool name="layout-view-navigation-zoom-out-topoint"/>
456
				<selectable-tool name="layout-view-navigation-pan"/>
457
			</tool-bar>
458
		</extension>
459

  
460
		<extension class-name="org.gvsig.app.extension.TagExtension"
461
			description="Extensi?n para a?adir un tag a los FFrames."
462
			active="false">
463

  
464
			<action 
465
        		name="layout-graphic-show-tags"
466
            	label="ver_tags" 
467
            	tooltip="ver_tags" 
468
        		action-command="layout-graphic-show-tags" 
469
        		icon="layout-graphic-show-tags"
470
        		position="700301200"
471
        		/>
472
			<action 
473
        		name="layout-insert-tag"
474
            	label="anadir_tag" 
475
            	tooltip="anadir_tag" 
476
        		action-command="layout-insert-tag" 
477
        		icon="layout-insert-tag"
478
        		position="700401500"
479
        		/>
480

  
481
			<menu text="Mapa/anadir_tag" name="layout-insert-tag" />
482
			<tool-bar name="Mapa" position="10">
483
				<action-tool name="layout-insert-tag" />
484
				<action-tool name="layout-graphic-show-tags" />
485
			</tool-bar>
486
		</extension>
487

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

  
581
		<extension class-name="org.gvsig.app.extension.FFrameLegendExtension"
582
			description="Extensi?n encargada de controlar un FFrameLegend."
583
			active="true">
584
			
585
			<action 
586
        		name="layout-graphic-simplify-legend"
587
            	label="simplificar_leyenda" 
588
            	tooltip="simplificar_leyenda" 
589
        		action-command="layout-graphic-simplify-legend" 
590
        		icon="layout-graphic-simplify-legend"
591
        		position="700301200"
592
        		/>
593
			<menu text="Mapa/Graficos/simplificar_leyenda" name="layout-graphic-simplify-legend" />
594
			
595
		</extension>
596

  
597
		<extension class-name="org.gvsig.app.extension.LayoutRedoExtension"
598
			description="Extensi?n para rehacer cambios sobre el Layout."
599
			active="true">
600
			
601
			<action 
602
	        	name= "edit-redo-layout"
603
    	        label="rehacer" 
604
        	    tooltip="rehacer" 
605
        		action-command="edit-redo-layout" 
606
        		icon="edit-redo"
607
        		position="200200000"
608
        		/>
609
        
610
			<menu text="Edit/_Redo" name="edit-redo-layout"/>
611
			<tool-bar name="Mapa" position="10">
612
				<action-tool name="edit-redo-layout"/>
613
			</tool-bar>
614
		</extension>
615

  
616

  
617
		<extension class-name="org.gvsig.app.extension.LayoutUndoExtension"
618
			description="Extensi?n para deshacer cambios sobre el Layout."
619
			active="true">
620
			
621
			<action 
622
        		name= "edit-undo-layout"
623
            	label="deshacer" 
624
            	tooltip="deshacer" 
625
        		action-command="edit-undo-layout" 
626
        		icon="edit-undo"
627
        		position="200100000"
628
        		/>
629
			
630
			<menu text="Edit/_Undo" name="edit-undo-layout" />
631
			<tool-bar name="Mapa" position="10">
632
				<action-tool name="edit-undo-layout" />
633
			</tool-bar>
634
		</extension>
635

  
636
		<extension class-name="org.gvsig.app.extension.LayoutCommandStackExtension"
637
			description="Extensi?n encargada de abrir el di?logo para gestionar los comandos apilados."
638
			active="true">
639
			
640
			<action 
641
        		name="edit-undo-redo-actions-layout"
642
            	label="_Undo_redo_history" 
643
            	tooltip="_Undo_redo_history" 
644
        		action-command="edit-undo-redo-actions-layout" 
645
        		icon="edit-undo-redo-actions"
646
        		position="200300000"
647
        		/>
648

  
649
			<menu text="Edit/_Undo_redo_history" name="edit-undo-redo-actions-layout" />
650
			<tool-bar name="Mapa" position="10">
651
				<action-tool name="edit-undo-redo-actions-layout" />
652
			</tool-bar>
653
		</extension>
654

  
655
		<extension class-name="org.gvsig.app.extension.Print"
656
			description="Extensi?n encargada de la impresi?n."
657
			active="true">
658
			
659
			<action 
660
        		name="application-print-layout"
661
            	label="Imprimir" 
662
            	tooltip="Imprimir" 
663
        		action-command="application-print-layout" 
664
        		icon="application-print"
665
        		position="700800000"
666
        		/>
667
			
668
			<menu text="Mapa/Imprimir" name="application-print-layout" />
669
			<tool-bar name="Mapa" position="10">
670
				<action-tool name="application-print-layout" />
671
			</tool-bar>
672
		</extension>
673

  
674
		<extension class-name="org.gvsig.app.extension.PrintProperties"
675
			escription="Extensi?n encargada de las propiedades de impresi?n."
676
			active="true">
677
			
678
			<action 
679
        		name="application-page-setup-layout"
680
            	label="preparar_pagina" 
681
            	tooltip="preparar_pagina" 
682
        		action-command="application-page-setup-layout" 
683
        		icon="application-page-setup"
684
        		position="700700000"
685
        		/>
686
			
687
			<menu text="Mapa/preparar_pagina" name="application-page-setup-layout" />
688
			<tool-bar name="Mapa" position="10">
689
				<action-tool name="application-page-setup-layout" />
690
			</tool-bar>
691
		</extension>
692
	</extensions>
693
</plugin-config>
tags/org.gvsig.app.document.layout.app-2.0.26/org.gvsig.app.document.layout.app.mainplugin/src/main/resources-plugin/images/northimages/gvsig_2.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:dc="http://purl.org/dc/elements/1.1/"
6
   xmlns:cc="http://web.resource.org/cc/"
7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
   xmlns:svg="http://www.w3.org/2000/svg"
9
   xmlns="http://www.w3.org/2000/svg"
10
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
   viewBox="0 0 450 500"
13
   width="450"
14
   height="500"
15
   id="svg2"
16
   sodipodi:version="0.32"
17
   inkscape:version="0.45.1"
18
   sodipodi:docbase="H:\"
19
   sodipodi:docname="gvsig_2def.svg"
20
   inkscape:output_extension="org.inkscape.output.svg.inkscape"
21
   version="1.0">
22
  <defs
23
     id="defs4" />
24
  <sodipodi:namedview
25
     id="base"
26
     pagecolor="#ffffff"
27
     bordercolor="#666666"
28
     borderopacity="1.0"
29
     inkscape:pageopacity="0.0"
30
     inkscape:pageshadow="2"
31
     inkscape:zoom="0.7"
32
     inkscape:cx="414.14341"
33
     inkscape:cy="202.33186"
34
     inkscape:document-units="px"
35
     inkscape:current-layer="layer1"
36
     showgrid="true"
37
     inkscape:window-width="1280"
38
     inkscape:window-height="744"
39
     inkscape:window-x="-4"
40
     inkscape:window-y="-4"
41
     width="450px"
42
     height="500px" />
43
  <metadata
44
     id="metadata7">
45
    <rdf:RDF>
46
      <cc:Work
47
         rdf:about="">
48
        <dc:format>image/svg+xml</dc:format>
49
        <dc:type
50
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
51
      </cc:Work>
52
    </rdf:RDF>
53
  </metadata>
54
  <g
55
     inkscape:label="Livello 1"
56
     inkscape:groupmode="layer"
57
     id="layer1">
58
    <g
59
       id="g2171"
60
       transform="translate(-184.28571,-258.57143)">
61
      <path
62
         id="path1965"
63
         d="M 391.34752,395.97405 L 391.34752,649.76343 L 412.5493,649.76343 L 412.5493,446.7319 L 428.2613,463.65123 L 391.34752,345.21606 L 391.34752,395.97405"
64
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
65
      <path
66
         transform="matrix(12.2222,0,0,15.88943,-3931.465,-7755.856)"
67
         d="M 356.47322 530.55414 A 1.8973215 1.8973215 0 1 1  352.67858,530.55414 A 1.8973215 1.8973215 0 1 1  356.47322 530.55414 z"
68
         sodipodi:ry="1.8973215"
69
         sodipodi:rx="1.8973215"
70
         sodipodi:cy="530.55414"
71
         sodipodi:cx="354.5759"
72
         id="path1967"
73
         style="opacity:0.97000002;fill:#000000;fill-opacity:1;stroke-width:6.4000001;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
74
         sodipodi:type="arc" />
75
      <path
76
         id="flowRoot3224"
77
         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 "
78
         style="font-size:56px;stroke:none;font-family:Arial Black"
79
         transform="matrix(2.006144,0,0,2.033494,-291.9793,-277.2286)" />
80
    </g>
81
  </g>
82
</svg>
tags/org.gvsig.app.document.layout.app-2.0.26/org.gvsig.app.document.layout.app.mainplugin/src/main/resources-plugin/images/northimages/gvsig_3.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(-123.23861,-288.90363)"
18
       id="g2173">
19
      <g
20
         transform="matrix(5.975106,0,0,7.360972,-1697.3027,-3373.5718)"
21
         id="g2000">
22
        <path
23
           d="M 342.35227,539.59527 L 342.22208,517.36218 L 360.42957,547.53845 L 342.35227,539.59527 z "
24
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
25
           id="path1996" />
26
        <path
27
           d="M 342.57013,539.29649 L 341.82241,519.02014 L 324.09482,546.6962 L 342.57013,539.29649 z "
28
           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.97481376px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
29
           id="path1998" />
30
      </g>
31
      <path
32
         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 "
33
         transform="matrix(2.106701,0,0,2.118369,-384.60868,-235.79393)"
34
         style="font-size:56px;font-family:Arial Black"
35
         id="flowRoot3224" />
36
    </g>
37
  </g>
38
</svg>
tags/org.gvsig.app.document.layout.app-2.0.26/org.gvsig.app.document.layout.app.mainplugin/src/main/resources-plugin/images/northimages/gvsig_4.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.5195424,0,0,0.6016449,24.376483,-53.793862)"
18
       id="g2174">
19
      <path
20
         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 "
21
         transform="matrix(3.640839,0,0,3.157632,-864.7505,-755.91207)"
22
         style="font-size:56px;font-family:Arial Black"
23
         id="flowRoot7755" />
24
      <g
25
         transform="matrix(28.115021,0,0,17.267132,23470.126,-12571.168)"
26
         id="g7864">
27
        <path
28
           d="M -825.62731,778.65596 L -821.18658,778.65596 L -821.18658,753.89884 L -818.82382,753.89884 L -823.42178,746.38114 L -828.35618,753.89884 L -825.62731,753.89884 L -825.62731,778.65596 z "
29
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.9378258px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
30
           id="path7860" />
31
        <path
32
           d="M -823.16032,776.72383 L -818.16032,776.72383 L -818.16032,751.72383 L -815.5,751.72383 L -820.67703,744.13238 L -826.23287,751.72383 L -823.16032,751.72383 L -823.16032,776.72383 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="path7862" />
35
      </g>
36
    </g>
37
  </g>
38
</svg>
tags/org.gvsig.app.document.layout.app-2.0.26/org.gvsig.app.document.layout.app.mainplugin/src/main/resources-plugin/images/northimages/gvsig_5.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:dc="http://purl.org/dc/elements/1.1/"
6
   xmlns:cc="http://web.resource.org/cc/"
7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
   xmlns:svg="http://www.w3.org/2000/svg"
9
   xmlns="http://www.w3.org/2000/svg"
10
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
   version="1.0"
13
   viewBox="0 0 450 500"
14
   width="450"
15
   height="500"
16
   id="svg2"
17
   sodipodi:version="0.32"
18
   inkscape:version="0.45.1"
19
   sodipodi:docname="gvsig_5.svg"
20
   inkscape:output_extension="org.inkscape.output.svg.inkscape"
21
   sodipodi:docbase="C:\Programmi\gvSIG_1.0.2\bin\gvSIG\extensiones\com.iver.cit.gvsig\northimages">
22
  <metadata
23
     id="metadata10">
24
    <rdf:RDF>
25
      <cc:Work
26
         rdf:about="">
27
        <dc:format>image/svg+xml</dc:format>
28
        <dc:type
29
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
30
      </cc:Work>
31
    </rdf:RDF>
32
  </metadata>
33
  <sodipodi:namedview
34
     inkscape:window-height="744"
35
     inkscape:window-width="1280"
36
     inkscape:pageshadow="2"
37
     inkscape:pageopacity="0.0"
38
     guidetolerance="10.0"
39
     gridtolerance="10.0"
40
     objecttolerance="10.0"
41
     borderopacity="1.0"
42
     bordercolor="#666666"
43
     pagecolor="#ffffff"
44
     id="base"
45
     inkscape:zoom="0.754"
46
     inkscape:cx="225"
47
     inkscape:cy="250"
48
     inkscape:window-x="-4"
49
     inkscape:window-y="-4"
50
     inkscape:current-layer="svg2" />
51
  <defs
52
     id="defs4" />
53
  <g
54
     id="layer1"
55
     transform="matrix(1.3482061,0,0,1.3605643,-75.274102,-93.490101)">
56
    <g
57
       transform="translate(7.8428488,-24.243661)"
58
       id="g2238">
59
      <path
60
         d="M 314.64648,483.62498 L 317.125,483.62498 L 320.35938,488.37693 L 320.35938,483.62498 L 322.86133,483.62498 L 322.86133,492.21482 L 320.35938,492.21482 L 317.14258,487.49803 L 317.14258,492.21482 L 314.64648,492.21482 L 314.64648,483.62498 z "
61
         transform="matrix(2.124314,0,0,2.055934,-468.64243,-824.79604)"
62
         style="font-family:Arial Black"
63
         id="flowRoot2762" />
64
      <path
65
         d="M 152.38394,298.4068 L 208.753,206.53183 L 270.7589,298.4068 L 210.18157,267.78181 L 152.38394,298.4068 z "
66
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:7.19645977px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
67
         id="path1956" />
68
      <path
69
         d="M 587.50001,551.29077 C 587.50001,593.69835 553.12187,628.07648 510.71429,628.07648 C 468.30672,628.07648 433.92858,593.69835 433.92858,551.29077 C 433.92858,508.88319 468.30672,474.50505 510.71429,474.50505 C 553.12187,474.50505 587.50001,508.88319 587.50001,551.29077 z "
70
         transform="translate(-298.57143,-277.85714)"
71
         style="opacity:0.97000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:6.4000001;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
72
         id="path1958" />
73
    </g>
74
  </g>
75
</svg>
tags/org.gvsig.app.document.layout.app-2.0.26/org.gvsig.app.document.layout.app.mainplugin/src/main/resources-plugin/images/northimages/simpleNorth.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
<svg
4
   xmlns:xml="http://www.w3.org/XML/1998/namespace"
5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
   xmlns:cc="http://web.resource.org/cc/"
7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
   xmlns:svg="http://www.w3.org/2000/svg"
9
   xmlns="http://www.w3.org/2000/svg"
10
   xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
   sodipodi:docbase="D:\Download\datos\PRUEBAS\northimages"
13
   sodipodi:docname="simpleNorth.svg"
14
   inkscape:version="0.40+cvs"
15
   sodipodi:version="0.32"
16
   xml:space="preserve"
17
   id="svg2"
18
   viewBox="0 0 450 500"
19
   height="500"
20
   width="450"
21
   version="1.0"><metadata
22
   id="metadata8">
23
  <rdf:RDF
24
     id="RDF4">
25
    <cc:Work
26
       id="Work6"
27
       rdf:about="">
28
      <dc:format
29
         id="format8">image/svg+xml</dc:format>
30
      <dc:type
31
         id="type10"
32
         rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
33
    </cc:Work>
34
  </rdf:RDF>
35
</metadata>
36
<sodipodi:namedview
37
   inkscape:current-layer="svg2"
38
   inkscape:window-y="-4"
39
   inkscape:window-x="-4"
40
   inkscape:cy="250.00000"
41
   inkscape:cx="225.00000"
42
   inkscape:zoom="1.0780000"
43
   id="base"
44
   pagecolor="#ffffff"
45
   bordercolor="#666666"
46
   borderopacity="1.0"
47
   inkscape:pageopacity="0.0"
48
   inkscape:pageshadow="2"
49
   inkscape:window-width="1024"
50
   inkscape:window-height="719" />
51
<defs
52
   id="defs17" />
53

  
54
	<path
55
   id="path14"
56
   style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
57
   d="M 86.978411,340.24249 L 216.26541,24.408965 L 227.40954,52.147805 L 228.23782,52.147805 L 232.98160,38.582545 L 363.02159,355.02437 L 233.80989,320.22916 L 105.35116,355.02437 L 114.08576,333.12529 L 86.978411,340.24249 L 86.978411,340.24249 z M 216.26541,30.917865 L 90.969209,337.01846 L 216.26541,303.50069 L 340.65802,337.01846 L 216.26541,30.917865 z M 181.10115,475.59103 L 181.10115,373.76027 L 198.64563,373.76027 L 264.07976,452.41450 L 264.07976,373.76027 L 280.04298,373.76027 L 280.04298,475.59103 L 262.49850,475.59103 L 197.06437,396.93680 L 197.06437,475.59103 L 181.10115,475.59103 L 181.10115,475.59103 z " />
58

  
59
</svg>
tags/org.gvsig.app.document.layout.app-2.0.26/org.gvsig.app.document.layout.app.mainplugin/src/main/resources-plugin/images/northimages/gvsig_6.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(4.04061,34.34519)"
18
       id="g2932">
19
      <g
20
         transform="matrix(0.8861662,0,0,0.915161,-92.98971,-183.78933)"
21
         id="g2290">
22
        <path
23
           d="M 270.2595,427.02925 L 354.46793,353.89472 L 438.67635,427.02925 L 382.5374,427.02925 L 382.5374,609.86558 L 438.67635,639.11939 L 270.2595,639.11939 L 326.39845,609.86558 L 326.39845,427.02925 L 270.2595,427.02925 z "
24
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:9.06167316px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
25
           id="path1888" />
26
        <g
27
           id="g2285">
28
          <path
29
             d="M 355.47045,353.89472 L 354.46793,639.11939"
30
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3.62466908;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
31
             id="path1890" />
32
          <path
33
             d="M 390.80358 524.05859 A 5.9821429 5.9821429 0 1 1  378.8393,524.05859 A 5.9821429 5.9821429 0 1 1  390.80358 524.05859 z"
34
             transform="matrix(6.012857,0,0,1.194511,-1959.737,-124.6887)"
35
             style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.40000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
36
             id="path2778" />
37
          <path
38
             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 "
39
             transform="matrix(1.7905,0,0,2.461581,-266.6633,-444.6249)"
40
             style="font-size:56px;font-family:Arial Black"
41
             id="flowRoot2790" />
42
        </g>
43
      </g>
44
    </g>
45
  </g>
46
</svg>
tags/org.gvsig.app.document.layout.app-2.0.26/org.gvsig.app.document.layout.app.mainplugin/src/main/resources-plugin/images/northimages/gvsig_7.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.9234006,0,0,0.7812741,-84.804084,-133.6346)"
18
       id="g2276">
19
      <path
20
         d="M 268.57143 508.07648 A 90 90 0 1 1  88.571426,508.07648 A 90 90 0 1 1  268.57143 508.07648 z"
21
         transform="translate(150.3595,67.84687)"
22
         style="opacity:0.97000002;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:6.49900007;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
23
         id="path1872" />
24
      <path
25
         d="M 318.89766,490.44158 L 333.12943,490.44158 L 351.70139,517.72756 L 351.70139,490.44158 L 366.06774,490.44158 L 366.06774,539.76493 L 351.70139,539.76493 L 333.23037,512.68083 L 333.23037,539.76493 L 318.89766,539.76493 L 318.89766,490.44158 z "
26
         transform="matrix(2.124314,0,0,2.055934,-398.6878,-753.803)"
27
         style="font-size:68.90465546px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:3.20119524;stroke-miterlimit:4;stroke-opacity:1;font-family:Arial Black"
28
         id="flowRoot2762" />
29
      <path
30
         d="M 309.64911,408.22596 L 309.64911,483.69446 L 347.04673,482.83685 L 347.04673,408.22596 L 378.32963,413.23515 L 326.34297,350.86646 L 276.90976,416.74838 L 309.64911,408.22596 z "
31
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5.9933877px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
32
         id="path2030" />
33
    </g>
34
  </g>
35
</svg>
tags/org.gvsig.app.document.layout.app-2.0.26/org.gvsig.app.document.layout.app.mainplugin/src/main/resources-plugin/images/northimages/gvsig_8.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(1.0247396,0,0,0.871256,-143.236,-191.78117)"
18
       id="g2370">
19
      <path
20
         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 "
21
         transform="matrix(1.371631,0,0,1.160507,-115.40596,-54.290579)"
22
         style="font-size:56px;font-family:Arial Black"
23
         id="flowRoot2790" />
24
      <g
25
         transform="translate(363.33754,28.284271)"
26
         id="g2609">
27
        <path
28
           d="M -41.201455,536.19158 L -6.1508242,536.19158 L -6.1508242,565.10357 C -29.628466,563.91471 -40.135073,553.43428 -41.201455,536.19158 z "
29
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.80164814;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
30
           id="path4581" />
31
        <path
32
           d="M -1.3247646,501.25374 L -1.3247646,531.71371 L 32.624578,531.71371 C 31.228582,511.31098 18.922153,502.18046 -1.3247646,501.25374 z "
33
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.85046959;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
34
           id="path4583" />
35
        <path
36
           d="M 383.92112 546.93866 A 8.6178637 8.6178637 0 1 1  366.68539,546.93866 A 8.6178637 8.6178637 0 1 1  383.92112 546.93866 z"
37
           transform="matrix(-4.422077,0,0,3.914321,1655.451,-1607.255)"
38
           style="opacity:0.97000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.30874145;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
39
           id="path4589" />
40
      </g>
41
      <g
42
         transform="matrix(5.626187,0,0,7.650437,-3962.7077,-2984.5997)"
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff