We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With this configuration, when I try to print, it works perfectly on Chromium-based browsers, but in Firefox, I always get a gray background.
const map = L.map('map').setView([39.5, -0.45], 8.5); const tileLayer = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors' }).addTo(map); L.easyPrint({ sizeModes: ['Current', 'A4Landscape', 'A4Portrait'], filename: 'mapa_meteo', exportOnly: true, hideControlContainer: true, tileWait: 20000, tileLayer: tileLayer, }).addTo(map); // Here I load a GeoJson with data
Example images
Chrome:
Firefox:
I've tried printMap() method and using dom-to-img with similar results.
The text was updated successfully, but these errors were encountered:
I'm seeing the same problem.
Sorry, something went wrong.
No branches or pull requests
With this configuration, when I try to print, it works perfectly on Chromium-based browsers, but in Firefox, I always get a gray background.
Example images
Chrome:
Firefox:
I've tried printMap() method and using dom-to-img with similar results.
The text was updated successfully, but these errors were encountered: