> http://www.vondoo.com/vmap/

It does seem to work for me and goes to different zooms depending on
the results.

Have you done a 'view source' on this page yet?
The javascript is a bit jumbled, I think it has copy-paste-chunks--of-
code problems.

There's more than one map creation and some odd nesting -
   function onLoad() {
      if (GBrowserIsCompatible()) {
         ....
         map = new GMap2(document.getElementById("map"));
         ....
         if (GBrowserIsCompatible()) {
            var map = new GMap(document.getElementById("map"));

Note also that a GMap is the old version 1 form and won't behave the
same as a GMap2
You have some functions that seem to extend the methods of GMap - I
don't think you need those at all if you use GMap2 consistently.

I'd review all that before you go much further.

cheers, Ross K

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to