Skip to content

Commit

Permalink
[jormun]:Intiaize _access_points = false for isochrone
Browse files Browse the repository at this point in the history
  • Loading branch information
kadhikari committed Jan 15, 2025
1 parent 86b8946 commit 72f69df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/jormungandr/jormungandr/scenarios/distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,9 @@ def graphical_isochrones(self, request, instance):
if request.get('on_street_bike_parking_duration') is None:
request['on_street_bike_parking_duration'] = instance.on_street_bike_parking_duration

if request.get('_access_points') is None:
request['_access_points'] = False

krakens_call = set({(request["origin_mode"][0], request["destination_mode"][0], "indifferent")})
pt_object_origin = None
pt_object_destination = None
Expand Down

0 comments on commit 72f69df

Please sign in to comment.