You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because maphilight sets the image opacity to 0, when you print the image doesn't show up (however the highlights do).
Workaround:
make a thick, dark strokewidth and add the following
<style> @media print {
.map {
opacity: 0.7 !important;
}
}
</style>
The text was updated successfully, but these errors were encountered:
because maphilight sets the image opacity to 0, when you print the image doesn't show up (however the highlights do).
Workaround:
make a thick, dark strokewidth and add the following
<style>
@media print {
.map {
opacity: 0.7 !important;
}
}
</style>
The text was updated successfully, but these errors were encountered: