Hi, I do not have a url to show you since it's all on local host.

I can't see a map over Israel, I can see hybrid, but only the
satellite part.
I see the maps of all the rest of the world thought.

Would be grateful for your help.
Thank you!

<script src="http://maps.google.com/maps?
file=api&amp;v=2&amp;sensor=false" type="text/javascript"></script>
   <script type="text/javascript">
 if (GBrowserIsCompatible()) {
  alert("gmaps competible");
      map = new GMap2(document.getElementById("map_canvas"));
      map.addControl(new GLargeMapControl());
      map.addControl(new GMapTypeControl());
          map.setMapType(G_HYBRID_MAP);
      map.setCenter(new GLatLng(31.014448849026717,
34.78046765259552), 10);
          geocoder = new GClientGeocoder();
        }
        else
        {
                alert("not gmap compitable");
        }
}
-- 
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