Revision 12191

View differences:

tags/PilotoRedes_Build_4/extensions/extGraph_predes/config/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
	<libraries library-dir="./lib">
4
	</libraries>
5
	<depends plugin-name="com.iver.cit.gvsig"/>
6
	<depends plugin-name="com.iver.cit.gvsig.geoprocess"/>
7
	<depends plugin-name="com.iver.cit.gvsig.cad"/>
8
		<resourceBundle name="text"/>
9
	<extensions>
10
		<!-- <extension class-name="com.iver.cit.gvsig.SymbolTest"
11
			description="Symbol test"
12
			active="true">
13
			<menu text="Test/Symbol test"	tooltip="Try symbol"
14
				action-command="DALE!"
15
			 />
16
			
17
		</extension> -->
18
		<extension class-name="com.iver.cit.gvsig.graph.GenerateNetworkExtension"
19
			description="Generate Network Extension for gvSIG."
20
			active="true">
21
			<menu text="Network/Create_Network"	tooltip="Generar_Red"
22
				action-command="GENERATE_RED"
23
				icon="images/build_graph.gif" />
24

  
25
		</extension>
26
		<extension class-name="com.iver.cit.gvsig.graph.LoadNetworkExtension"
27
			description="Load Network for gvSIG."
28
			active="true">
29

  
30
			<menu text="Network/Load_Network"	tooltip="Load_Red"
31
				action-command="LOAD_RED"
32
				icon="images/network.png" />
33
				
34
<!--			<menu text="Network/Load_Network_from_tables"	tooltip="Load_Red"
35
				action-command="LOAD_NETWORK_FROM_TABLES"
36
				icon="images/network.png" /> -->
37

  
38
		</extension>
39
		
40
		<extension class-name="com.iver.cit.gvsig.graph.ManageFlagsExtension"
41
			description="Manage flags."
42
			active="true">
43
			<menu text="Network/Manage_Flags"	tooltip="Manage_Flags"
44
				action-command="MANAGE_FLAGS"
45
				icon="images/manage_flags.png" />
46
			
47
		</extension>
48
		<extension class-name="com.iver.cit.gvsig.graph.ShortestPathExtension"
49
			description="Shortest path"
50
			active="true">
51
			<menu text="Network/separator" is_separator="true"/>
52

  
53
			<menu text="Network/Shortest_Path"	tooltip="Shortest_Path"
54
				action-command="SHORTEST_PATH"
55
				icon="images/shortest_path.png" />
56
			<tool-bar name="Networks">
57
				<action-tool icon="images/shortest_path.png"
58
					action-command="SHORTEST_PATH"
59
					tooltip="shortestpath"
60
					position="1"/>
61
			</tool-bar>
62

  
63
		</extension>
64

  
65
		<extension class-name="com.iver.cit.gvsig.graph.ClearRouteExtension"
66
			description="Remove routes"
67
			active="true">
68
			<menu text="Network/Clear/Clear_Routes" action-command="CLEAR_ROUTES"  />
69
		</extension>
70
		<extension class-name="com.iver.cit.gvsig.graph.ClearFlagsExtension"
71
			description="Remove routes"
72
			active="true">
73
			<menu text="Network/Clear/Clear_Flags" action-command="CLEAR_FLAGS"  />
74
		</extension>
75
		<extension class-name="com.iver.cit.gvsig.graph.ClearBarriersExtension"
76
			description="Remove barriers"
77
			active="true">
78
			<menu text="Network/Clear/Clear_Barriers" action-command="CLEAR_BARRIERS"  />
79
		</extension>
80

  
81

  
82
		<extension class-name="com.iver.cit.gvsig.graph.NetworkAddFlag"
83
			description="Flags"
84
			active="true">
85
			<tool-bar name="Networks">
86
				<selectable-tool icon="images/add_flag_on_arc.png"
87
					action-command="ADD_FLAG_TO_NETWORK"
88
					tooltip="put_flag_on_arc"
89
					position="2"/>
90
				<selectable-tool icon="images/add_flag_on_node.png"
91
					action-command="ADD_FLAG_TO_NODE"
92
					tooltip="put_flag_on_node"
93
					position="3"/>
94
				<selectable-tool icon="images/no_way.png"
95
					action-command="ADD_BARRIER"
96
					tooltip="put_barrier"
97
					position="4"/>
98
					
99
			</tool-bar>
100
		</extension>
101
		<!-- <extension class-name="com.iver.cit.gvsig.graph.TestExtension"
102
			description="ODMATRIX"
103
			active="true">
104
			<tool-bar name="Networks">
105
				<selectable-tool icon="images/gtk-about.png"
106
					action-command="ODMATRIX"
107
					tooltip="ODMATRIX"
108
					/>
109
			</tool-bar>
110
			<menu text="Test/ODMATRIX" action-command="ODMATRIX"/> 
111
		</extension> -->
112
		<!-- <extension class-name="com.iver.cit.gvsig.graph.TopologyExtension"
113
			description="Extensi?n para crear topolog?a."
114
			active="true">
115
			<menu text="Capa/Topology_Test/Clean_Test" action-command="CLEAN"/>
116
			<menu text="Capa/Topology_Test/Show Errors" action-command="SHOW_ERRORS"/>
117
			<menu text="Capa/Topology_Test/Triangulation_Test" action-command="TRIANGULATION"/>
118
		</extension> -->
119

  
120
		<extension class-name="com.iver.cit.gvsig.topology.lineclean.RegisterGeoprocessPlugin"
121
			description="Extensiones de geoprocesamiento"
122
			active="true" />
123

  
124
		<extension class-name="com.iver.cit.gvsig.AboutGraphExtension"
125
			description="Extension to add about panel."
126
			active="true"/>
127
	</extensions>
