On Jun 19, 5:29 pm, tarzan <[email protected]> wrote: > The "working" link is:http://pe1.asapinformatica.com/1.htm > > the problem is that i've 3 markers and i'm not able to see al of them > in IE 7 (maybe 8) and firefox.
This may be because /public/img/images/markers/3.png and 4.png don't exist. I'm not entirely sure why you are creating a bounds object which contains all the markers and then zooming in as far as you can on its centre. It would be more intuitive to use map.setCenter(spBounds.getCenter(),map.getBoundsZoomLevel (spBounds)); which zooms the map such that the bounds (and all the markers) fits into the viewport. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
