leaflet-routing-machine OSRM请求状态代码为429的请求过多

时间:2018-05-19 10:31:05

标签: angular osrm leaflet-routing-machine

我在其中使用了带有OSRM的传单路由机。但是,在执行以下代码时,服务器返回的请求数太多,状态代码为429

L.Routing.control({
        waypoints: [
            L.latLng(57.74, 11.94),
            L.latLng(57.6792, 11.949)
        ]
    }).addTo(map);

OSRM服务网址为https://router.project-osrm.org/route/v1/driving/11.94,57.74;11.949,57.6792?overview=false&alternatives=true&steps=true&hints=;

我还能做到这一点吗?

1 个答案:

答案 0 :(得分:3)

演示服务器documentation声明:

  

该服务提供商的服务范围速率限制为5000 req / minute。查看过去的日志,它在98%的时间内保持低于此值,但要为HTTP 429响应做好准备,并注意如果您充斥服务器,大量使用可能会导致其他所有人的速率限制。