fix
parent
ede439e013
commit
f5002f012d
|
|
@ -63,7 +63,7 @@ def find_shape_position(shape_id, lat, lng):
|
|||
|
||||
segmento = db.query(
|
||||
Shape1.shape_pt_sequence.label("start_sequence"),
|
||||
# Shape2.shape_pt_sequence.label("end_sequence"),
|
||||
# Shape2.shape_pt_sequence.label("end_sequence"),
|
||||
Shape1.shape_dist_traveled.label("traveled_start"),
|
||||
Shape2.shape_dist_traveled.label("traveled_end"),
|
||||
func.ST_Distance(
|
||||
|
|
|
|||
Loading…
Reference in New Issue