Skip to content

Commit d5e7ffe

Browse files
committed
print update
1 parent 8319119 commit d5e7ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/print.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var map = L.map('map', {
5252
layers: [OSM],
5353
maxZoom: max_zoom,
5454
preferCanvas: true,
55-
zoomDelta: 0.1, zoomSnap:0.1
55+
// zoomDelta: 0.1, zoomSnap:0.1 // reverted from this fractional zoom setting, with this on, the image saving is bugging out, giving some other area only in background.
5656
});
5757

5858
// Load India int'l boundary as per shapefile shared on https://surveyofindia.gov.in/pages/outline-maps-of-india

0 commit comments

Comments
 (0)