Revision 265

View differences:

tags/org.gvsig.app.document.layout2.app-2.0.34/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
    
3
    <modelVersion>4.0.0</modelVersion>
4
	<artifactId>org.gvsig.app.document.layout2.app</artifactId>
5
    <packaging>pom</packaging>
6
    <version>2.0.34</version>
7

  
8
    <name>Document: Layout document v2, parent artifact</name>
9
    <description>This plugin adds creation/management of layout (map) documents.</description>
10
    
11
    <parent>
12
        <groupId>org.gvsig</groupId>
13
        <artifactId>org.gvsig.desktop</artifactId>
14
        <version>2.0.57</version>
15
    </parent>
16
    
17
	<url>https://devel.gvsig.org/redmine/projects/gvsig-app-document-layout</url>
18
	
19
    <scm>
20
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-app-document-layout/tags/org.gvsig.app.document.layout2.app-2.0.34</connection>
21
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-app-document-layout/tags/org.gvsig.app.document.layout2.app-2.0.34</developerConnection>
22
        <url>https://devel.gvsig.org/redmine/projects/gvsig-app-document-layout/repository/show/tags/org.gvsig.app.document.layout2.app-2.0.34</url>
23
    </scm>
24
    <repositories>
25
      <repository>
26
        <id>gvsig-public-http-repository</id>
27
        <name>gvSIG maven public HTTP repository</name>
28
        <url>http://devel.gvsig.org/m2repo/j2se</url>
29
        <releases>
30
          <enabled>true</enabled>
31
          <updatePolicy>daily</updatePolicy>
32
          <checksumPolicy>warn</checksumPolicy>
33
        </releases>
34
        <snapshots>
35
          <enabled>true</enabled>
36
          <updatePolicy>daily</updatePolicy>
37
          <checksumPolicy>warn</checksumPolicy>
38
        </snapshots>
39
      </repository>
40
    </repositories>
41
        
42
	<build>
43
		<plugins>
44
			<plugin>
45
				<groupId>org.apache.maven.plugins</groupId>
46
				<artifactId>maven-release-plugin</artifactId>
47
				<configuration>
48
					<tagBase>https://devel.gvsig.org/svn/gvsig-app-document-layout/tags</tagBase>
49
				</configuration>
50
			</plugin>
51
		</plugins>
52
	</build>
53

  
54
	<modules>
55
		<module>org.gvsig.app.document.layout2.app.mainplugin</module>
56
	</modules>
57

  
58
</project>
tags/org.gvsig.app.document.layout2.app-2.0.34/org.gvsig.app.document.layout2.app.mainplugin/buildNumber.properties
1
#Wed Oct 01 13:07:37 EDT 2014
2
buildNumber=53
tags/org.gvsig.app.document.layout2.app-2.0.34/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>
tags/org.gvsig.app.document.layout2.app-2.0.34/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.
0 9

  
tags/org.gvsig.app.document.layout2.app-2.0.34/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
tags/org.gvsig.app.document.layout2.app-2.0.34/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?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
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?logo de configuraci?n de p?gina 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?n del mapa
30
Warning_Enabling_layer_synchronization_will_discard_any_change_not_present_in_associated_view=??Cuidado!! Al activar la sincronizaci?n de capas se perder? cualquier cambio que no est? presente en la vista asociada
31
Warning_Layer_sync=Aviso: sincronizaci?n 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?n de la vista y el marco de la vista
37
Fixed_scale_and_extent=Escala y extensi?n fijos
38
Non_fixed=No fija
39
Fixed_scale=Escala fija
40
Fixed_extent=Extensi?n fija
41
1__=1:
42
Extent_cant_be_synchronized_when_using_fixed_scale_or_fixed_extent=La extensi?n no se puede sincronizar en modo escala fija o extensi?n fija
0 43

  
tags/org.gvsig.app.document.layout2.app-2.0.34/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
			<!-- 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
			<combo-scale name="layout-view-change-scale" label="1:"
410
				elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
411
				value="10000" action-command="layout-view-change-scale" />
412
			<action 
413
				name="layout-view-change-scale"
414
				label="_Change_scale"
415
				action-command="view-change-scale" />
416
			<menu text="Mapa/navegacion_vista"
