1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < title > Map Printer</ title >
4
+ < title > Large Map Printer / Exporter </ title >
5
5
< meta content ="text/html; charset=utf-8 " http-equiv ="Content-Type ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no ">
7
7
84
84
< div class ="container-fluid no-print mt-5 ">
85
85
< div class ="row ">
86
86
< div class ="col-md-4 ">
87
- < h1 > Map Printer</ h1 >
87
+ < h1 > Large Map Printer / Exporter </ h1 >
88
88
< div class ="card card-body mb-4 ">
89
89
< ul >
90
90
< li > Drag-drop a shape file (preferably .geojson format) onto this map to display its border.</ li >
@@ -95,12 +95,13 @@ <h1>Map Printer</h1>
95
95
</ ul >
96
96
</ div >
97
97
98
- < p > < button onclick ="zoomFit() " class ="btn btn-warning "> Fit map to shape</ button >
99
-
100
- < button onclick ="window.print() " class ="btn btn-primary "> Print</ button >
98
+ < p >
101
99
102
- < button onclick ="save_image() " class ="btn btn-success "> Save Image</ button >
103
- < span id ="save_image_status "> </ span >
100
+ < button onclick ="save_image('png') " class ="btn btn-outline-success "> Save Image as PNG</ button >
101
+
102
+ < button onclick ="save_image('webp') " class ="btn btn-outline-success "> Save Image as WEBP</ button >
103
+
104
+ < span id ="save_image_status "> </ span >
104
105
</ p >
105
106
106
107
@@ -142,6 +143,10 @@ <h3>Print page size</h3>
142
143
< p > < b > Note:</ b > The presets and css scripting for it are approximations and best-effort attempts. < br >
143
144
When you go for the print dialogue and choose your page size etc, there will probably be some mis-match.< br >
144
145
Please see the print-preview, then come back here and tweak the width and heigth to get it right. </ p >
146
+
147
+ < p > < button onclick ="zoomFit() " class ="btn btn-warning "> Fit map to shape</ button >
148
+
149
+ < button onclick ="window.print() " class ="btn btn-primary "> Print</ button > </ p >
145
150
</ div >
146
151
< div class ="col-md-3 ">
147
152
< h3 > Shape</ h3 >
0 commit comments