Translate posts to Experimental | Feedback
Google
Official Google Earth Download Site
Topic Options
Rate This Topic
Previous Topic
View All Topics Index
Next Topic
#791733 - 03/15/07 04:59 AM How to use a KML-file on my own google map site
Aerics Offline
New Poster

Registered: 03/15/07
Posts: 1
Hi.
I want to create my own google map on a website from me.
I get the API Key and use the sample to create the map at my website. It works fine...

Now i want show some points.
I have found here http://earth.google.com/kml/kml_tut.html#placemarks the section View-Based Refresh Queries. I think its nice if you want to use a big database with pionts.

But now my problem. How can i use the kml file at my own google map with the api? If i go to http://maps.google.com/ i can put the path at the search field, but how can i use a link witout the searh field?

<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=XXX&amp;q=http://jensminor.googlepages.com/bahnhof_berlin.kmz"
doesn`t work

Top
#791734 - 03/15/07 07:26 AM Re: How to use a KML-file on my own google map site [Re: Aerics]
Grok_Lobster Offline
Traveler

Registered: 11/14/05
Posts: 22
Try posting your question here, http://groups.google.com/group/Google-Maps-API

Top
#791735 - 03/15/07 09:05 AM Re: How to use a KML-file on my own google map sit [Re: Aerics]
ManoM Offline
KML Guru

Registered: 09/22/06
Posts: 447
Hi Aerics,

Currently, there is no support for hosting a KML file on your own Maps API page.

ManoM

Top
#791736 - 03/15/07 07:45 PM Re: How to use a KML-file on my own google map sit [Re: ManoM]
Grok_Lobster Offline
Traveler

Registered: 11/14/05
Posts: 22
Sure there is, http://discgolfmaps.googlepages.com/courses.html

It has to be very basic kml though, just placemarks.

Top
#791737 - 03/16/07 11:53 AM Re: How to use a KML-file on my own google map sit [Re: Grok_Lobster]
ManoM Offline
KML Guru

Registered: 09/22/06
Posts: 447
Yes, that's true, if you decompose the KML file, you can add it. So far, there's no native support in the API for KML, though.

ManoM

Top