Skip to content
New issue

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

Can't capture map with map.fitBounds #128

Open
alitsvin opened this issue Aug 7, 2019 · 2 comments
Open

Can't capture map with map.fitBounds #128

alitsvin opened this issue Aug 7, 2019 · 2 comments

Comments

@alitsvin
Copy link

alitsvin commented Aug 7, 2019

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

@alitsvin alitsvin changed the title Can't capture boundaryCanvas Can't capture map with complex border Oct 7, 2019
@alitsvin
Copy link
Author

alitsvin commented Oct 7, 2019

The issue actually was in Leaflet L.map.fitBounds method. I replaced it with setView and it solved the problem

@alitsvin alitsvin changed the title Can't capture map with complex border Can't capture map with map.fitBounds Oct 7, 2019
@DavidAlejandro18
Copy link

The issue actually was in Leaflet L.map.fitBounds method. I replaced it with setView and it solved the problem

How did you replace fitBounds with setView?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants