Docs(plugins): add a plugin that displays path and direction of marker (#6008)

* add a plugin

* Correct the demo address of the plugin

* Correct the demo address of the plugin

(The link does not work (404 error). Most probably the trailing slash (/) should be removed.)

* Update plugins.md

remove the mistake (<te) at line 1045

* correct plugin name

change marker-drection to marker-direction( miss i in word 'drection')

* Update plugins.md
This commit is contained in:
Thomas 2018-01-18 20:37:49 +08:00 committed by ghybs
parent bafaa8a436
commit 756dd14d3b

View File

@ -1525,6 +1525,17 @@ These plugins provide new markers or news ways of converting abstract data into
<a href="https://github.com/Oliv">Olivier Gasc</a> <a href="https://github.com/Oliv">Olivier Gasc</a>
</td> </td>
</tr> </tr>
<tr>
<td>
<a href="https://github.com/JackZouShao/leaflet-marker-direction">leaflet-marker-direction</a>
</td>
<td>
display the path and the direction of the marker. (<a href='https://jackzoushao.github.io/leaflet-marker-direction/examples/marker-direction.html'>demo</a>)
</td>
<td>
<a href="https://github.com/JackZouShao">Jack Zou</a>
</td>
</tr>
</table> </table>