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
this.printControl = (L as any).easyPrint({ title: 'Print Me', position: 'bottomleft', sizeModes: ['Current'], filename: this.uid, exportOnly: true, tileWait: 4000, hidden: true, hideControlContainer: true }).addTo(this.map); this.printControl.printMap('CurrentSize');
if i trigger button a second time the map is downloaded correctly.
The text was updated successfully, but these errors were encountered:
Can you share the Current object you're trying to use?
Current
Like this:
const currentView = { width: $("#map").width(), name: 'Current View', height: $("#map").height(), className: 'MyClassName', tooltip: 'Current View Port' }
Sorry, something went wrong.
No branches or pull requests
if i trigger button a second time the map is downloaded correctly.
The text was updated successfully, but these errors were encountered: