On May 5, 9:00 am, "[email protected]" <[email protected]> wrote: > Here is the working link of my google map application > > http://www.bcc.nl/is-bin/INTERSHOP.enfinity/WFS/bcc-webshop-Site/nl_N... > > it will take some time to load.
It takes a *very* long time to load. I'd give up if I were waiting for it for real. You really shouldn't be geocoding loads of addresses every time the page loads! Get the stores' coordinates, store them in your database and deliver those to the map for the markers. > rest i tried to open google map stardard example in opera and they are > working fine... I get an error in Firefox 3 because you attempt to geocode "327 Wethouder Sangerstraat ,Beek,Nederland,6191NA" which can't be found. The geocoder expects Sangersstraat to be spelled with two s's. It looks like there are other addresses which fail too. You're not doing any error-checking in your geocoding. It's possible that Opera is objecting to being a null value for a marker in a different way to other browsers. 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 -~----------~----~----~----~------~----~------~--~---
