Files
openlayers/examples/tile-load-events.html
tsauerwein 684d49cb78 Fix wording
2016-05-10 10:21:44 +02:00

17 lines
564 B
HTML

---
layout: example.html
title: Tile Load Events
shortdesc: Example using tile load events.
docs: >
Image tile sources fire events related to tile loading. You can
listen for <code>tileloadstart</code>, <code>tileloadend</code>,
and <code>tileloaderror</code> 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.</p>
tags: "tile, events, loading"
---
<div class="wrapper">
<div id="map" class="map"></div>
<div id="progress"></div>
</div>