forked from organicmaps/organicmaps
Updated type of shape id in transit graph.
This commit is contained in:
parent
c2f3314a05
commit
c2d255281c
1 changed files with 1 additions and 2 deletions
|
@ -258,8 +258,7 @@ class TransitGraphBuilder:
|
|||
for point in curve_points:
|
||||
polyline.append({'x': point[0], 'y': point[1]})
|
||||
|
||||
shape = {'stop1_id': id1,
|
||||
'stop2_id': id2,
|
||||
shape = {'id': {'stop1_id': id1, 'stop2_id': id2},
|
||||
'polyline': polyline}
|
||||
self.shapes.append(shape)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue