From c42af7919ea710efe0c7f55e3469d761cbd5c5f2 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 17 Feb 2015 11:17:43 -0700 Subject: [PATCH] Example docs --- examples/tile-load-events.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/examples/tile-load-events.html b/examples/tile-load-events.html index c7e902ac75..8a43cfa98d 100644 --- a/examples/tile-load-events.html +++ b/examples/tile-load-events.html @@ -49,7 +49,17 @@

Tile load events example

Example using tile load events.

-

See the tile-load-events.js source to see how this is done.

+

+ Image tile sources fire events related to tile loading. You can + listen for tileloadstart, tileloadend, + and tileloaderror type events to monitor tile loading + progress. This example registers listeners for these events and + renders a tile loading progress bar at the bottom of the map. +

+

+ See the tile-load-events.js source + for more detail on how this is done. +

tile, events, loading