Apologies if I'm missing something here, but if you have created this map using "My Maps" there is no need to host it yourself. You can access it in KML format directly from Google:
http://maps.google.com/maps/ms?ie=UTF8&hl=en&t=h&oe=UTF8&msa=0&msid=105439669111031191454.0004661f36d269203a1a0&output=kml If you use this with GGeoXML it will be much faster too as Google will not need to crawl the KML file from your site. However in your first message it sounds like you want to view the KML using the Earth API. If that is the case it would be better to host a local copy if your user base are on the same network as your application because the Earth API renders KML natively without needing a Google service. However if your userbase is worldwide you may still want to access it from Google, as that may be faster for your users. Either way if you need help displaying KML using the Earth API you should try this group: http://groups.google.com/group/google-earth-browser-plugin/topics And this article will probably be useful: http://code.google.com/apis/earth/articles/earthapikml.html Thor. On Apr 8, 2:57 am, Michael <[email protected]> wrote: > Ok I'm back. Sorry for the delay in posting updates, I wanted to be > sure the MIME file type setting was the problem. > > I had my server load the MIME .kml file type setting, and so now I can > see my .kml files from my server. > > I still am having a hell of a time with this thing though, primarily, > getting the maps to work right in the Google Earth setting. These > questions below shouldn't be really too hard for someone with > experience to guide me with... hopefully. > > 1.) So, for the .kml file I have on my map set up here > athttp://www.iongeo.com/aram_test_dev/map4.html, the original kml file > still would not load on my maps and I really don't know why. I did > get it to show up in an unconventional way by: > a. creating the .kml in google earth. > b. importing the .kml file to "my maps" in google maps > c. set the map to "view in google earth" where I would re-download > it to my computer > d. upload the linked kml file into my html page (located > atwww.iongeo.com/aram_test_dev/Polygon_Markers_Only_Test.kml) > e. upload the html and .kml files to my server. > > As you can see, this is a huge pain in the ass to get done, might > there be a reason why my kml original kml file (the large file > sized .kml with actual code) did not load into my map??? For > reference, it can be located > here:www.iongeo.com/aram_test_dev/Polygon_markers_only_test_kml. > > 2.) Now, does anyone have an idea why my polygon doesn't show up in > the google earth view listed above atwww.iongeo.com/aram_test_dev/map4.html, > but my place markers do? > > Many thanks to everyone who's offered me a little help. I really > appreciate it. > > On Apr 1, 12:04 pm, Barry Hunter <[email protected]> wrote: > > > On 01/04/2009, Michael <[email protected]> wrote: > > > > On Apr 1, 2:12 am, String <[email protected]> wrote: > > > > > It's not within the KML file itself, it's a question of its > > > > availability via the web. GGeoXml serves the KML file via Google's > > > > servers, so if they can't access the file, neither can your map. This > > > > > is why Ross was pointing out > > > > thathttp://iongeo.com/aram_test_dev/ion_acquired_spans.kml > > > > > is returning a 404. That file needs to be on your web server, and it > > > > doesn't appear to be. > > > > Hmm ... this is weird, because I can see my kml file that I've > > > uploaded on my web server with the "aram_test_dev" directory as well > > > as an example, > > > It may be there, but IIS will only serve it if it knows the MIME type. > > You need to get whoever (if its not you) admins your server to set it > > up for you. > > > Again see this > > link:http://code.google.com/apis/kml/documentation/kml_tut.html#kml_server --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
