diff --git a/examples/print-to-scale.html b/examples/print-to-scale.html index 7f4068e41a..54d88db427 100644 --- a/examples/print-to-scale.html +++ b/examples/print-to-scale.html @@ -6,12 +6,15 @@ docs: > Example of printing a map to a specified scale. The print is exported as a PDF using the jsPDF library. Unlike the Export PDF example the on screen map is only used to set the center and rotation. - The extent printed depends on the scale and page size. + The extent printed depends on the scale and page size. To print the scale bar and attributions the example uses the + dom-to-image-more library. Due to browser + limitations and restrictions Internet Explorer and Safari are not supported. tags: "print, printing, scale, scaleline, export, pdf" resources: - - https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.2.61/jspdf.min.js + - https://unpkg.com/dom-to-image-more@2.8.0/dist/dom-to-image-more.min.js + - https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.5.3/jspdf.min.js --- -
+