128
</plugin-config>
0 129

  
tags/PilotoRedes_Build_4/extensions/extGraph_predes/config/text.properties
1
Aplicar_tolerancia_de_snap=Usar tolerancia para crear la topolog\u00EDa de red
2
Aplicar_un_CLEAN_sobre_la_capa_original=Corregir topol\u00F3gicamente la capa original
3
Calcular_la_red_sobre_la_capa_original=Calcular la red sobre la capa original
4
center_on_flag=Centrar sobre parada
5
Clean_de_lineas=Correcci\u00F3n autom\u00E1tica de errores topol\u00F3gicos
6
Clean_Test=Clean
7
Clear=Borrar
8
Clear_Barriers=Quitar todas las barreras
9
Clear_Flags=Quitar todas las paradas
10
Clear_Routes=Borrar todas las rutas
11
Conversion_de_datos=Conversi\u00F3n de datos
12
Create_Network=Generar topolog\u00EDa de red
13
de=de
14
Defines_a_dot_density_symbol_based_on_a_field_value=Define simbolog\u00EDa de densidad de puntos basada en el valor de un campo determinado
15
Error_ejecucion=Error de ejecuci\u00f3n
16
Error_entrada_datos=Error de entrada de datos
17
Error_entrada_datos=
18
Error_escritura_resultados=Error de escritura de resultados
19
Error_fallo_geoproceso=Se ha producido un fallo durante la ejecuci\u00f3n del geoproceso
20
Error_preparar_escritura_resultados=Se ha producido un error al preparar la capa de resultados
21
Error_seleccionar_resultado=Es necesario especificar un fichero de resultados
22
Especifique_fichero_shp_resultante=Especifique el fichera Shape resultante
23
Fichero_para_capa_corregida=Fichero para la capa corregida
24
Generando_red_a_partir_de_capa_lineal=Generando red a partir de capa lineal
25
Generar_Red==Generar topolog\u00EDa de red
26
Limpiando_lineas=Limpiando l\u00EDneas
27
LineClean=Correcci\u00F3n de errores topol\u00F3gicos en capa lineal
28
LineClean._Progress_Message=Corrigiendo topolog\u00EDa de la capa...
29
Load_Network=Cargar topolog\u00EDa de red previamente generada
30
Load_Red=Cargar fichero de topolog\u00EDa de red previamente calculado
31
Manage_Flags=Gesti\u00F3n de paradas
32
Network=Red
33
no_se_puede_pasar_por_todas_las_paradas=No se puede pasar por todas las paradas
34
Procesando_linea=Construyendo red
35
Ruta_borrada_o_inexistente=Ruta borrada o inexistente
36
Ruta_no_encontrada=Ruta no encontrada
37
Seleccionar_capa_con_puntos_de_parada=Convertir capa en puntos de parada
38
Seleccione_una_capa_de_puntos_para_crear_paradas=Escoja una capa de puntos para importar paradas
39
Seleccione_un_formato_para_guardar_la_ruta=Seleccione un formato vectorial para guardar la ruta mas reciente.
40
Seleccione_un_formato_para_guardar_los_flags=Seleccione un formato vectorial para guardar las paradas.
41
Shortest_Path=Camino m\u00EDnimo
42
Trabajar_con_las_coordenadas_originales=Trabajar con las coordenadas originales
43
angle=\u00E1ngulo
44
based_upon_the_road_type=
45
cannot_apply_to_a_non_polygon_layer=S\u00F3lo se puede aplicar la leyenda a una capa de pol\u00EDgonos
46
change=cambiar
47
character_marker=Marcador de car\u00E1cter
48
character_marker_symbol=S\u00EDmbolo Marcador de car\u00E1cter
49
choose_marker=Elija marcador
50
color=color
51
cost=coste
52
cost_field=campo de coste
53
cost_field_text=Cost
54
cost_from_a_table_field=
55
cost_units=unidades de coste
56
cost_units_text=unidades de coste
57
could_not_find_symbol_directory=
58
could_not_setup_legend=No se pudo crear la leyenda. Por favor, revise los valores
59
create_network=Generar topolog\u00EDa de red
60
criterium=Criterio
61
densities=Densidades
62
done=hecho
63
dot_density=Densidad de puntos
64
dot_size=Tama\u00F1o de punto
65
dot_value=Valor del punto
66
enable=habilitado
67
explanation_sense_field=<html>1-> Seg\u00FAn est\u00E1 digitalizado<br>2-> inverso<br>3-> Se puede circular en los 2 sentidos)</html>
68
feet=pies
69
field_configuration=Configuraci\u00F3n de campos
70
fill_color=Color de relleno
71
fill_properties=Propiedades de relleno
72
flag_amount=N\u00BA de paradas
73
generate_report=Ver informe de ruta
74
grid=Malla
75
high=Alta
76
hours=horas
77
inches=pulgadas
78
invalid_layer=capa inv\u00E1lida
79
la_capa_no_tiene_red_asociada=La capa no tiene ninguna red asociada
80
labelling_field=Campo de densidad
81
layer=capa
82
layers=Capas
83
length_field_text=Length
84
line_symbols=s\u00EDmbolos de l\u00EDnea
85
load_stages=Cargar paradas
86
low=Baja
87
marker_fill=Relleno de marcadores
88
medium=Media
89
meters=metros
90
miles=millas
91
millimeters=
92
minutes=
93
monetary=
94
nautic_miles=
95
net_analyst=
96
new_flag=Nueva parada
97
offset=Desplazamiento
98
options=opciones
99
outline=Borde
100
outline_color=Color del borde
101
outline_color=Color del borde
102
outline_width=Tama\u00F1o del borde
103
point_symbols=S\u00EDmbolos para puntos
104
polygon_symbols=S\u00EDmbolos para pol\u00EDgonos
105
preview=Previsualizaci\u00F3n
106
properties=Propiedades
107
put_barrier=Establecer tramo prohibido
108
put_flag_on_arc=Situar parada encima de tramo
109
put_flag_on_node=Situar parada encima de nodo
110
random=Aleatorio
111
reset=Limpiar
112
route_control_panel=Gestor de paradas
113
save=Guardar
114
save_error=Error guardando
115
save_route=Salvar ruta
116
save_stages=Salvar paradas
117
seconds=segundos
118
select_length_field=Seleccione el campo de longitud (metros)
119
select_sense_field=Seleccione el campo de sentido
120
select_street_route_field_name=Seleccione el campo para crear el informe de ruta (nombre de v\u00EDa por donde se pasa)
121
select_type_field=Seleccione el campo de tipo de v\u00EDa.
122
sense_field_text=Direction
123
separation=Separaci\u00F3n
124
shape_type_not_yet_supported=
125
shortest_path_not_found=No se ha encontrado ninguna ruta.
126
shortestpath=Camino m\u00EDnimo
127
simple_fill=Relleno sencillo
128
size=tama\u00F1o
129
solucion_no_valida=Soluci?n no valida
130
stage=parada
131
symbol_library=
132
symbol_property_editor=Editor de propiedades del s\u00EDmbolo
133
symbol_selector=
134
Topology_Test=Topolog?a
135
Triangulation_Test=Triangulacion
136
total_route_cost=
137
trying_to_add_a_non_TypeSymbolEditor_panel=Se est\u00E1 intentando a\u00F1adir un panel que no es del tipo TypeSymbolEditor
138
two_panels_with_the_same_name=Dos paneles con el mismo nombre
139
type=Tipo
140
type_field_text=
141
units=Unidades
142
unknown_longitude_units=
143
unknown_time_units=
144
unknown_units=
145
use_line_length=Usar longitud de l\u00EDnea
146
use_symbol=
147
width=ancho
148
yards=
149
piloto_de_redes=Piloto de redes
150
msg_set_velocities=Por favor, establezca la velocidad para cada tipo de tramo (en Km / hora)
151
col_arc_type=Tipo de via
152
col_km_per_hour=Km/hora
153
set_velocities=Fijar velocidades
0 154

  
tags/PilotoRedes_Build_4/extensions/extGraph_predes/config/about.htm
1
<html>
2
  <head>
