Revision 1988

View differences:

org.gvsig.raster.tools/trunk/org.gvsig.raster.tools/org.gvsig.raster.tools.app.basic/src/main/resources-plugin/config.xml
16 16
				<selectable-tool icon="layer-zoom-res-level" action-command="ZoomResolutionLevel" tooltip="goto_resolution_level" position="7"/>
17 17
			</tool-bar>
18 18
			<menu text="Layer/goto_resolution_level" 
19
				position="0" 
20
				action-command="ZoomResolutionLevel" 
21
				icon="layer-zoom-res-level"/>
19
				name="raster-tools-resolutionlevel"/>
22 20
				
21
			<action 
22
        		name="raster-tools-resolutionlevel"
23
        		label="goto_resolution_level"
24
        		action-command="ZoomResolutionLevel" 
25
        		icon="layer-zoom-res-level"
26
        		position="0"
27
        		accelerator="Ctrl+Alt++"
28
        	/>
29
				
23 30
			<menu text="Layer/regiones_interes"
24
				position="0" 
25
				action-command="RoisManager" 
26
				icon="layer-modify-roi"/>
31
				name="raster-tools-regiones-interes"/>
27 32
				
33
			<action 
34
        		name="raster-tools-regiones-interes"
35
        		label="regiones_interes"
36
        		action-command="RoisManager" 
37
        		icon="layer-modify-roi"
38
        		position="0"
39
        		accelerator="Ctrl+Alt+A"
40
        	/>
41
        	
28 42
			<menu text="Layer/histograma"
29
				position="0" 
30
				action-command="HistogramPanel" 
31
				icon="layer-histogram"/>
43
				name="raster-tools-histograma"/>
32 44
				
45
			<action 
46
        		name="raster-tools-histograma"
47
        		label="histograma"
48
        		action-command="HistogramPanel" 
49
        		icon="layer-histogram"
50
        		position="0"
51
        		accelerator="Ctrl+Alt+H"
52
        	/>
53
				
33 54
			<menu text="Layer/tablas_color"
34
				position="0" 
35
				action-command="ViewColorTable" 
36
				icon="layer-color-table"/>
55
				name="raster-tools-tablas-color"/>
37 56
				
57
			<action 
58
        		name="raster-tools-tablas-color"
59
        		label="tablas_color"
60
        		action-command="ViewColorTable" 
61
        		icon="layer-color-table"
62
        		position="0"
63
        		accelerator="Ctrl+Alt+T"
64
        	/>
65
				
38 66
			<menu text="Layer/generar_overviews"
39
				position="0" 
40
				action-command="Overviews" 
41
				icon="layer-modify-overviews"/>
67
				name="raster-tools-generar-overviews"/>
68
				
69
			<action 
70
        		name="raster-tools-generar-overviews"
71
        		label="generar_overviews"
72
        		action-command="Overviews" 
73
        		icon="layer-modify-overviews"
74
        		position="0"
75
        		accelerator="Ctrl+Alt+O"
76
        	/>
42 77
			
43 78
			<menu text="Layer/propiedades_raster"
44
				position="0" 
45
				action-command="RasterProperties" 
46
				icon="layer-properties-raster"/>
79
				name="raster-tools-properties"/>
47 80
				
81
			<action 
82
        		name="raster-tools-properties"
83
        		label="propiedades_raster"
84
        		action-command="RasterProperties" 
85
        		icon="layer-properties-raster"
86
        		position="0"
87
        		accelerator="Ctrl+Alt+P"
88
        	/>
89
				
48 90
			<menu text="Layer/filtros"
49
				position="0" 
50
				action-command="FilterPanel" 
51
				icon="layer-filter-raster"/>
91
				name="raster-tools-filter"/>
52 92
				
93
			<action 
94
        		name="raster-tools-filter"
95
        		label="filtros"
96
        		action-command="FilterPanel" 
97
        		icon="layer-filter-raster"
98
        		position="0"
99
        		accelerator="Ctrl+Alt+F"
100
        	/>
101
				
53 102
			<menu text="Layer/enhanced_rad"
54
				position="0" 
55
				action-command="EnhancedPanel" 
56
				icon="layer-enhanced"/>
103
				name="raster-tools-enhanced-rad"/>
57 104
				
105
			<action 
106
        		name="raster-tools-enhanced-rad"
107
        		label="enhanced_rad"
108
        		action-command="EnhancedPanel" 
109
        		icon="layer-enhanced"
110
        		position="0"
111
        		accelerator="Ctrl+Alt+E"
112
        	/>
