Docs: Add the plugin tutorials from #4356 (#4854)

* Docs: Add the plugin tutorials from #4356

* Include ImageOverlay in class diagram
This commit is contained in:
Iván Sánchez Ortega
2016-10-07 16:45:02 +02:00
committed by Per Liedman
parent fd438cb277
commit d40d82a226
16 changed files with 940 additions and 2 deletions

View File

@ -81,6 +81,31 @@ description="How the default map panes work to display overlays on top of tiles,
%}
***
If you find that an important tutorial is missing here, let us know!
The following tutorials cover how to create plugins for Leaflet, and are intended only for developers experienced in Javascript:
{% include tutorial_link.html
page="extending/extending-1-classes.html"
thumbnail="extending/thumbnail-1.png"
title="Extending Leaflet: Class Theory"
description="An overview of Leaflet's classes, class inheritance, and conventions."
%}
{% include tutorial_link.html
page="extending/extending-2-layers.html"
thumbnail="extending/thumbnail-2.png"
title="Extending Leaflet: Layers"
description="How to extend layers or create new ones, using specific entry points for doing so."
%}
{% include tutorial_link.html
page="extending/extending-3-controls.html"
thumbnail="extending/thumbnail-3.png"
title="Extending Leaflet: Handlers and Controls"
description="How to extend or create non-layers."
%}