On Jul 8, 10:02 pm, MCharton <[email protected]> wrote: > I'm using cloneNode to create a copy of my site's google map for > printing purposes. The map contains markers and polygons (along with > ESRI mapService layers). This works perfectly in Firefox but the > polygons disappear in IE. They are missing in both the print preview > and in the actual cloned node when I make it visible on the screen, > > Is this a known issue or am I doing something wrong?
I don't think cloneNode has been mentioned here before, but there are plenty of other mentions: http://www.google.co.uk/search?q=clonenode+javascript+ie A map is a complex hierarchy within the DOM, and there are probably better ways of doing what you want. Have you thought about print- specific CSS? -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