3
    <title>Extesi&oacute;n del piloto de redes.</title>
4
    <meta content="">
5
    <style></style>
6
  </head>
7
  <body>
8
<table width="60%" border="0">
9
  <tr>
10
    <td width="64%"><img src="images/logo_horiz_bicolor_gva.png" width="329" height="50"></td>
11
    <td width="36%"><div align="right"><img src="images/logoIver.png" width="87" height="50"></div></td>
12
  </tr>
13
  <tr>
14
    <td colspan="2"><font face="Arial, Helvetica, sans-serif">&copy; Copyright
15
      Generalitat Valenciana, IVER T.I. 2007.</font></td>
16
  </tr>
17
</table>
18
  <h3>Piloto gandador del concurso de Redes.</h3>
19
  <p><br><br><b> Build Number: #build.number#</b></p>
20
  </body>
21
</html>
0 22

  
tags/PilotoRedes_Build_4/extensions/extGraph_predes/config/text_en.properties
1
Aplicar_tolerancia_de_snap=Apply snap tolerance
2
Aplicar_un_CLEAN_sobre_la_capa_original=CLEAN the original layer
3
Calcular_la_red_sobre_la_capa_original=Compute the net over the original layer
4
Clean_de_lineas=Line clean
5
Conversion_de_datos=Data conversion
6
de=of
7
Defines_a_dot_density_symbol_based_on_a_field_value=Defines a dot density symbol based on a value of a given field
8
Error_ejecucion=Execution error
9
Error_entrada_datos=Data entry error
10
Error_entrada_datos=Data entry error
11
Error_escritura_resultados=Error writing results
12
Error_fallo_geoproceso=Error in geoprocess execution
13
Error_preparar_escritura_resultados=Error preparing writing of results
14
Error_seleccionar_resultado=You must select a result file layer
15
Especifique_fichero_shp_resultante=Specify a resulting Shape file
16
Fichero_para_capa_corregida=File for corrected layer
17
Limpiando_lineas=Cleaning lines
18
LineClean=Topology errors correction in lineal vectorial layer.
19
LineClean._Progress_Message=Cleaning topology of layer...
20
Generando_red_a_partir_de_capa_lineal=Create network from layer of lines
21
Procesando_linea=Building network
22
Ruta_borrada_o_inexistente=Route deleted or inexisting
23
Ruta_no_encontrada=Route not found
24
Seleccionar_capa_con_puntos_de_parada=Creating flags from a point layer
25
Seleccione_una_capa_de_puntos_para_crear_paradas=Choose a point layer whose features will be converted in flags
26
Seleccione_un_formato_para_guardar_la_ruta=Choose a format to save the lastest route. 
27
Seleccione_un_formato_para_guardar_los_flags=Choose a format to save flags.
28
Trabajar_con_las_coordenadas_originales=Work with original coordinates
29
angle=Angle
30
based_upon_the_road_type=Based upon the road type
31
cannot_apply_to_a_non_polygon_layer=Cannot apply to a non polygon layer
32
change=Change
33
character_marker=Character marker
34
character_marker_symbol=Character marker
35
choose_marker=Choose marker
36
color=Color
37
cost=Cost
38
cost_field=Cost field
39
cost_field_text=<html>Explicaci\u00F3n cost</html>
40
cost_from_a_table_field=Compute cost from a table\u0092s field
41
cost_units=Cost units
42
cost_units_text=<html>Explicaci\u00F3n cost units</html>
43
could_not_find_symbol_directory=Unable to locate the symbol\u0092s library\u0092s source folder
44
could_not_setup_legend=Could not setup legend. Please check values.
45
create_network=Create Network
46
criterium=Criterium
47
densities=Densities
48
done=Done
49
dot_density=Dot density
50
dot_size=Dot size
51
dot_value=Dot value
52
enable=Enable
53
feet=Feet
54
field_configuration=Field configuration
55
fill_color=Fill color
56
fill_color=Fill color
57
fill_properties=Fill properties
58
flag_amount=Flag amount
59
grid=Grid
60
high=High
61
hours=Hours
62
inches=Inches
63
invalid_layer=Invalid layer
64
la_capa_no_tiene_red_asociada=
65
labelling_field=Labelling field
66
layers=Layers
67
length_field_text=<html>Explicaci\u00F3n campo longitud</html>
68
line_symbols=Line Symbols
69
load_stages=Load stages
70
low=Low
71
marker_fill=Marker fill
72
medium=Medium
73
meters=Meters
74
miles=Miles
75
millimeters=Millimeters
76
minutes=Minutes
77
monetary=Monetary
78
nautic_miles=Nautic miles
79
net_analyst=Net Analyst
80
new_flag=New flag
81
offset=Offset
82
options=Options
83
outline=Outline
84
outline_color=Outline color
85
outline_width=Outline width
86
point_symbols=Point symbols
87
polygon_symbols=Polygon symbols
88
preview=Preview
89
properties=Properties
90
random=Random
91
reset=Reset
92
route_control_panel=Route control panel
93
save=Save
94
save_error=Error saving
95
save_route=Save route
96
save_stages=Save stages
97
seconds=Seconds
98
select_length_field=Select length field
99
select_sense_field=Select sense field
100
select_street_route_field_name=
101
select_type_field=Select type field
102
sense_field_text=<html>Explicaci\u00F3n sense text field</html>
103
separation=Separation
104
shape_type_not_yet_supported=Shape type not yet supported
105
shortest_path_not_found=
106
simple_fill=Simple fill
107
size=Size
108
stage=Stage
109
symbol_library=Symbol library
110
symbol_property_editor=Symbol property editor
111
symbol_selector=Symbol selector
112
total_route_cost=Total route cost
113
trying_to_add_a_non_TypeSymbolEditor_panel=Attempting to add a non TypeSymbolEditor panel
114
two_panels_with_the_same_name=Two panels with the same name
115
type=Type
116
type_field_text=<html>Explicaci\u00F3n type text field</html>
117
units=Units
118
unknown_longitude_units=Unknown longitude units
119
unknown_time_units=Unknown time units
120
unknown_units=Unkown units
121
use_line_length=Use line length
122
use_symbol=Use symbol
123
width=Width
124
yards=Yards
125
piloto_de_redes=
126
msg_set_velocities=Please, set speeds for each type of arc (Km / hour)
127
col_arc_type=Arc Type
128
col_km_per_hour=Km/hour
129
set_velocities=Set speeds
0 130

  
tags/PilotoRedes_Build_4/extensions/extGraph_predes/config/text_ca.properties
1
Clean_de_lineas=
2
Conversion_de_datos=
3
Error_ejecucion=
4
Error_entrada_datos=
5
Error_entrada_datos=
6
Error_escritura_resultados=
7
Error_fallo_geoproceso=
8
Error_preparar_escritura_resultados=
9
Error_seleccionar_resultado=
10
LineClean=
11
angle=
12
based_upon_the_road_type=
13
change=
14
color=
15
cost=
16
cost_field=
17
cost_field_text=
18
cost_from_a_table_field=
19
cost_units=
20
cost_units_text=
21
could_not_find_symbol_directory=
22
create_network=
23
done=
24
enable=
25
feet=
26
flag_amount=
27
hours=
28
inches=
29
invalid_layer=
30
length_field_text=
31
line_symbols=
32
load_stages=
33
meters=
34
miles=
35
millimeters=
36
minutes=
37
monetary=
38
nautic_miles=
39
net_analyst=
40
new_flag=
41
options=
42
point_symbols=
43
polygon_symbols=
44
preview=
45
properties=
46
save_stages=
47
seconds=
48
select_length_field=
49
select_sense_field=
50
select_type_field=
51
sense_field_text=
52
shape_type_not_yet_supported=
53
size=
54
stage=
55
symbol_library=
56
symbol_selector=
57
total_route_cost=
58
type_field_text=
59
unknown_longitude_units=
60
unknown_time_units=
61
unknown_units=
62
use_line_length=
63
use_symbol=
64
yards=
65
piloto_de_redes=
0 66

  
tags/PilotoRedes_Build_4/extensions/extGraph_predes/images/plantilla.htm
1
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
2
<html>
3
<head>
4
<title>Documento sin t&iacute;tulo</title>
5
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6
<style type='text/css'>
7
<!--   .normal { 	font-family: Arial, Helvetica, sans-serif;	font-size: 10px; font-style: normal; color: #0000FF;} --> 
8
</style>
9

  
10
</head>
11

  
12
<body>
13
<h1>Informe de Ruta:SOMONTES AL PALACIO DE LA REAL QUINTA-MONTE CARMELO</h1>
14
<br>Salida desde: <b>SOMONTES AL PALACIO DE LA REAL QUINTA</b><br>
15
Llegada a:<b> MONTE CARMELO</b><br>Longitud total del trayecto: <b>9,020.31</b>
16
<hr width ="70%">
17
<table>
18
<tr>
19
<td><img src="images/drapeau_depart.gif"></td><td class='normal'>1. Salir de:<b> SOMONTES AL PALACIO DE LA REAL QUINTA</b></td></tr><tr><td class='normal'><a href="0">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/gtk-go-left.png"></td><td class='normal'>2 Contin?e por <b>SOMONTES AL PALACIO DE LA REAL QUINTA</b> durante  447.44 y  gire a la <b>izquierda</b> por <b>M-30 (CTRA DEL PARDO)</b></td></tr><tr><td>Distancia acumulada:</td><td>447.44</td></tr><tr><td><a href="0">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/gtk-go-left.png"></td><td class='normal'>3 Contin?e por <b>M-30 (CTRA DEL PARDO)</b> durante  2,320.58 y  gire a la <b>izquierda</b> por <b>LA ALBERCA</b></td></tr><tr><td>Distancia acumulada:</td><td>2,768.02</td></tr><tr><td><a href="1,2,3">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/gtk-go-right.png"></td><td class='normal'>4 Contin?e por <b>LA ALBERCA</b> durante  355.99 y  gire a la <b>derecha</b> por <b>SOMONTES</b></td></tr><tr><td>Distancia acumulada:</td><td>3,124.01</td></tr><tr><td><a href="4,5,6">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/gtk-go-left.png"></td><td class='normal'>5 Contin?e por <b>SOMONTES</b> durante  136.05 y  gire a la <b>izquierda</b> por <b>TORREBELE?A</b></td></tr><tr><td>Distancia acumulada:</td><td>3,260.06</td></tr><tr><td><a href="7">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/gtk-go-right.png"></td><td class='normal'>6 Contin?e por <b>TORREBELE?A</b> durante  289.31 y  gire a la <b>derecha</b> por <b>SIGUERO</b></td></tr><tr><td>Distancia acumulada:</td><td>3,549.37</td></tr><tr><td><a href="8,9">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/gtk-go-right.png"></td><td class='normal'>7 Contin?e por <b>SIGUERO</b> durante  92.16 y  gire a la <b>derecha</b> por <b>NAVARREDONDA DE GREDOS</b></td></tr><tr><td>Distancia acumulada:</td><td>3,641.53</td></tr><tr><td><a href="10">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/gtk-go-left.png"></td><td class='normal'>8 Contin?e por <b>NAVARREDONDA DE GREDOS</b> durante  322.42 y  gire a la <b>izquierda</b> por <b>FRESNEDILLAS</b></td></tr><tr><td>Distancia acumulada:</td><td>3,963.95</td></tr><tr><td><a href="11">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/gtk-go-left.png"></td><td class='normal'>9 Contin?e por <b>FRESNEDILLAS</b> durante  315.69 y  gire a la <b>izquierda</b> por <b>BRAOJOS</b></td></tr><tr><td>Distancia acumulada:</td><td>4,279.64</td></tr><tr><td><a href="12,13">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/gtk-go-left.png"></td><td class='normal'>10 Contin?e por <b>BRAOJOS</b> durante  98.91 y  gire a la <b>izquierda</b> por <b>ARROYO DEL FRESNO</b></td></tr><tr><td>Distancia acumulada:</td><td>4,378.55</td></tr><tr><td><a href="14">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/gtk-go-left.png"></td><td class='normal'>11 Contin?e por <b>ARROYO DEL FRESNO</b> durante  1,506.38 y  gire a la <b>izquierda</b> por <b>BURGOS (MONTECARMELO)</b></td></tr><tr><td>Distancia acumulada:</td><td>5,884.93</td></tr><tr><td><a href="15,16">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/gtk-go-left.png"></td><td class='normal'>12 Contin?e por <b>BURGOS (MONTECARMELO)</b> durante  428.68 y  gire a la <b>izquierda</b> por <b>MONTIJA</b></td></tr><tr><td>Distancia acumulada:</td><td>6,313.61</td></tr><tr><td><a href="17">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/gtk-go-right.png"></td><td class='normal'>13 Contin?e por <b>MONTIJA</b> durante  999.9 y  gire a la <b>derecha</b> por <b>OTERUELO DEL VALLE</b></td></tr><tr><td>Distancia acumulada:</td><td>7,313.51</td></tr><tr><td><a href="18,19">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/gtk-go-left.png"></td><td class='normal'>14 Contin?e por <b>OTERUELO DEL VALLE</b> durante  95.17 y  gire a la <b>izquierda</b> por <b>RASCAFRIA</b></td></tr><tr><td>Distancia acumulada:</td><td>7,408.68</td></tr><tr><td><a href="20">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/gtk-go-right.png"></td><td class='normal'>15 Contin?e por <b>RASCAFRIA</b> durante  259.48 y  gire a la <b>derecha</b> por <b>CELEORAMA GOMEZ</b></td></tr><tr><td>Distancia acumulada:</td><td>7,668.16</td></tr><tr><td><a href="21">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/gtk-go-left.png"></td><td class='normal'>16 Contin?e por <b>CELEORAMA GOMEZ</b> durante  82.8 y  gire a la <b>izquierda</b> por <b>VILELA</b></td></tr><tr><td>Distancia acumulada:</td><td>7,750.96</td></tr><tr><td><a href="22">Ver sobre el mapa</a><td></tr></table><hr width ="70%"><table><tr><td><img src="images/drapeau_arrivee.gif"></td><td>16. Llegada: MONTE CARMELO</td></tr><tr><td>Longitud:</td><td>9,020.31</td></tr><tr><td><a href="24">Ver sobre el mapa</a><td></tr></table>
20
 </body>
21
</html>
0 22

  
tags/PilotoRedes_Build_4/extensions/extGraph_predes/build.number
1
#Build Number for ANT. Do not edit!
2
#Mon Jun 18 10:17:22 CEST 2007
3
build.number=4
0 4

  
tags/PilotoRedes_Build_4/extensions/extGraph_predes/install/install.xml
1
<installation version="1.0">
2
	<info>
3
		<appname>gvSIG_pitolo_redes_1.0</appname>
4
		<appversion>1.0</appversion>
5
		<authors>
6
			<author name="Generalitat Valenciana. Conselleria d'Infraestructures i Transport" email="" />
7
			<author name="Iver Tecnologías de la Información S.A." email="" />
8
		</authors>
9
		<url>http://www.gvsig.gva.es/</url>
10
		<javaversion>1.4</javaversion>
11
	</info>
12

  
13
	<guiprefs height="600" resizable="yes" width="800">
14
		<laf name="liquid">
15
			<os family="unix" />
16
		</laf>
17
		<laf name="liquid">
18
			<os family="windows" />
19
		</laf>
20
	</guiprefs>
21

  
22
	<locale>
23
		<langpack iso3="spa"/>
24
		<langpack iso3="val"/>
25
		<langpack iso3="eng"/>
26
		<langpack iso3="cat"/>
27
		<langpack iso3="chn"/>
28
		<langpack iso3="cze"/>
29
		<langpack iso3="dan"/>
30
		<langpack iso3="deu"/>
31
		<langpack iso3="fin"/>
32
		<langpack iso3="fra"/>
33
		<langpack iso3="glg"/>
34
		<langpack iso3="hun"/>
35
		<langpack iso3="ita"/>
36
		<langpack iso3="jpn"/>
37
		<langpack iso3="mys"/>
38
		<langpack iso3="ned"/>
39
		<langpack iso3="nor"/>
40
		<langpack iso3="pol"/>
41
		<langpack iso3="por"/>
42
		<langpack iso3="rom"/>
43
		<langpack iso3="rus"/>
44
		<langpack iso3="scg"/>
45
		<langpack iso3="svk"/>
46
		<langpack iso3="swe"/>
47
		<langpack iso3="ukr"/>
48
	</locale>
49

  
50
	<resources>
51
		<res src="resources/gpl.txt" id="LicencePanel.licence"/>
52
		<res src="resources/LEEME.html" id="HTMLInfoPanel.info"/>
53
		<res src="resources/images/Logo_gvsig_gva.jpg" id="Installer.image"/>
54
		<res src="resources/userInputSpec.xml" id="userInputSpec.xml"/>
55
                <parsable os="linux" targetfile="resources/userInputSpec.xml"/>
56
                <res src="resources/userInputLang.xml_val" id="userInputLang.xml_val" />
57
                <res src="resources/userInputLang.xml_spa" id="userInputLang.xml_spa" />
58
	</resources>
59

  
60
	<panels>
61
		<panel classname="HTMLInfoPanel"/>
62
		<panel classname="LicencePanel"/>
63
		<panel classname="PacksPanel"/>
64
		<panel classname="UserInputPanel"/>
65
		<panel classname="InstallPanel"/>
66
		<panel classname="SimpleFinishPanel"/>
67
	</panels>
68

  
69
	<packs>
70

  
71
    <pack name="Piloto redes" required="yes">
72
      <description>Aplicacion ganadora del Concurso de redes</description>
73
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/com.iver.cit.gvsig.graph" override="true"/>
74
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/" src="../../_fwAndami/gvSIG/extensiones/com.iver.cit.gvsig/lib/com.iver.cit.gvsig.graph-fmap-gvsig.jar" override="true"/>
75
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/" src="../../_fwAndami/gvSIG/extensiones/com.iver.cit.gvsig/lib/com.iver.cit.gvsig.graph-gvsig.jar" override="true"/>
76
    </pack>
77

  
78
</packs>
79

  
80
</installation>
0 81

  
tags/PilotoRedes_Build_4/extensions/extGraph_predes/install/distribucion.sh
1
#!/bin/bash
2

  
3
# Si se produce un error, salimos inmediatamente
4
set -e
5

  
6

  
7
# Obtenemos el locale
8
LOC=`echo $LANG | sed 's/_.*//'`
9

  
10
# Comprobar que estamos en el directorio adecuado
11
if [ "$LOC" = "es" ] ; then
12
  ERROR_BASEDIR="Este script debe invocarse desde el directorio  \'install\' del proyecto"
13
else
14
  ERROR_BASEDIR="This script must be run from the \'install\' directory of the project"
15
fi
16
if [ ! -d ../../install/instalador-gvSIG-lin ] || [ ! -d ../../install/instalador-gvSIG-win ] || [ ! -d ../../_fwAndami ] ; then
17
        echo $ERROR_BASEDIR
18
        exit 1 ;
19
fi
20

  
21
DIR_BASE=`pwd`
22
GVSIG_INSTALLDIR=`readlink -f ../../install`
23
ANDAMI_DIR=`readlink -f ../../_fwAndami`
24

  
25
source variables.sh
26
# Get a version with format 1_0_alpha
27
UNDERSCORE_VERSION=`echo $FULLVERSION | sed 'y/./_/'`
28
# Get a version with format 10_alpha
29
BRIEFVERSION=`echo $FULLVERSION | sed 's/\.//'`
30
# The name of the dir which will be ZIPed, containing the resulting installer
31
INSTALLER_DIR="$APPNAME"-$FULLVERSION\_installer
32
JARNAME="$APPNAME"-"$FULLVERSION".jar
33
# The extension targets on the this version of gvSIG:
34
GVSIG_VERSION=1.0
35

  
36
BUILDNUMBER=`sed -n 's/build.number=//p' "$ANDAMI_DIR"/gvSIG/extensiones/"$MAIN_INSTALL_PLUGIN"/build.number`
37

  
38
#ZIPNAME="$APPNAME"-"$UNDERSCORE_VERSION"\_"$BUILDNUMBER".zip
39
DIR_LIN=.
40
DIR_WIN=.
41

  
42
DIR_LIN_GVSIG="$GVSIG_INSTALLDIR"/instalador-gvSIG-lin
43
DIR_WIN_GVSIG="$GVSIG_INSTALLDIR"/instalador-gvSIG-win
44

  
45

  
46
WINDOWSZIP="$APPNAME"-"$BRIEFVERSION"\_"$BUILDNUMBER"-windows-i586.7z
47
LINUXZIP="$APPNAME"-"$BRIEFVERSION"\_"$BUILDNUMBER"-linux-i586.tgz
48

  
49
LINUXBIN="$APPNAME"-"$BRIEFVERSION"\_"$BUILDNUMBER"-linux-i586.bin
50

  
51
WINDOWSEXE="$APPNAME"-"$BRIEFVERSION"\_"$BUILDNUMBER"-windows-i586.exe
52

  
53
#Directorios
54
#OUTPUT_DIR=/mnt/sercartlin/grupo-sig-ca/Testing/Versiones/v"$FULLVERSION"\_"$BUILDNUMBER"
55
OUTPUT_DIR="$TARGET_DIR"/v"$FULLVERSION"\_"$BUILDNUMBER"
56
PATH_SOURCE_EXT="$ANDAMI_DIR"/gvSIG/extensiones
57

  
58

  
59
echo "*****************"
60
echo "      BASE       "
61
echo "*****************"
62

  
63
cd "$DIR_BASE"/
64
rm bin -rf
65
mkdir -p bin/gvSIG/extensiones
66
#cp "$DIR_WIN_GVSIG"/installer_files/LEEME "$DIR_WIN_GVSIG"installer_files/LLIG-ME "$DIR_WIN_GVSIG"installer_files/README bin
67
cp resources/gpl.txt bin
68
# No enlazamos directamente el directorio lib para no incluir el directorio CVS
69
mkdir -p bin/lib
70
cd "$DIR_BASE"/bin/lib
71
for i in "$ANDAMI_DIR"/lib/*.jar ; do
72
  ln -s "$i" .
73
done
74
for i in "$ANDAMI_DIR"/lib/*.zip ; do
75
  ln -s "$i" .
76
done
77
cd "$DIR_BASE"/
78
ln -s "$ANDAMI_DIR"/andami.jar bin/
79
ln -s "$ANDAMI_DIR"/castor.properties bin/
80
#cp resources/andami-config.xml bin
81
echo OK.
82

  
83

  
84
# Para Windows
85
#Copiamos el lanzador y sus tracuciones al tmpResources
86
rm -Rf tmpResources
87
mkdir tmpResources
88
cp -R "$GVSIG_INSTALLDIR"/launcher/izpack-launcher-1.3/dist/* ./tmpResources
89
mv ./tmpResources/launcher-Win32.exe ./tmpResources/gvSIG.exe
90
#Quitamos el ini, manifest y los CVS
91
rm ./tmpResources/*.ini ./tmpResources/*.manifest
92
find ./tmpResources -name CVS -type d -exec rm -rf {} 2> /dev/null ';' || true
93
echo OK.
94

  
95
# Estas extensiones se copian directamente al directorio destino, ya que no vamos a dar
96
# opcion a no instalarlas, son obligatorias
97
cd "$DIR_BASE"
98
i=0
99
while [ ! -z ${MANDATORY_EXTENSIONS[$i]} ]
100
do
101
  echo ln -s "$PATH_SOURCE_EXT"/${MANDATORY_EXTENSIONS[$i]} bin/gvSIG/extensiones
102
  ln -s "$PATH_SOURCE_EXT"/${MANDATORY_EXTENSIONS[$i]} bin/gvSIG/extensiones
103
  i=`expr $i + 1`
104
done
105

  
106
echo "*****************"
107
[ $LOC = "es" ] && echo "   EXTENSIONES   "
108
[ $LOC != "es" ] && echo "   EXTENSIONS   "
109
echo "*****************"
110

  
111
rm -rf extensiones
112
mkdir extensiones
113

  
114
i=0
115
while [ ! -z ${EXTENSIONS[$i]} ]
116
do
117
  [ $LOC = "es" ] && echo "Enlazando "${EXTENSIONS[$i]}
118
  [ $LOC != "es" ] && echo "Linking "${EXTENSIONS[$i]}
119
  echo ln -s "$PATH_SOURCE_EXT"/${EXTENSIONS[$i]} extensiones
120
  ln -s "$PATH_SOURCE_EXT"/${EXTENSIONS[$i]} extensiones
121
  i=`expr $i + 1`
122
done
123

  
124
echo "*****************"
125
echo "    INST     "
126
echo "*****************"
127
# Generar el instalador (jar)
128
cd "$DIR_BASE"/
129
rm "$JARNAME" -f
130
ant -DJARNAME="$JARNAME" -DGVSIG_VERSION="$GVSIG_VERSION" -DAPPNAME="$APPNAME"
131

  
132

  
133
echo "******************"
134
[ $LOC = "es" ] && echo " GENERAR DISTRIB "
135
[ $LOC != "es" ] && echo " GENERATE DISTRIB "
136
echo "******************"
137
# Generar el tar.gz para Linux y el EXE para Windows
138

  
139
mkdir -p "$OUTPUT_DIR"
140
echo "- Linux"
141
## Nueva instalacion para linux
142
rm -Rf "$INSTALLER_DIR"
143
mkdir -p "$INSTALLER_DIR"/tmp_gvSIGInstall
144
cp "$JARNAME" "$INSTALLER_DIR"/tmp_gvSIGInstall
145
cd "$INSTALLER_DIR"
146
chmod u+x "$GVSIG_INSTALLDIR"/launcher/izpack-launcher-1.3_linux/dist/launcher-Linux
147
cp -R "$GVSIG_INSTALLDIR"/launcher/izpack-launcher-1.3_linux/dist/* ./tmp_gvSIGInstall
148
chmod a+x ./tmp_gvSIGInstall/launcher-Linux
149
find . -name CVS -type d -exec rm -rf {} 2> /dev/null ';' || true
150

  
151
sed "s/%JARNAME%/$JARNAME/" ./tmp_gvSIGInstall/launcher.ini > ./tmp_gvSIGInstall/launcher.ini.bak
152
mv ./tmp_gvSIGInstall/launcher.ini.bak ./tmp_gvSIGInstall/launcher.ini;
153

  
154
tar -cvzf ./tmp.tgz ./tmp_gvSIGInstall
155
echo '#!/bin/sh' > xx.tmp
156
lcount=`cat xx.tmp "$GVSIG_INSTALLDIR"/launcher/izpack-launcher-1.3_linux/h_gvSIG-install.sh | wc -l`
157
lcount=$(($lcount+2)) # sumamos dos: uno por la linea siguiente y otro para el inicio
158
echo "lcount=$lcount" >> xx.tmp
159
cat xx.tmp "$GVSIG_INSTALLDIR"/launcher/izpack-launcher-1.3_linux/h_gvSIG-install.sh ./tmp.tgz  > "$LINUXBIN"
160
rm xx.tmp
161
chmod a+x "$LINUXBIN"
162
mv "$LINUXBIN" "$OUTPUT_DIR"
163
cd "$DIR_BASE"/
164
rm -Rf "$INSTALLER_DIR"
165
## Fin Nueva instalacion para linux
166

  
167
## Para Windows
168
echo "- Windows"
169
#set -x
170
cd "$DIR_BASE"
171
rm -Rf "$INSTALLER_DIR"
172

  
173
mkdir "$INSTALLER_DIR"
174
cp -aR "$GVSIG_INSTALLDIR"/launcher/izpack-launcher-1.3/dist/* "$INSTALLER_DIR"
175
rm -f "$INSTALLER_DIR"/install.bat
176

  
177
find "$INSTALLER_DIR" -name CVS -type d -exec rm -rf {} 2> /dev/null ';' || true
178

  
179
## hacemos las sustituciones de la variable
180
sed "s/%JARNAME%/$JARNAME/" "$INSTALLER_DIR"/launcher-Win32.ini > "$INSTALLER_DIR"/launcher-Win32.ini.bak
181
mv "$INSTALLER_DIR"/launcher-Win32.ini.bak "$INSTALLER_DIR"/launcher-Win32.ini;
182

  
183

  
184
mv "$JARNAME" "$INSTALLER_DIR"
185
cd "$INSTALLER_DIR"
186

  
187
if [ -f  "$DIR_BASE"/"$WINDOWSZIP" ] ; then
188
	rm -f "$DIR_BASE"/"$WINDOWSZIP"
189
fi
190
chmod u+x "$GVSIG_INSTALLDIR"/launcher/7z/7za
191
"$GVSIG_INSTALLDIR"/launcher/7z/7za a -r "$DIR_BASE"/"$WINDOWSZIP" *
192
cd -
193
sed "s/%TITLE%/$APPNAME-$BRIEFVERSION\_$BUILDNUMBER/" "$GVSIG_INSTALLDIR"/launcher/7z/dist_config.txt > dist_config.txt
194
cat "$GVSIG_INSTALLDIR"/launcher/7z/7zS.sfx  dist_config.txt "$WINDOWSZIP" > "$WINDOWSEXE"
195

  
196
###
197

  
198

  
199
rm dist_config.txt
200
rm "$WINDOWSZIP"
201

  
202
rm -Rf "$INSTALLER_DIR"
203

  
204
mv "$WINDOWSEXE" "$OUTPUT_DIR"
205

  
206
# Limpiamos tmpResources
207
cd "$DIR_BASE"/
208
rm -r ./tmpResources
209
cd -
210

  
211
## Limpiamos
212

  
213
rm -rf extensiones
214
rm -rf bin
215

  
216
echo "******************"
217
[ $LOC = "es" ] && echo " GENERAR FUENTES "
218
[ $LOC != "es" ] && echo " GENERATE SOURCES "
219
echo "******************"
220

  
221
cd ..
222
ant generate-source-package
223
mv dist-src/gv*-src.zip "$OUTPUT_DIR"
224
cd -
225

  
226

  
227
echo "*****************"
228
echo "    FIN     "
229
echo "*****************"
230

  
231
echo ""
232
echo "Generados los ficheros:"
233
echo "$OUTPUT_DIR"
234
ls -lh "$OUTPUT_DIR"
235
cd "$DIR_BASE"
0 236

  
tags/PilotoRedes_Build_4/extensions/extGraph_predes/install/resources/Leeme-predes.txt
1
Piloto Redes versi?n 1.0 (Build Number #build.number#):
2

  
3
Antes de comenzar compruebe los siguientes puntos:
4

  
5
1.- Descargue los fuentes de la v1.0.2 de gvSIG. Siga los pasos all? indicados en el archivo 'Leeme.txt' para obtener un entorno de desarrollo funcional.
6

  
7
*** Compilaci?n
8

  
9
1.- Descomprima este paquete dentro del directorio de fuentes que acaba de preparar ( gvSIG-1_0_2-src).
10

  
11
2.- (S?lo si usa eclipse) Importe los proyectos que acaba de descomprimir:
12
  *1: Men? File/Import.
13
  *2: Seleccione 'Existing Projects into workspace' y 'Next'
14
  *3: Con la opci?n 'Select root directory' pulse 'Browse...'
15
  *4: Sit?ese en el directorio del workspace (normalmente el dialogo ya se encuentra en ?l) y pulse 'Aceptar'.
16
  *5: Pulse 'Deselect All'
17
  *6: Marque los siguientes proyectos de la lista: extGraph_predes.
18
  *7: Pulse 'Finish'.
19

  
20
3.- Ejecute el 'build.xml' del proyecto 'extGraph_predes' (usando ant o eclipse).
21

  
22
*** Ejecuci?n
23

  
24
Una vez compilado el proyecto, aparecer?n los men?s y opciones para la generaci?n de topolog?as de las redes y del proceso 'Camino M?nimo'.
25

  
26
Tambi?n se activar? en el panel de propiedades de las capas vectoriales el nuevo tipo de simbolog?a 'Densidad de puntos'.
27

  
28
*** Compilaci?n despu?s de modificar los fuentes
29

  
30
Despu?s de modificar las fuentes de los proyectos del piloto, debe ejecutar los 'build.xml' de los proyectos en el orden siguiente (usando ant o eclipse):
31

  
32
  *1 libFMap
33
  *2 appgvSIG
34
  *3 extGraph_predes
35

  
36
Ante cualquier problema:
37

  
38
Apuntese a la lista de desarrolladores de gvSIG y pregunte all? (http://www.gvsig.gva.es).
39

  
40
Gracias por desarrollar sobre gvSIG.
41

  
42
Un saludo.
43

  
44
Equipo gvSIG.
0 45

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff