From d88f5a8c2c3089791bf4546d023190dbc5fbd030 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Fri, 21 Oct 2016 09:21:00 +0200 Subject: [PATCH] Add note that canvas.toBlob() is required --- examples/export-map.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/export-map.html b/examples/export-map.html index ced0c13637..f3f620da59 100644 --- a/examples/export-map.html +++ b/examples/export-map.html @@ -3,7 +3,9 @@ layout: example.html title: Map Export shortdesc: Example of exporting a map as a PNG image. docs: > - Example of exporting a map as a PNG image. + Example of exporting a map as a PNG image. This example requires a browser + that supports + canvas.toBlob(). tags: "export, png, openstreetmap" resources: - https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/1.3.3/FileSaver.min.js