Skip to content

Commit f5514d6

Browse files
author
Krishna Prasad ADHIKARI
authored
Merge pull request #3994 from wassimbenaissa/patch-2
Navitia-Geovelo mapping update
2 parents 7f1153a + ba1c0f4 commit f5514d6

File tree

1 file changed

+2
-2
lines changed
  • source/jormungandr/jormungandr/street_network

1 file changed

+2
-2
lines changed

source/jormungandr/jormungandr/street_network/geovelo.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ def _call_geovelo(self, url, method=requests.post, data=None):
188188
@staticmethod
189189
def get_geovelo_tag(geovelo_response):
190190
if geovelo_response['title'] == 'RECOMMENDED':
191-
return 'rapid'
191+
return 'balanced'
192192
elif geovelo_response['title'] == 'FASTER':
193193
return 'shortest'
194194
elif geovelo_response['title'] == 'SAFER':
195-
return 'balanced'
195+
return 'comfort'
196196
elif geovelo_response['title'] == 'BIS':
197197
return 'comfort'
198198
else:

0 commit comments

Comments
 (0)