【发布时间】:2018-11-14 20:40:53
【问题描述】:
如标题中所述:如何使用 match 调用?
我试过了
http://router.project-osrm.org/match/v1/driving/8.610048,46.99917;8.530232,47.051?overview=full&radiuses=49;49
我不确定radiuses 的列表是否正确。
我无法让它工作。我也试过[49;49]或{49;49}该命令适用于route:
http://router.project-osrm.org/route/v1/driving/8.610048,46.99917;8.530232,47.051?overview=full
背景见here
编辑:如果您查看示例here,似乎不需要timestamps /match/v1/{profile}/{coordinates}?steps={true|false}&geometries={polyline|polyline6|geojson}&overview={simplified|full|false}&annotations={true|false}
【问题讨论】:
-
我认为
match仅在您具有关联的时间戳时才有效。它用于将 GPS 跟踪与网络进行匹配,并找出您最合理的路径。 -
@Phylogenesis 好点,但是如果您查看解决方案建议 here 似乎这应该有效?
标签: osrm