In leaflet_library() file /dist/leaflet.css is currently assigned to the 'screen' media type. This prevents the maps printing correctly and is contrary to the examples on leafletjs.com. Changing this to 'all' fixes the problem.
In leaflet_library() file /dist/leaflet.css is currently assigned to the 'screen' media type. This prevents the maps printing correctly and is contrary to the examples on leafletjs.com. Changing this to 'all' fixes the problem.
Comments
Comment #1
rdeboerPatch applied to 7.x-1.x with attribution. Thanks Graham!
Rik