在 Leaflet 地图上显示方向路线
Display a direction route on Leaflet map
如何在传单地图上显示通过 Waypoints 的方向。
我用了"leaflet-routing-machine"但是看不到路线
L.Routing.control({
waypoints: [
L.latLng(52.5002237, -2.94),
L.latLng(52.5002237, -0.949),
L.latLng(52.5002237, -1.949)
],
autoRoute: true,
routeWhileDragging: true,
}).addTo(map);
有什么想法或例子吗
您可以在此处找到完整示例 (https://codepen.io/mahmoud-nb/pen/RZzNYr)
您应该检查控制台错误。对 router.project-osrm.org 的请求失败:
Failed to load resource: the server responded with a status of 503 (Service Unavailable: Back-end server is at capacity)
如何在传单地图上显示通过 Waypoints 的方向。
我用了"leaflet-routing-machine"但是看不到路线
L.Routing.control({
waypoints: [
L.latLng(52.5002237, -2.94),
L.latLng(52.5002237, -0.949),
L.latLng(52.5002237, -1.949)
],
autoRoute: true,
routeWhileDragging: true,
}).addTo(map);
有什么想法或例子吗
您可以在此处找到完整示例 (https://codepen.io/mahmoud-nb/pen/RZzNYr)
您应该检查控制台错误。对 router.project-osrm.org 的请求失败:
Failed to load resource: the server responded with a status of 503 (Service Unavailable: Back-end server is at capacity)