我在其中使用了带有 OSRM 的传单路由机。但是服务器在执行以下代码时返回了太多状态码为 429 的请求
L.Routing.control({
waypoints: [
L.latLng(57.74, 11.94),
L.latLng(57.6792, 11.949)
]
}).addTo(map);
OSRM 服务 url 是https://router.project-osrm.org/route/v1/driving/11.94,57.74;11.949,57.6792?overview=false&alternatives=true&steps=true&hints=;
我还能如何实现这一目标?