Re: [Google Maps API v3] Re: markerWithLabel printing - labels missing

2012-06-12 Thread Steve Ai
yes it's been resolved...there was something wrong with the map.js script..dunno actually but i just rewrote a simpler one: this was the old script (function() { window.onload = function() { var mapDiv = document.getElementById('map'); var latlng = new google.maps.LatLng(6.596183, 3.35

[Google Maps API v3] Re: markerWithLabel printing - labels missing

2012-06-12 Thread deep123
I am also facing this problem.. Any body has resolved it? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email t

[Google Maps API v3] Re: markerWithLabel printing - labels missing

2012-06-04 Thread Gary Little
I just took a look at the basic MarkerWithLabel example and the labels print fine on a Mac with Safari, Chrome, and Firefox. Check the CSS for your labels; perhaps you specified display: none; in a print media selector. Gary On Thursday, May 31, 2012 3:48:40 AM UTC-7, dbrb2 wrote: > > Hi, >