On Jan 14, 3:43 pm, momo72 <[email protected]> wrote: > But when i enter adress on the city of tours there is a problem on > ie7 .I don't known why. May be because the 4 address of the city of > tours are very nearly?
Your addresses in Tours use é, but IE isn't expecting that, tries to interpret it and fails spectacularly: <markers> <marker name=\" tours\" address=\" 2 all?de Luynes\" lat=\"47.383224\" lng=\"0.699034\" distance=\"0.68231573640473\" /> <marker name=\" tours\" address=\" 4 all?de Luynes\" lat=\"47.382938\" lng=\"0.699152\" distance=\"0.70039397917742\" /> <marker name=\" tours\" address=\" 8 all?de Luynes\" lat=\"47.382477\" lng=\"0.699345\" distance=\"0.72991499104948\" /> <marker name=\" tours\" address=\" 12 all?de Luynes\" lat= \"47.382133\" lng=\"0.699464\" distance=\"0.751310191501\" /> </markers> Add a preamble as the first line in your XML output: <?xml encoding="iso-8859-1" ?> Firefox and other browsers are more forgiving. 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 -~----------~----~----~----~------~----~------~--~---
