mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-15 22:36:58 +00:00
* Docs: Add the plugin tutorials from #4356 * Include ImageOverlay in class diagram
This commit is contained in:

committed by
Per Liedman

parent
fd438cb277
commit
d40d82a226
@ -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."
|
||||
%}
|
||||
|
||||
|
Reference in New Issue
Block a user