@@ -44,16 +44,18 @@ msgid "The graph requirements"
4444msgstr "Requisitos del grafo"
4545
4646#: ../../build/docs/basic/graph_views.rst:26
47+ #, fuzzy
4748msgid ""
4849"In this chapter there are three graph requirements. It consists on three "
49- "**fully connected** graphs: two for different types of vehicles and one "
50- "for pedestrian, the source and the target in all of them are based on the"
51- " ``source_osm`` and ``target_osm``."
50+ "graphs based on a **fully connected** graph derived from ways: two for "
51+ "different types of vehicles and one for pedestrian, the source and the "
52+ "target in all of them are based on the ``source_osm`` and ``target_osm``."
5253msgstr ""
5354"En este capítulo hay tres requisitos gráficos. Se trata de tres grafos "
54- "derivados de un grafo **completamente conectado** extraido de ``ways``: dos "
55- "para distintos tipos de vehículos y uno para peatones. En todos ellos, el "
56- "origen y el destino se basan en el ``source_osm`` y el ``target_osm``."
55+ "derivados de un grafo **completamente conectado** extraido de ``ways``: "
56+ "dos para distintos tipos de vehículos y uno para peatones. En todos "
57+ "ellos, el origen y el destino se basan en el ``source_osm`` y el "
58+ "``target_osm``."
5759
5860#: ../../build/docs/basic/graph_views.rst:31
5961msgid "The description of the graphs:"
@@ -215,12 +217,13 @@ msgid "Count the number of rows that need to be filled up."
215217msgstr "Contar el número de filas que hay que rellenar."
216218
217219#: ../../build/docs/basic/graph_views.rst:145
220+ #, fuzzy
218221msgid ""
219- "Update the ``geom`` columns based on the ``sourse_osm `` column from "
222+ "Update the ``geom`` columns based on the ``source_osm `` column from "
220223"``ways`` table."
221224msgstr ""
222- "Actualizar las columnas ``geom`` basándose en la columna ``source_osm`` de "
223- "la tabla ``ways``."
225+ "Actualizar las columnas ``geom`` basándose en la columna ``source_osm`` "
226+ "de la tabla ``ways``."
224227
225228#: ../../build/docs/basic/graph_views.rst:147
226229msgid "Use the start point of the geometry."
@@ -608,8 +611,11 @@ msgid "Exercise 8: Testing the views for routing"
608611msgstr "Ejercicio 8: Comprobación de las vistas para el ruteo"
609612
610613#: ../../build/docs/basic/graph_views.rst: -1
611- msgid "From the Venue to the hotel using the osm_id."
614+ #, fuzzy
615+ msgid "From the \" |ch7_place_1|\" to the \" |ch7_place_2|\" "
612616msgstr ""
617+ "Desde \" |ch7_place_1|\" hacia \" |ch7_place_2|\" usando el identificador "
618+ "OSM"
613619
614620#: ../../build/docs/basic/graph_views.rst:549
615621msgid "Test the created views"
@@ -714,12 +720,13 @@ msgid "Similar as the previous one but with ``taxi_net``. (line **3**)"
714720msgstr "Similar al anterior pero con ``taxi_net`` (línea **3**)"
715721
716722#: ../../build/docs/basic/graph_views.rst:597
723+ #, fuzzy
717724msgid ""
718725"The results give the same route as with ``vehicle_net`` but ``cost`` is "
719- "lower "
726+ "higher "
720727msgstr ""
721- "Los resultados dan la misma ruta que con ``vehicle_net`` pero ``cost`` es "
722- "mayor"
728+ "Los resultados dan la misma ruta que con ``vehicle_net`` pero ``cost`` es"
729+ " mayor"
723730
724731#: ../../build/docs/basic/graph_views.rst:609
725732msgid "For ``walk_net``:"
@@ -732,3 +739,4 @@ msgstr "Similar al anterior pero con ``walk_net``. (línea **3**)"
732739#: ../../build/docs/basic/graph_views.rst:612
733740msgid "The results give a different route than of the vehicles."
734741msgstr "Los resultados dan una ruta diferente a la de los vehículos."
742+
0 commit comments