2016-07-25 33 views
0

我目前正在評估這裏,並試圖計算自行車的等值線,但一直收到錯誤響應,如下所示:無法計算的自行車交通方式的等值線

{ 
    "_type": "ns2:RoutingServiceErrorType", 
    "type": "ApplicationError", 
    "subtype": "InvalidInputData", 
    "details": "Isoline for 'bicycle' Transport Mode is not supported", 
    "additionalData": [ 
    { 
     "key": "mode", 
     "value": "fastest;bicycle;traffic:disabled" 
    } 
    ], 
    "metaInfo": { 
    "timestamp": "2016-07-25T13:58:35Z", 
    "mapVersion": "8.30.62.159", 
    "moduleVersion": "7.2.71.0-39010", 
    "interfaceVersion": "2.6.25" 
    } 
} 

請求詳細信息:

https://isoline.route.cit.api.here.com/routing/7.2/calculateisoline.json?app_id=<my_app_id>&app_code=<my_app_code>&mode=fastest;bicycle;traffic:disabled&rangetype=time&start=geo!51.509373,-0.122572&range=5503 

如果我改變從自行車到行人的交通模式,我會得到一個成功的迴應,所以假設除了那個位以外請求是OK的。評估計劃可能對自行車的等值線有限制嗎?任何幫助非常感謝。謝謝。

回答