417
				position="700200000" 
418
				is_separator="true"/>
419
				
420
			<action 
421
        		name="layout-view-navigation-pan"
422
            	label="Encuadre_Vista" 
423
            	tooltip="Encuadre_Vista" 
424
        		action-command="layout-view-navigation-pan" 
425
        		icon="layout-view-navigation-pan"
426
        		position="700200100"
427
        		/>
428
			<action 
429
        		name="layout-view-navigation-zoom-in-topoint"
430
            	label="Zoom_Mas_Vista" 
431
            	tooltip="Zoom_Mas_Vista" 
432
        		action-command="layout-view-navigation-zoom-in-topoint" 
433
        		icon="layout-view-navigation-zoom-in-topoint"
434
        		position="700200400"
435
        		/>
436
			<action 
437
        		name="layout-view-navigation-zoom-out-topoint"
438
            	label="Zoom_Menos_Vista" 
439
            	tooltip="Zoom_Menos_Vista" 
440
        		action-command="layout-view-navigation-zoom-out-topoint" 
441
        		icon="layout-view-navigation-zoom-out-topoint"
442
        		position="700200500"
443
        		/>
444
			<action 
445
        		name="layout-view-navigation-zoom-all"
446
            	label="Zoom_Completo_Vista" 
447
            	tooltip="Zoom_Completo_Vista" 
448
        		action-command="layout-view-navigation-zoom-all" 
449
        		icon="layout-view-navigation-zoom-all"
450
        		position="700200600"
451
        		/>
452
      		<action 
453
        		name="layout-view-add-layer"
454
		        label="Add_layer"
455
		        tooltip="Add_layer"
456
		        action-command="layout-view-add-layer" 
457
		        icon="view-layer-add"
458
		        position="700200700"
459
		        />
460
				
461
			<menu text="Mapa/navegacion_vista/Zoom_Mas_Vista" name="layout-view-navigation-zoom-in-topoint"/>
462
			<menu text="Mapa/navegacion_vista/Zoom_Menos_Vista" name="layout-view-navigation-zoom-out-topoint"/>
463
			<menu text="Mapa/navegacion_vista/Zoom_Completo_Vista" name="layout-view-navigation-zoom-all"/>
464
			<menu text="Mapa/navegacion_vista/Encuadre_Vista" name="layout-view-navigation-pan"/>
465
			
466
			<tool-bar name="Layout_Tools_View" position="9">
467
				<action-tool name="layout-view-navigation-zoom-all"/>
468
				<action-tool name="layout-view-add-layer"/>
469
				<selectable-tool name="layout-view-navigation-zoom-in-topoint"/>
470
				<selectable-tool name="layout-view-navigation-zoom-out-topoint"/>
471
				<selectable-tool name="layout-view-navigation-pan"/>
472
			</tool-bar>
473
		</extension>
474

  
475
		<extension class-name="org.gvsig.app.extension.TagExtension"
476
			description="Extensi?n para a?adir un tag a los FFrames."
477
			active="false">
478

  
479
			<action 
480
        		name="layout-graphic-show-tags"
481
            	label="ver_tags" 
482
            	tooltip="ver_tags" 
483
        		action-command="layout-graphic-show-tags" 
484
        		icon="layout-graphic-show-tags"
485
        		position="700301200"
486
        		/>
487
			<action 
488
        		name="layout-insert-tag"
489
            	label="anadir_tag" 
490
            	tooltip="anadir_tag" 
491
        		action-command="layout-insert-tag" 
492
        		icon="layout-insert-tag"
493
        		position="700401500"
494
        		/>
495

  
496
			<menu text="Mapa/anadir_tag" name="layout-insert-tag" />
497
			<tool-bar name="Mapa" position="10">
498
				<action-tool name="layout-insert-tag" />
499
				<action-tool name="layout-graphic-show-tags" />
500
			</tool-bar>
501
		</extension>
502

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

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

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

  
631

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

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

  
664
			<menu text="Edit/_Undo_redo_history" name="edit-undo-redo-actions-layout" />
665
			<tool-bar name="Mapa" position="10">
666
				<action-tool name="edit-undo-redo-actions-layout" />
667
			</tool-bar>
668
		</extension>
669

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

  
689
		<extension class-name="org.gvsig.app.extension.PrintProperties"
690
			escription="Extensi?n encargada de las propiedades de impresi?n."
691
			active="true">
692
			
693
			<action 
694
        		name="application-page-setup-layout"
695
            	label="preparar_pagina" 
696
            	tooltip="preparar_pagina" 
697
        		action-command="application-page-setup-layout" 
698
        		icon="application-page-setup"
699
        		position="700700000"
700
        		/>
701
			
702
			<menu text="Mapa/preparar_pagina" name="application-page-setup-layout" />
703
			<tool-bar name="Mapa" position="10">
704
				<action-tool name="application-page-setup-layout" />
705
			</tool-bar>
706
		</extension>
707
	</extensions>
708
</plugin-config>
tags/org.gvsig.app.document.layout2.app-2.0.34/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/images/northimages/norte_flecha.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
<svg
4
   xmlns:dc="http://purl.org/dc/elements/1.1/"
5
   xmlns:cc="http://web.resource.org/cc/"
6
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7
   xmlns:svg="http://www.w3.org/2000/svg"
8
   xmlns="http://www.w3.org/2000/svg"
9
   xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
10
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
11
   sodipodi:docname="norte_flecha.svg"
12
   sodipodi:docbase="D:\Documents and Settings\gruposig2\Escritorio"
13
   inkscape:version="0.42.2"
14
   sodipodi:version="0.32"
15
   id="svg2"
16
   viewBox="0 0 450 500"
17
   height="500"
18
   width="450">
19
  <defs
20
     id="defs4" />
21
  <sodipodi:namedview
22
     inkscape:window-y="-4"
23
     inkscape:window-x="-4"
24
     inkscape:window-height="998"
25
     inkscape:window-width="1280"
26
     inkscape:current-layer="layer1"
27
     inkscape:cy="257.30875"
28
     inkscape:cx="225.00000"
29
     inkscape:zoom="1.3220000"
30
     inkscape:pageshadow="2"
31
     inkscape:pageopacity="0.0"
32
     borderopacity="1.0"
33
     bordercolor="#666666"
34
     pagecolor="#ffffff"
35
     id="base" />
36
  <metadata
37
     id="metadata7">
38
    <rdf:RDF>
39
      <cc:Work
40
         rdf:about="">
41
        <dc:format>image/svg+xml</dc:format>
42
        <dc:type
43
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
44
      </cc:Work>
45
    </rdf:RDF>
46
  </metadata>
47
  <g
48
     id="layer1"
49
     inkscape:groupmode="layer"
50
     inkscape:label="Layer 1">
51
    <g
52
       id="g6600">
53
      <path
54
         d="M 205.44100,187.29449 L 205.44100,187.29449 L 205.44100,187.29449 L 205.44100,187.29449"
55
         class="fil0 str1"
56
         id="_53765264"
57
         style="fill:none;stroke:#1f1a17;stroke-width:0.076200001" />
58
      <line
59
         y2="194.51949"
60
         x2="210.04100"
61
         y1="194.51949"
62
         x1="210.04100"
63
         class="fil0 str1"
64
         id="_56376032"
65
         style="fill:none;stroke:#1f1a17;stroke-width:0.076200001" />
66
      <line
67
         style="fill:none;stroke:#000000;stroke-width:1.0000000;stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none"
68
         id="line1413"
69
         class="fil0 str1"
70
         x1="228.17790"
71
         y1="112.68045"
72
         x2="288.81149"
73
         y2="420.16144" />
74
      <path
75
         style="fill:none;stroke:#1f1a17;stroke-width:0.49073389"
76
         id="path1405"
77
         class="fil0 str1"
78
         d="M 225.01957,398.56499 L 225.01957,398.56499 L 225.01957,398.56499 L 225.01957,398.56499" />
79
      <line
80
         style="fill:none;stroke:#1f1a17;stroke-width:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none"
81
         id="line1409"
82
         class="fil0 str1"
83
         x1="225.59557"
84
         y1="397.81879"
85
         x2="288.82269"
86
         y2="420.16144" />
87
      <line
88
         style="fill:none;stroke:#1f1a17;stroke-width:0.49073389"
89
         id="line1411"
90
         class="fil0 str1"
91
         x1="288.82050"
92
         y1="420.16980"
93
         x2="288.82050"
94
         y2="420.16980" />
95
      <polyline
96
         transform="matrix(14.04006,0.000000,0.000000,3.092717,-1243.696,4.370190)"
97
         style="fill:#000000;fill-opacity:1.0000000;stroke:#000000;stroke-width:0.076200001;stroke-opacity:0.00000000"
98
         id="polyline1407"
99
         class="fil0 str1"
100
         points="104.829,34.9867 100.062,134.442 104.665,127.217 " />
101
      <text
102
         xml:space="preserve"
103
         style="font-size:39.300793px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans"
104
         x="214.28415"
105
         y="108.23495"
106
         id="text5063"><tspan
107
           sodipodi:role="line"
108
           id="tspan5065"
109
           x="214.28415"
110
           y="108.23495">N</tspan></text>
111
    </g>
112
  </g>
113
</svg>
tags/org.gvsig.app.document.layout2.app-2.0.34/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/images/northimages/gvsig_38.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.860825,0,0,0.8000699,-48.718641,-159.81939)"
18
       id="g3742">
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(171.3383,236.49703)"
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.9362,30.50783)"
27
         style="font-size:56px;font-family:Arial Black"
28
         id="flowRoot2790" />
29
      <g
30
         transform="translate(-85.0245,-25.98677)"
31
         id="g3272">
32
        <path
33
           d="M 390.05204,543.93736 L 357.62125,488.68543 L 390.05204,387.83727 L 422.48283,488.68543 L 390.05204,543.93736 z "
34
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6.24249077px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
35
           id="path3274" />
36
        <g
37
           transform="translate(54.99999,-10.00001)"
38
           id="g3276">
39
          <rect
40
             width="4.8339028"
41
             height="4.7446151"
42
             x="329.99377"
43
             y="532.35596"
44
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28752652;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
45
             id="rect3278" />
46
          <rect
47
             width="4.6629047"
48
             height="4.6629033"
49
             x="335.13998"
50
             y="527.62006"
51
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.27995285;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
52
             id="rect3280" />
53
          <rect
54
             width="4.7168207"
55
             height="4.7168279"
56
             x="340.14157"
57
             y="522.50378"
58
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28319013;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
59
             id="rect3282" />
60
          <rect
61
             width="4.7209816"
62
             height="4.5745606"
63
             x="340.13953"
64
             y="532.50171"
65
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.2790097;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
66
             id="rect3284" />
67
          <rect
68
             width="4.7168207"
69
             height="4.7168279"
70
             x="330.14157"
71
             y="522.50378"
72
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28319013;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
73
             id="rect3286" />
74
        </g>
75
        <g
76
           transform="translate(40.14999,-54.88215)"
77
           id="g3288">
78
          <rect
79
             width="4.8339028"
80
             height="4.7446151"
81
             x="329.99377"
82
             y="532.35596"
83
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28752652;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
84
             id="rect3290" />
85
          <rect
86
             width="4.6629047"
87
             height="4.6629033"
88
             x="335.13998"
89
             y="527.62006"
90
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.27995285;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
91
             id="rect3292" />
92
          <rect
93
             width="4.7168207"
94
             height="4.7168279"
95
             x="340.14157"
96
             y="522.50378"
97
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28319013;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
98
             id="rect3294" />
99
          <rect
100
             width="4.7209816"
101
             height="4.5745606"
102
             x="340.13953"
103
             y="532.50171"
104
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.2790097;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
105
             id="rect3296" />
106
          <rect
107
             width="4.7168207"
108
             height="4.7168279"
109
             x="330.14157"
110
             y="522.50378"
111
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28319013;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
112
             id="rect3298" />
113
        </g>
114
        <g
115
           transform="translate(55.14999,-69.88215)"
116
           id="g3300">
117
          <rect
118
             width="4.8339028"
119
             height="4.7446151"
120
             x="329.99377"
121
             y="532.35596"
122
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28752652;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
123
             id="rect3302" />
124
          <rect
125
             width="4.6629047"
126
             height="4.6629033"
127
             x="335.13998"
128
             y="527.62006"
129
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.27995285;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
130
             id="rect3304" />
131
          <rect
132
             width="4.7168207"
133
             height="4.7168279"
134
             x="340.14157"
135
             y="522.50378"
136
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28319013;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
137
             id="rect3306" />
138
          <rect
139
             width="4.7209816"
140
             height="4.5745606"
141
             x="340.13953"
142
             y="532.50171"
143
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.2790097;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
144
             id="rect3308" />
145
          <rect
146
             width="4.7168207"
147
             height="4.7168279"
148
             x="330.14157"
149
             y="522.50378"
150
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28319013;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
151
             id="rect3310" />
152
        </g>
153
        <g
154
           transform="translate(40.14999,-24.88215)"
155
           id="g3312">
156
          <rect
157
             width="4.8339028"
158
             height="4.7446151"
159
             x="329.99377"
160
             y="532.35596"
161
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28752652;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
162
             id="rect3314" />
163
          <rect
164
             width="4.6629047"
165
             height="4.6629033"
166
             x="335.13998"
167
             y="527.62006"
168
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.27995285;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
169
             id="rect3316" />
170
          <rect
171
             width="4.7168207"
172
             height="4.7168279"
173
             x="340.14157"
174
             y="522.50378"
175
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28319013;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
176
             id="rect3318" />
177
          <rect
178
             width="4.7209816"
179
             height="4.5745606"
180
             x="340.13953"
181
             y="532.50171"
182
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.2790097;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
183
             id="rect3320" />
184
          <rect
185
             width="4.7168207"
186
             height="4.7168279"
187
             x="330.14157"
188
             y="522.50378"
189
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28319013;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
190
             id="rect3322" />
191
        </g>
192
        <g
193
           transform="translate(55.14999,-39.88215)"
194
           id="g3324">
195
          <rect
196
             width="4.8339028"
197
             height="4.7446151"
198
             x="329.99377"
199
             y="532.35596"
200
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28752652;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
201
             id="rect3326" />
202
          <rect
203
             width="4.6629047"
204
             height="4.6629033"
205
             x="335.13998"
206
             y="527.62006"
207
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.27995285;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
208
             id="rect3328" />
209
          <rect
210
             width="4.7168207"
211
             height="4.7168279"
212
             x="340.14157"
213
             y="522.50378"
214
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28319013;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
215
             id="rect3330" />
216
          <rect
217
             width="4.7209816"
218
             height="4.5745606"
219
             x="340.13953"
220
             y="532.50171"
221
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.2790097;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
222
             id="rect3332" />
223
          <rect
224
             width="4.7168207"
225
             height="4.7168279"
226
             x="330.14157"
227
             y="522.50378"
228
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28319013;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
229
             id="rect3334" />
230
        </g>
231
        <g
232
           transform="translate(-35.53571,-13.51249)"
233
           id="g3336">
234
          <rect
235
             width="4.8339028"
236
             height="4.7446151"
237
             x="420.67947"
238
             y="445.9863"
239
             style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28752652;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
240
             id="rect3338" />
241
          <rect
242
             width="4.6629047"
243
             height="4.6629033"
244
             x="425.82568"
245
             y="441.2504"
246
             style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.27995285;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
247
             id="rect3340" />
248
          <rect
249
             width="4.7168207"
250
             height="4.7168279"
251
             x="430.82727"
252
             y="436.13412"
253
             style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28319013;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
254
             id="rect3342" />
255
          <rect
256
             width="4.7209816"
257
             height="4.5745606"
258
             x="430.82523"
259
             y="446.13205"
260
             style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.2790097;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
261
             id="rect3344" />
262
          <rect
263
             width="4.7168207"
264
             height="4.7168279"
265
             x="420.82727"
266
             y="436.13412"
267
             style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28319013;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
268
             id="rect3346" />
269
        </g>
270
        <g
271
           transform="translate(69.99999,-55.00001)"
272
           id="g3348">
273
          <rect
274
             width="4.8339028"
275
             height="4.7446151"
276
             x="329.99377"
277
             y="532.35596"
278
             style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.28752652;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
279
             id="rect3350" />
280
          <rect
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff