loleaflet: mention about tilepreview event

This commit is contained in:
Mihai Varga 2015-09-07 16:28:10 +03:00
parent 5396a83c26
commit ee34470c73

View file

@ -105,6 +105,13 @@ Parts (like slides in presentation, or sheets in spreadsheets):
+ [e.partNames] if present, part names (e.g. sheet names)
map.on('invalidatepreview', function (e) {})
+ e.id = the preview's id
map.on('tilepreview', function (e) {}) where:
+ e.tile - the preview image
+ e.id - the preview id
+ e.width - widht of the image
+ e.height - height of the image
+ [e.part] - if the preview is for a part
+ e.docType
Statusindicator (when the document is loading):
- events