簡體   English   中英

日本路線匹配

[英]Route matching in Japan

我在日本有地理點,我想路由匹配將此 GeoJSON 輸入https://tcs.ext.here.com/examples/v3/rme_basic

    {
   "type": "FeatureCollection",
   "features":[
      {
         "type":"Feature",
         "geometry":{
            "type":"Point",
            "coordinates":[
               142.7533,
               43.84698333
            ]
         }
      },
      {
         "type":"Feature",
         "geometry":{
            "type":"Point",
            "coordinates":[
               142.7518167,
               43.84776667
            ]
         }
      },
      {
         "type":"Feature",
         "geometry":{
            "type":"Point",
            "coordinates":[
               142.7497167,
               43.84836667
            ]
         }
      }
   ]
}

但它返回一些警告

回復:

        [
   {
      "category":1004,
      "text":"Ignoring Trace Point 0, since it is more than 300.0m away from any road link",
      "routeLinkSeqNum":-1,
      "tracePointSeqNum":0
   },
   {
      "category":1004,
      "text":"Ignoring Trace Point 1, since it is more than 300.0m away from any road link",
      "routeLinkSeqNum":-1,
      "tracePointSeqNum":1
   },
   {
      "category":1004,
      "text":"Ignoring Trace Point 2, since it is more than 300.0m away from any road link",
      "routeLinkSeqNum":-1,
      "tracePointSeqNum":2
   },
   {
      "category":1006,
      "text":"Tracepoints have been matched out of order",
      "routeLinkSeqNum":-1,
      "tracePointSeqNum":0
   },
   {
      "category":1008,
      "text":"Tracepoint #0 (43.84698333 / 142.7533) could not be matched",
      "routeLinkSeqNum":-1,
      "tracePointSeqNum":0
   },
   {
      "category":1008,
      "text":"Tracepoint #1 (43.84776667 / 142.7518167) could not be matched, because trace points before couldn't be matched",
      "routeLinkSeqNum":-1,
      "tracePointSeqNum":1
   },
   {
      "category":1008,
      "text":"Tracepoint #2 (43.84836667 / 142.7497167) could not be matched, because trace points before couldn't be matched",
      "routeLinkSeqNum":-1,
      "tracePointSeqNum":2
   }
]

根據文檔,需要“附加權利”,但我不知道需要什么。 GPS 位置(例如歐洲)正在運行。

路由匹配 v8 在日本是否可行?

這是正確的,對於日本數據,您的憑據需要被授權。
如果您對此 map 覆蓋范圍感興趣,請聯系我們。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM