Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-07-06 17:38:15 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-07-18 16:24:11 +0300
commit80b011dbbce387d01ff76b52c72f4809ca503a4d (patch)
treee0f024d6c890ae028c9222f0f526ecb6d0191add /tools
parenta1ccdc02669f501d737dd13711dbc3da6f66f822 (diff)
added max supported distance for taxi
Diffstat (limited to 'tools')
-rw-r--r--tools/python/jsons.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/python/jsons.py b/tools/python/jsons.py
index d20b45f0ba..c76c827e69 100644
--- a/tools/python/jsons.py
+++ b/tools/python/jsons.py
@@ -217,31 +217,31 @@ PARTNERS_TAXI_INFO = """
"distance": 6888.846981748964,
"options": [
{
- "class": "econom",
+ "class_name": "econom",
"min_price": 129,
"price": 344,
"waiting_time": 527.8793726078095
},
{
- "class": "business",
+ "class_name": "business",
"min_price": 239,
"price": 504,
"waiting_time": 76.37023611385494
},
{
- "class": "comfortplus",
+ "class_name": "comfortplus",
"min_price": 239,
"price": 557,
"waiting_time": 99.0058955445591
},
{
- "class": "minivan",
+ "class_name": "minivan",
"min_price": 239,
"price": 532,
"waiting_time": 322.77413167989687
},
{
- "class": "vip",
+ "class_name": "vip",
"min_price": 359,
"price": 799,
"waiting_time": 223.34814145904883