Plugins: Add routing.amap (#5133)

* 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
This commit is contained in:
Jack 2016-11-23 17:15:50 +08:00 committed by Iván Sánchez Ortega
parent 308ba02d69
commit e0f80e0e1a

View File

@ -3159,6 +3159,16 @@ The following plugins use external services to calculate driving or walking rout
<a href="http://www.nearest.place/">Nearest!</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/BKGiser/Leaflet.Routing.Amap">Leaflet.Routing.Amap</a>
</td><td>
Control for route search using <a href="http://www.amap.com/">AMap(高德地图)</a> as a backend. Supports the Chinese BD09 and GCJ02 coordinate systems, colourful lines, and turn-by-turn popups.
</td><td>
<a href="https://github.com/BKGiser">Jack Good</a>
</td>
</tr>
</table>