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
I'm trying to save image from a map created in this way:
const streetsLayer = new L.TileLayer.boundaryCanvas( 'image.png', { boundary: { type: 'Polygon', coordinates: feature.geometry.coordinates, }, subdomains: ['maps', 'maps1', 'maps2', 'maps3', 'maps4'] });
And when I get an image there is a empty space on the place of the map
The text was updated successfully, but these errors were encountered:
The issue actually was in Leaflet L.map.fitBounds method. I replaced it with setView and it solved the problem
Sorry, something went wrong.
How did you replace fitBounds with setView?
No branches or pull requests
I'm trying to save image from a map created in this way:
And when I get an image there is a empty space on the place of the map
The text was updated successfully, but these errors were encountered: