From e0f80e0e1a47b8ac774681d7f8b5eed252d23849 Mon Sep 17 00:00:00 2001 From: Jack <84201088@qq.com> Date: Wed, 23 Nov 2016 17:15:50 +0800 Subject: [PATCH] Plugins: Add routing.amap (#5133) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * This is a routing implementation from AMap(高德地图),you need set a location points and key,Leaflet.Routing.Amap will generates colorful route. Because of most china map use unique Projection , include AMap, this should be attention.so I import Project class for projection transform. * English grammar for L.Routing.Amap --- docs/plugins.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/plugins.md b/docs/plugins.md index 7ed329cb..dbd89b17 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -3159,6 +3159,16 @@ The following plugins use external services to calculate driving or walking rout Nearest! + +