> In IE 8 it works as i intended, in any other browser it doesnt show any > results? here <http://www.testcentresearch.co.uk/map.html> is the page.
This is a v2 map. v2 API has its own group at http://groups.google.com/group/Google-Maps-API Using Firebug reveals an XML parser error "XML Parsing Error: xml declaration not at start of external entity \nLocation: http://www.testcentresearch.co.uk/map.html\nLine Number 2, Column 1:<?xml version="1.0"?>\n^" I think you have whitespace before the <?xml, it's probably a blank line in your php outside of the <?php tags. IE must be less picky in this case. -- 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 [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-js-api-v3?hl=en.
