I am using the Google Map API 3 to add markers to a Google map.
Problem lies in the fact that markers are displayed in browsers.
but when users print the map through the print command of the browser, nothing is displayed.
The question is - How to display markers on printed materials? -
Comparison
In the browser - markers are clearly visible

After printing (IE7, IE8) - markers are not printed (on paper or in PDF)

After printing (FireFox 3.5.4) - only markers are displayed

source
share