On Dec 2, 12:10 am, water <[EMAIL PROTECTED]> wrote: > Hi > how to use EGeoXml or GeoXml, do I need to include some files into my > js > please give me a example
http://econym.org.uk/gmap/egeoxml.htm http://www.dyasdesigns.com/geoxml/ > > Thanks > > On Dec 2, 10:56 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > > On Dec 1, 6:41 pm, water <[EMAIL PROTECTED]> wrote: > > > > but I do not have a public server to upload mykmlfiles > > > > and the google earth plugin api can fetchkmlfrom my local server: > > > > for example this codes work well: > > > function loadMyKML(a) { > > > var url = "http://localhost:8080/Intel/kml/yindu/"+a+".kml"; > > > google.earth.fetchKml(ge, url, finished); > > > > } > > > You can't use GGeoXml toloadfiles that aren't publicly available. > > > You can use EGeoXml or GeoXml (third partyKMLparsers) to do so, > > however, if your page is eventually going to be publicly available > > (i.e. you don't have a premier/enterprise license), you will > > eventually have to make it public... (although you may be able to > > protect it with a login) > > > -- Larry > > > > On Dec 1, 6:36 pm, Mike Williams <[EMAIL PROTECTED]> wrote: > > > > > GGeoXml works by sending the URL of theKMLfile to a Google server > > > > which then reads the data, processes it, and sends details of the > > > > individual markers, polylines, etc. back to the client. The Google > > > > server can't read files that are on your private network. > > > > > --http://econym.org.uk/gmap > > > > The Blackpool Community Church Javascript Team- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
