Stefan
Stefan

Reputation: 295

Print Mapbox/Leaflet Map

I want to print a Mapbox Map, that has custom Pins on it. On Chrome or Safari, there is no problem, because I can just use the window.print command.

The problems I have with Firefox and IE when trying to print:

What I also tried:

Do you have any good idea how to solve this problem? Is there a chance to use the static Mapbox API with custom pins?

Upvotes: 2

Views: 1879

Answers (1)

Stefan
Stefan

Reputation: 295

That CSS snippet did it:

.leaflet-container img { max-width:none!important; }

Upvotes: 2

Related Questions