113
				
58 114
			<menu text="Layer/geolocation"
59
				position="0" 
60
				action-command="GeoLocation" 
61
				icon="layer-geolocalization"/>
115
				name="raster-tools-geolocation"/>
62 116
				
117
			<action 
118
        		name="raster-tools-geolocation"
119
        		label="geolocation"
120
        		action-command="GeoLocation" 
121
        		icon="layer-geolocalization"
122
        		position="0"
123
        		accelerator="Ctrl+Alt+G"
124
        	/>
125
				
63 126
			<!-- ************* -->
64 127
				
65 128
			<menu text="Layer/export_to/saveas"
66
				position="0" 
67
				action-command="SaveAs" 
68
				icon="layer-saveas"/>
129
				name="raster-tools-saveas"/>
69 130
				
131
			<action 
132
        		name="raster-tools-saveas"
133
        		label="saveas"
134
        		action-command="SaveAs" 
135
        		icon="layer-saveas"
136
        		position="0"
137
        		accelerator="Ctrl+Alt+S"
138
        	/>
139
				
70 140
			<menu text="Layer/export_to/recorte"
71
				position="0" 
72
				action-command="ClippingPanel" 
73
				icon="layer-clip-raster"/>
141
				name="raster-tools-clip"/>
74 142
				
143
			<action 
144
        		name="raster-tools-clip"
145
        		label="recorte"
146
        		action-command="ClippingPanel" 
147
        		icon="layer-clip-raster"
148
        		position="0"
149
        		accelerator="Ctrl+Alt+C"
150
        	/>
151
				
75 152
			<!-- ************* -->
76 153
			
77 154
			<menu text="View/export/salvar_raster_geo"
78
				position="0" 
79
				action-command="SaveRaster" 
80
				icon="view-export-georeferenced-raster"/>
155
				name="raster-tools-save-geo"/>
81 156
				
157
			<action 
158
        		name="raster-tools-save-geo"
159
        		label="salvar_raster_geo"
160
        		action-command="SaveRaster" 
161
        		icon="view-export-georeferenced-raster"
162
        		position="0"
163
        		accelerator="Ctrl+Alt+W"
164
        	/>
165
				
82 166
			<menu text="View/seleccionar_capas_raster"
83
				position="0" 
84
				action-command="SelectLayer" 
85
				icon="view-select-raster-layer"/>
167
				name="raster-tools-select-layer"/>
86 168
				
169
			<action 
170
        		name="raster-tools-select-layer"
171
        		label="seleccionar_capas_raster"
172
        		action-command="SelectLayer" 
173
        		icon="view-select-raster-layer"
174
        		position="0"
175
        	/>
176
        	
87 177
			<menu text="View/export/export_view_to_image"
88
				position="0" 
89
				action-command="SaveViewToImageRaster" 
90
				icon="layer-saveas"/>
178
				name="raster-tools-export-view"/>
91 179
			
180
			<action 
181
        		name="raster-tools-export-view"
182
        		label="export_view_to_image"
183
        		action-command="SaveViewToImageRaster" 
184
        		icon="layer-saveas"
185
        		position="0"
186
        		accelerator="Ctrl+Alt+V"
187
        	/>
188
        	
92 189
			<menu text="View/analysisview"
93
				position="0" 
94
				action-command="ViewRasterAnalysis" 
95
				icon="view-raster-analysis"/>
190
				name="raster-tools-analysisview"/>
191
				
192
			<action 
193
        		name="raster-tools-analysisview"
194
        		label="analysisview"
195
        		action-command="ViewRasterAnalysis" 
196
        		icon="view-raster-analysis"
197
        		position="0"
198
        		accelerator="Ctrl+Alt+K"
199
        	/>
200
        	
96 201
		</extension>
97 202
		
98 203
		<extension class-name="org.gvsig.raster.tools.app.basic.tool.infobypoint.InfoByRasterPointExtension"
org.gvsig.raster.wms/trunk/org.gvsig.raster.wms/org.gvsig.raster.wms.app.wmsclient/src/main/resources-plugin/config.xml
14 14
			active="true"
15 15
			priority="10">
16 16
			<menu text="File/Export_to/WMC"
17
				tooltip="export_to_map_context"
18
				position="100900400"
19
				action-command="EXPORT" />
17
				name="raster-wms-export-wmc" />
18
			<action 
19
        		name="raster-wms-export-wmc"
20
       			label="WMC"
21
        		action-command="EXPORT" 
22
        		tooltip="export_to_map_context"
23
        		position="100900400"
24
        	/>
20 25
		</extension>
21 26
		<extension class-name="org.gvsig.raster.wms.app.wmsclient.wmc.ImportWebMapContextExtension"
22 27
			description="Support for exporting OGC's Web Map Context documents"
23 28
			active="true"
24 29
			priority="10">
25 30
			<menu text="File/WMC_Open"
26
				tooltip="import_map_context"
27
				position="100500000"
28
				action-command="IMPORT" />
31
				name="raster-wms-import-wmc" />
32
			<action 
33
        		name="raster-wms-import-wmc"
34
       			label="WMC_Open"
35
        		action-command="IMPORT" 
36
        		tooltip="import_map_context"
37
        		position="100500000"
38
        	/>
29 39
		</extension>
30 40
		<extension class-name="org.gvsig.raster.wms.app.wmsclient.infobypoint.InfoByWMSPointExtension"
31 41
			description="Extensi?n encargada de gestionar la herramienta de info."
org.gvsig.raster.timeseries/trunk/org.gvsig.raster.timeseries/org.gvsig.raster.timeseries.app/src/main/resources-plugin/config.xml
8 8
			description="Time Support"
9 9
			active="true"
10 10
			priority="1">
11
			
11 12
			<tool-bar name="OpenTimeSerie" position="40000">
12
				<action-tool icon="open-timeserie" action-command="OpenTimeSerie" tooltip="Open_timeserie" position="1"/>
13
				<action-tool name=open-timeserie/>
13 14
			</tool-bar>
15
			
16
			<action 
17
        		name="open-timeserie"
18
       			label="Open_timeserie"
19
        		tooltip="Open_timeserie"
20
        		action-command="OpenTimeSerie" 
21
        		icon="open-timeserie"
22
        		position="1"
23
        	/>
14 24
		</extension>
15 25
	</extensions>
16 26
</plugin-config>
org.gvsig.raster.mosaic/trunk/org.gvsig.raster.mosaic/org.gvsig.raster.mosaic.app/src/main/resources-plugin/config.xml
8 8
			description="Mosaic Support"
9 9
			active="true"
10 10
			priority="1">
11
			<tool-bar name="OpenTimeSerie" position="40000">
11
			<!-- <tool-bar name="OpenTimeSerie" position="40000">
12 12
				<action-tool icon="open-timeserie" action-command="OpenTimeSerie" tooltip="Open_timeserie" position="1"/>
13 13
			</tool-bar>
14
			<tool-bar name="OpenTimeSerie" position="40000">
15
				<action-tool name=open-timeserie/>
16
			</tool-bar>
17
			
18
			<action 
19
        		name="open-timeserie"
20
       			label="Open_timeserie"
21
        		tooltip="Open_timeserie"
22
        		action-command="OpenTimeSerie" 
23
        		icon="open-timeserie"
24
        		position="1"
25
        	/>-->
14 26
		</extension>
15 27
	</extensions>
16 28
</plugin-config>
org.gvsig.raster.wcs/trunk/org.gvsig.raster.wcs/org.gvsig.raster.wcs.app.wcsclient/src/main/resources-plugin/config.xml
8 8
			description="M?dulo de WCSClient." 
9 9
			active="true" 
10 10
			priority="1">
11
			<menu text="Layer/WCS_properties" action-command="properties" 
12
				position="8"/>
11
			<menu text="Layer/WCS_properties" 
12
				name="raster-wcs-properties"/>
13
				
14
			<action 
15
        		name="raster-wcs-properties"
16
       			label="WCS_properties"
17
        		action-command="properties" 
18
        		position="8"
19
        	/>
13 20
		
14 21
		</extension>
15 22
	</extensions>
org.gvsig.raster.reproject/trunk/org.gvsig.raster.reproject/org.gvsig.raster.reproject.app.reprojectclient/src/main/resources-plugin/config.xml
10 10
			priority="1">
11 11
			
12 12
			<menu text="Layer/reproject_layer"
13
				position="0" 
14
				action-command="Reproject" 
15
				icon="tools-raster-reproject"/>
13
				name="raster-tools-reproject-layer"/>
16 14
				
15
			<action 
16
        		name="raster-tools-reproject-layer"
17
        		label="reproject_layer"
18
        		tooltip="reproject_layer"
19
        		action-command="Reproject" 
20
        		icon="tools-raster-reproject"
21
        		position="0"
22
        		accelerator="Ctrl+Alt+R"
23
        	/>
24
				
17 25
		</extension>	
18 26
	</extensions>
19 27
</plugin-config>

Also available in: Unified diff