Hi all
 I am develpoed a website,
map need to load some kml files from my server. but I failed. the
server is in a local net work..do I have to put the files to other
public net work? the kml file is very import, I do not want to
explosure to other website.

this is my code

 map = new GMap2(document.getElementById("map"));
      map.setCenter(new GLatLng(38.64428225896731,-121.1626057443772),
5);

              map.addMapType(G_SATELLITE_3D_MAP);
      map.addControl(new GHierarchicalMapTypeControl());
      map.addControl(new GLargeMapControl());

      var myMapLayer = new GGeoXml("http://172.16.119.161:8080/Intel/
kml/folsom.kml");
      map.addOverlay(myMapLayer);

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